From 48080db7a00f91413db1f12f1822a4ce68263cf1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 23 Dec 2019 09:56:40 +0100 Subject: [PATCH] WIP Signed-off-by: Thomas Citharel --- lib/mobilizon/vocabulary.ex | 13 + mix.exs | 3 +- mix.lock | 4 +- priv/vocabs/activitystreams.jsonld | 374 +++ priv/vocabs/activitystreams2.owl | 962 ++++++++ priv/vocabs/schema.org.jsonld | 2428 +++++++++++++++++++ test/fixtures/mastodon-post-activity.json | 1 - test/fixtures/mastodon-reject-activity.json | 3 +- test/mobilizon/vocabulary_test.exs | 15 + 9 files changed, 3797 insertions(+), 6 deletions(-) create mode 100644 lib/mobilizon/vocabulary.ex create mode 100644 priv/vocabs/activitystreams.jsonld create mode 100644 priv/vocabs/activitystreams2.owl create mode 100644 priv/vocabs/schema.org.jsonld create mode 100644 test/mobilizon/vocabulary_test.exs diff --git a/lib/mobilizon/vocabulary.ex b/lib/mobilizon/vocabulary.ex new file mode 100644 index 000000000..ccb3862c5 --- /dev/null +++ b/lib/mobilizon/vocabulary.ex @@ -0,0 +1,13 @@ +defmodule Mobilizon.Vocabulary do + use RDF.Vocabulary.Namespace + + defvocab ActivityStreams, + base_iri: "http://www.w3.org/ns/activitystreams#", + file: "activitystreams.jsonld", + strict: false + + defvocab Schema, + base_iri: "http://schema.org/", + file: "schema.org.jsonld" + +end \ No newline at end of file diff --git a/mix.exs b/mix.exs index 18e769ea7..d3ea0b746 100644 --- a/mix.exs +++ b/mix.exs @@ -71,7 +71,8 @@ defmodule Mobilizon.Mixfile do {:icalendar, github: "tcitworld/icalendar"}, {:exgravatar, "~> 2.0.1"}, {:httpoison, "~> 1.0"}, - {:json_ld, "~> 0.3"}, + {:rdf, "~> 0.7"}, + {:json_ld, path: "../../jsonld-ex"}, {:jason, "~> 1.1"}, {:ex_crypto, "~> 0.10.0"}, {:http_sign, "~> 0.1.1"}, diff --git a/mix.lock b/mix.lock index 966915a40..9c54ed209 100644 --- a/mix.lock +++ b/mix.lock @@ -22,7 +22,7 @@ "credo": {:hex, :credo, "1.1.5", "caec7a3cadd2e58609d7ee25b3931b129e739e070539ad1a0cd7efeeb47014f4", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"}, "dataloader": {:hex, :dataloader, "1.0.6", "fb724d6d3fb6acb87d27e3b32dea3a307936ad2d245faf9cf5221d1323d6a4ba", [:mix], [{:ecto, ">= 0.0.0", [hex: :ecto, repo: "hexpm", optional: true]}], "hexpm"}, "db_connection": {:hex, :db_connection, "2.2.0", "e923e88887cd60f9891fd324ac5e0290954511d090553c415fbf54be4c57ee63", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"}, - "decimal": {:hex, :decimal, "1.8.0", "ca462e0d885f09a1c5a342dbd7c1dcf27ea63548c65a65e67334f4b61803822e", [:mix], [], "hexpm"}, + "decimal": {:hex, :decimal, "1.8.1", "a4ef3f5f3428bdbc0d35374029ffcf4ede8533536fa79896dd450168d9acdf3c", [:mix], [], "hexpm"}, "dialyxir": {:hex, :dialyxir, "1.0.0-rc.7", "6287f8f2cb45df8584317a4be1075b8c9b8a69de8eeb82b4d9e6c761cf2664cd", [:mix], [{:erlex, ">= 0.2.5", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm"}, "earmark": {:hex, :earmark, "1.4.2", "3aa0bd23bc4c61cf2f1e5d752d1bb470560a6f8539974f767a38923bb20e1d7f", [:mix], [], "hexpm"}, "ecto": {:hex, :ecto, "3.1.7", "fa21d06ef56cdc2fdaa62574e8c3ba34a2751d44ea34c30bc65f0728421043e5", [:mix], [{:decimal, "~> 1.6", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, @@ -101,7 +101,7 @@ "postgrex": {:hex, :postgrex, "0.15.3", "5806baa8a19a68c4d07c7a624ccdb9b57e89cbc573f1b98099e3741214746ae4", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, "progress_bar": {:hex, :progress_bar, "2.0.0", "447285f533b4b8717881fdb7160c7360c2f2ab57276f8904ce6d40482857e573", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm"}, "ranch": {:hex, :ranch, "1.7.1", "6b1fab51b49196860b733a49c07604465a47bdb78aa10c1c16a3d199f7f8c881", [:rebar3], [], "hexpm"}, - "rdf": {:hex, :rdf, "0.6.2", "1b85e37c135e232febeebda6b04ac4aba5f5e2bb1c3a2a6665ed4ccec19ade70", [:mix], [{:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm"}, + "rdf": {:hex, :rdf, "0.7.0", "ed3cc0c4d28c9ca6417f2c884f40eef7fd7022ef33c3a909a696bb4d11c5fea4", [:mix], [{:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm"}, "rsa_ex": {:hex, :rsa_ex, "0.4.0", "e28dd7dc5236e156df434af0e4aa822384c8866c928e17b785d4edb7c253b558", [:mix], [], "hexpm"}, "sleeplocks": {:hex, :sleeplocks, "1.1.1", "3d462a0639a6ef36cc75d6038b7393ae537ab394641beb59830a1b8271faeed3", [:rebar3], [], "hexpm"}, "slugger": {:hex, :slugger, "0.3.0", "efc667ab99eee19a48913ccf3d038b1fb9f165fa4fbf093be898b8099e61b6ed", [:mix], [], "hexpm"}, diff --git a/priv/vocabs/activitystreams.jsonld b/priv/vocabs/activitystreams.jsonld new file mode 100644 index 000000000..3b32981f9 --- /dev/null +++ b/priv/vocabs/activitystreams.jsonld @@ -0,0 +1,374 @@ +{ + "@context": { + "@vocab": "_:", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "as": "https://www.w3.org/ns/activitystreams#", + "ldp": "http://www.w3.org/ns/ldp#", + "id": "@id", + "type": "@type", + "Accept": "as:Accept", + "Activity": "as:Activity", + "IntransitiveActivity": "as:IntransitiveActivity", + "Add": "as:Add", + "Announce": "as:Announce", + "Application": "as:Application", + "Arrive": "as:Arrive", + "Article": "as:Article", + "Audio": "as:Audio", + "Block": "as:Block", + "Collection": "as:Collection", + "CollectionPage": "as:CollectionPage", + "Relationship": "as:Relationship", + "Create": "as:Create", + "Delete": "as:Delete", + "Dislike": "as:Dislike", + "Document": "as:Document", + "Event": "as:Event", + "Follow": "as:Follow", + "Flag": "as:Flag", + "Group": "as:Group", + "Ignore": "as:Ignore", + "Image": "as:Image", + "Invite": "as:Invite", + "Join": "as:Join", + "Leave": "as:Leave", + "Like": "as:Like", + "Link": "as:Link", + "Mention": "as:Mention", + "Note": "as:Note", + "Object": "as:Object", + "Offer": "as:Offer", + "OrderedCollection": "as:OrderedCollection", + "OrderedCollectionPage": "as:OrderedCollectionPage", + "Organization": "as:Organization", + "Page": "as:Page", + "Person": "as:Person", + "Place": "as:Place", + "Profile": "as:Profile", + "Question": "as:Question", + "Reject": "as:Reject", + "Remove": "as:Remove", + "Service": "as:Service", + "TentativeAccept": "as:TentativeAccept", + "TentativeReject": "as:TentativeReject", + "Tombstone": "as:Tombstone", + "Undo": "as:Undo", + "Update": "as:Update", + "Video": "as:Video", + "View": "as:View", + "Listen": "as:Listen", + "Read": "as:Read", + "Move": "as:Move", + "Travel": "as:Travel", + "IsFollowing": "as:IsFollowing", + "IsFollowedBy": "as:IsFollowedBy", + "IsContact": "as:IsContact", + "IsMember": "as:IsMember", + "subject": { + "@id": "as:subject", + "@type": "@id" + }, + "relationship": { + "@id": "as:relationship", + "@type": "@id" + }, + "actor": { + "@id": "as:actor", + "@type": "@id" + }, + "attributedTo": { + "@id": "as:attributedTo", + "@type": "@id" + }, + "attachment": { + "@id": "as:attachment", + "@type": "@id" + }, + "bcc": { + "@id": "as:bcc", + "@type": "@id" + }, + "bto": { + "@id": "as:bto", + "@type": "@id" + }, + "cc": { + "@id": "as:cc", + "@type": "@id" + }, + "context": { + "@id": "as:context", + "@type": "@id" + }, + "current": { + "@id": "as:current", + "@type": "@id" + }, + "first": { + "@id": "as:first", + "@type": "@id" + }, + "generator": { + "@id": "as:generator", + "@type": "@id" + }, + "icon": { + "@id": "as:icon", + "@type": "@id" + }, + "image": { + "@id": "as:image", + "@type": "@id" + }, + "inReplyTo": { + "@id": "as:inReplyTo", + "@type": "@id" + }, + "items": { + "@id": "as:items", + "@type": "@id" + }, + "instrument": { + "@id": "as:instrument", + "@type": "@id" + }, + "orderedItems": { + "@id": "as:items", + "@type": "@id", + "@container": "@list" + }, + "last": { + "@id": "as:last", + "@type": "@id" + }, + "location": { + "@id": "as:location", + "@type": "@id" + }, + "next": { + "@id": "as:next", + "@type": "@id" + }, + "object": { + "@id": "as:object", + "@type": "@id" + }, + "oneOf": { + "@id": "as:oneOf", + "@type": "@id" + }, + "anyOf": { + "@id": "as:anyOf", + "@type": "@id" + }, + "closed": { + "@id": "as:closed", + "@type": "xsd:dateTime" + }, + "origin": { + "@id": "as:origin", + "@type": "@id" + }, + "accuracy": { + "@id": "as:accuracy", + "@type": "xsd:float" + }, + "prev": { + "@id": "as:prev", + "@type": "@id" + }, + "preview": { + "@id": "as:preview", + "@type": "@id" + }, + "replies": { + "@id": "as:replies", + "@type": "@id" + }, + "result": { + "@id": "as:result", + "@type": "@id" + }, + "audience": { + "@id": "as:audience", + "@type": "@id" + }, + "partOf": { + "@id": "as:partOf", + "@type": "@id" + }, + "tag": { + "@id": "as:tag", + "@type": "@id" + }, + "target": { + "@id": "as:target", + "@type": "@id" + }, + "to": { + "@id": "as:to", + "@type": "@id" + }, + "url": { + "@id": "as:url", + "@type": "@id" + }, + "altitude": { + "@id": "as:altitude", + "@type": "xsd:float" + }, + "content": "as:content", + "contentMap": { + "@id": "as:content", + "@container": "@language" + }, + "name": "as:name", + "nameMap": { + "@id": "as:name", + "@container": "@language" + }, + "duration": { + "@id": "as:duration", + "@type": "xsd:duration" + }, + "endTime": { + "@id": "as:endTime", + "@type": "xsd:dateTime" + }, + "height": { + "@id": "as:height", + "@type": "xsd:nonNegativeInteger" + }, + "href": { + "@id": "as:href", + "@type": "@id" + }, + "hreflang": "as:hreflang", + "latitude": { + "@id": "as:latitude", + "@type": "xsd:float" + }, + "longitude": { + "@id": "as:longitude", + "@type": "xsd:float" + }, + "mediaType": "as:mediaType", + "published": { + "@id": "as:published", + "@type": "xsd:dateTime" + }, + "radius": { + "@id": "as:radius", + "@type": "xsd:float" + }, + "rel": "as:rel", + "startIndex": { + "@id": "as:startIndex", + "@type": "xsd:nonNegativeInteger" + }, + "startTime": { + "@id": "as:startTime", + "@type": "xsd:dateTime" + }, + "summary": "as:summary", + "summaryMap": { + "@id": "as:summary", + "@container": "@language" + }, + "totalItems": { + "@id": "as:totalItems", + "@type": "xsd:nonNegativeInteger" + }, + "units": "as:units", + "updated": { + "@id": "as:updated", + "@type": "xsd:dateTime" + }, + "width": { + "@id": "as:width", + "@type": "xsd:nonNegativeInteger" + }, + "describes": { + "@id": "as:describes", + "@type": "@id" + }, + "formerType": { + "@id": "as:formerType", + "@type": "@id" + }, + "deleted": { + "@id": "as:deleted", + "@type": "xsd:dateTime" + }, + "inbox": { + "@id": "ldp:inbox", + "@type": "@id" + }, + "outbox": { + "@id": "as:outbox", + "@type": "@id" + }, + "following": { + "@id": "as:following", + "@type": "@id" + }, + "followers": { + "@id": "as:followers", + "@type": "@id" + }, + "streams": { + "@id": "as:streams", + "@type": "@id" + }, + "preferredUsername": "as:preferredUsername", + "endpoints": { + "@id": "as:endpoints", + "@type": "@id" + }, + "uploadMedia": { + "@id": "as:uploadMedia", + "@type": "@id" + }, + "proxyUrl": { + "@id": "as:proxyUrl", + "@type": "@id" + }, + "liked": { + "@id": "as:liked", + "@type": "@id" + }, + "oauthAuthorizationEndpoint": { + "@id": "as:oauthAuthorizationEndpoint", + "@type": "@id" + }, + "oauthTokenEndpoint": { + "@id": "as:oauthTokenEndpoint", + "@type": "@id" + }, + "provideClientKey": { + "@id": "as:provideClientKey", + "@type": "@id" + }, + "signClientKey": { + "@id": "as:signClientKey", + "@type": "@id" + }, + "sharedInbox": { + "@id": "as:sharedInbox", + "@type": "@id" + }, + "Public": { + "@id": "as:Public", + "@type": "@id" + }, + "source": "as:source", + "likes": { + "@id": "as:likes", + "@type": "@id" + }, + "shares": { + "@id": "as:shares", + "@type": "@id" + } + } +} diff --git a/priv/vocabs/activitystreams2.owl b/priv/vocabs/activitystreams2.owl new file mode 100644 index 000000000..28354c5a9 --- /dev/null +++ b/priv/vocabs/activitystreams2.owl @@ -0,0 +1,962 @@ +@prefix : . +@prefix as: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@base . + + a owl:Ontology ; + rdfs:comment "Extended Activity Streams 2.0 Vocabulary"@en ; + rdfs:label "Activity Streams 2.0"@en ; + owl:imports . + +################################################################# +# +# Datatypes +# +################################################################# + +rdf:langString a rdfs:Datatype . +xsd:duration a rdfs:Datatype . + +################################################################# +# +# Object Properties +# +################################################################# + +as:actor a owl:ObjectProperty ; + rdfs:label "actor"@en ; + rdfs:domain as:Activity ; + rdfs:comment "Subproperty of as:attributedTo that identifies the primary actor"@en ; + rdfs:subPropertyOf as:attributedTo ; + rdfs:range [ + a owl:Class ; + owl:unionOf (as:Object as:Link) + ] . + +as:attributedTo a owl:ObjectProperty ; + rdfs:label "attributedTo"@en; + rdfs:comment "Identifies an entity to which an object is attributed"@en; + rdfs:range [ + a owl:Class ; + owl:unionOf (as:Object as:Link) + ] ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (as:Object as:Link) + ] ; . + +as:attachment a owl:ObjectProperty ; + rdfs:label "attachment"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Link as:Object ) + ] ; + rdfs:domain as:Object ; + owl:equivalentProperty as:attachments . + +as:attachments a owl:ObjectProperty, + owl:DeprecatedProperty ; + rdfs:label "attachments"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:author a owl:ObjectProperty, + owl:DeprecatedProperty ; + rdfs:label "author"@en ; + rdfs:comment "Identifies the author of an object. Deprecated. Use as:attributedTo instead"@en; + rdfs:domain as:Object ; + rdfs:subPropertyOf as:attributedTo ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:bcc a owl:ObjectProperty ; + rdfs:label "bcc"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:bto a owl:ObjectProperty ; + rdfs:label "bto"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:cc a owl:ObjectProperty ; + rdfs:label "cc"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:context a owl:ObjectProperty ; + rdfs:label "context"@en ; + rdfs:comment "Specifies the context within which an object exists or an activity was performed"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:current a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "current"@en ; + rdfs:domain as:Collection ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:CollectionPage as:Link ) + ] . + +as:first a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "first"@en ; + rdfs:domain as:Collection ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:CollectionPage as:Link ) + ] . + +as:generator a owl:ObjectProperty ; + rdfs:label "generator"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:icon a owl:ObjectProperty ; + rdfs:label "icon"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Image as:Link ) + ] ; + rdfs:domain as:Object . + +as:image a owl:ObjectProperty ; + rdfs:label "image"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Image as:Link ) + ] ; + rdfs:domain as:Object . + +as:inReplyTo a owl:ObjectProperty ; + rdfs:label "inReplyTo"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:items a owl:ObjectProperty ; + rdfs:label "items"@en ; + rdfs:domain as:Collection ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( + [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] + as:OrderedItems + ) + ] . + +as:last a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "last"@en ; + rdfs:domain as:Collection ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:CollectionPage as:Link ) + ] . + +as:location a owl:ObjectProperty ; + rdfs:label "location"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:next a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "next"@en ; + rdfs:domain as:CollectionPage ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:CollectionPage as:Link ) + ] . + +as:object a owl:ObjectProperty ; + rdfs:label "object"@en ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( as:Activity as:Relationship ) + ]; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:oneOf a owl:ObjectProperty ; + rdfs:label "oneOf"@en ; + rdfs:comment "Describes a possible exclusive answer or option for a question."@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] ; + rdfs:domain as:Question . + +as:anyOf a owl:ObjectProperty ; + rdfs:label "oneOf"@en ; + rdfs:comment "Describes a possible inclusive answer or option for a question."@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] ; + rdfs:domain as:Question . + +as:prev a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "prev"@en ; + rdfs:domain as:CollectionPage ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:CollectionPage as:Link ) + ] . + +as:preview a owl:ObjectProperty ; + rdfs:label "preview"@en ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:provider a owl:ObjectProperty, + owl:DeprecatedProperty ; + rdfs:label "provider"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:replies a owl:ObjectProperty ; + rdfs:label "replies"@en ; + rdfs:range as:Collection ; + rdfs:domain as:Object . + +as:result a owl:ObjectProperty ; + rdfs:label "result"@en ; + rdfs:domain as:Activity ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:audience a owl:ObjectProperty ; + rdfs:label "audience"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:partOf a owl:FunctionalProperty , + owl:ObjectProperty ; + rdfs:label "partOf"@en ; + rdfs:domain as:CollectionPage ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Collection as:Link ) + ] . + +as:tag a owl:ObjectProperty ; + rdfs:label "tag"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:tags a owl:ObjectProperty, + owl:DeprecatedProperty ; + rdfs:label "tags"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] ; + owl:equivalentProperty as:tag ;. + +as:target a owl:ObjectProperty ; + rdfs:label "target"@en ; + rdfs:domain as:Activity ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:origin a owl:ObjectProperty ; + rdfs:label "origin"@en ; + rdfs:comment "For certain activities, specifies the entity from which the action is directed."@en ; + rdfs:domain as:Activity ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:instrument a owl:ObjectProperty ; + rdfs:label "instrument"@en ; + rdfs:comment "Indentifies an object used (or to be used) to complete an activity"@en ; + rdfs:domain as:Activity ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:to a owl:ObjectProperty ; + rdfs:label "to"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] . + +as:url a owl:ObjectProperty ; + rdfs:label "url"@en ; + rdfs:comment "Specifies a link to a specific representation of the Object"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Link owl:Thing ) + ] ; + rdfs:domain as:Object . + +as:subject a owl:FunctionalProperty, + owl:ObjectProperty; + rdfs:label "a"@en; + rdfs:comment "On a Relationship object, identifies the subject. e.g. when saying \"John is connected to Sally\", 'subject' refers to 'John'"@en ; + rdfs:domain as:Relationship ; + rdfs:subPropertyOf rdf:subject ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( as:Link as:Object ) + ]. + +as:relationship a owl:ObjectProperty; + rdfs:label "relationship"@en; + rdfs:comment "On a Relationship object, describes the type of relationship"@en; + rdfs:subPropertyOf rdf:predicate ; + rdfs:domain as:Relationship ; + rdfs:range rdf:Property . + +as:describes a owl:ObjectProperty, + owl:FunctionalProperty; + rdfs:label "describes"@en; + rdfs:comment "On a Profile object, describes the object described by the profile"@en ; + rdfs:domain as:Profile ; + rdfs:range as:Object . + +as:formerType a owl:ObjectProperty, + owl:FunctionalProperty; + rdfs:label "formerType"@en; + rdfs:comment "On a Tombstone object, describes the former type of the deleted object"@en ; + rdfs:domain as:Tombstone ; + rdfs:range as:Object . + +################################################################# +# +# Data properties +# +################################################################# + +as:accuracy a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "accuracy"@en ; + rdfs:comment "Specifies the accuracy around the point established by the longitude and latitude"@en ; + rdfs:domain as:Place ; + rdfs:range [ + a rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( + [ xsd:minInclusive "0.0"^^xsd:float ] + ) + ] . + +as:altitude a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "altitude"@en ; + rdfs:comment "The altitude of a place"@en; + rdfs:domain as:Place ; + rdfs:range xsd:float . + +as:content a owl:DatatypeProperty ; + rdfs:label "content"@en ; + rdfs:comment "The content of the object."@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( rdf:langString xsd:string ) + ] ; + rdfs:domain as:Object . + +as:name a owl:DatatypeProperty ; + rdfs:label "name"@en ; + rdfs:name "The default, plain-text display name of the object or link."@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( rdf:langString xsd:string ) + ] ; + rdfs:domain [ + a owl:Class ; + owl:unionOf ( as:Object as:Link) + ]. + +as:downstreamDuplicates a owl:DatatypeProperty, + owl:DeprecatedProperty ; + rdfs:label "downstreamDuplicates"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain as:Object . + +as:duration a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "duration"@en ; + rdfs:comment "The duration of the object"@en ; + rdfs:range xsd:duration ; + rdfs:domain as:Object . + +as:endTime a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "endTime"@en ; + rdfs:comment "The ending time of the object"@en ; + rdfs:range xsd:dateTime ; + rdfs:domain as:Object . + +as:height a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "height"@en ; + rdfs:comment "The display height expressed as device independent pixels"@en ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:domain as:Link . + +as:href a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "href"@en ; + rdfs:comment "The target URI of the Link"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain as:Link . + +as:hreflang a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "hreflang"@en ; + rdfs:comment "A hint about the language of the referenced resource"@en ; + rdfs:range xsd:language ; + rdfs:domain as:Link . + +as:id a owl:DatatypeProperty , + owl:FunctionalProperty, + owl:DeprecatedProperty ; + rdfs:label "id"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (as:Link as:Object) + ] . + +as:latitude a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "latitude"@en ; + rdfs:comment "The latitude"@en ; + rdfs:range xsd:float ; + rdfs:domain as:Place . + +as:longitude a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "longitude"@en ; + rdfs:comment "The longitude"@en ; + rdfs:range xsd:float ; + rdfs:domain as:Place . + +as:mediaType a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "mediaType"@en ; + rdfs:comment "The MIME Media Type"@en ; + rdfs:range xsd:string ; + rdfs:domain [ + a owl:Class ; + owl:unionOf (as:Link as:Object) + ] . + +as:objectType a owl:DatatypeProperty , + owl:FunctionalProperty, + owl:DeprecatedProperty ; + rdfs:label "objectType"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain as:Object . + +as:published a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "published"@en ; + rdfs:comment "Specifies the date and time the object was published"@en ; + rdfs:range xsd:dateTime ; + rdfs:domain as:Object . + +as:radius a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "radius"@en ; + rdfs:comment "Specifies a radius around the point established by the longitude and latitude"@en ; + rdfs:domain as:Place ; + rdfs:range [ + a rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( + [ xsd:minInclusive "0.0"^^xsd:float ] + ) + ] . + +as:rating a owl:DatatypeProperty , + owl:FunctionalProperty, + owl:DeprecatedProperty ; + rdfs:label "rating"@en ; + rdfs:comment "A numeric rating (>= 0.0, <= 5.0) for the object"@en ; + rdfs:domain as:Object ; + rdfs:range [ + a rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( + [ xsd:minInclusive "0.0"^^xsd:float ] + [ xsd:maxInclusive "5.0"^^xsd:float ] + )] . + +as:rel a owl:DatatypeProperty ; + rdfs:label "rel"@en ; + rdfs:comment "The RFC 5988 or HTML5 Link Relation associated with the Link"@en ; + rdfs:range xsd:string ; + rdfs:domain as:Link . + +as:startIndex a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "startIndex"@en ; + rdfs:comment "In a strictly ordered logical collection, specifies the index position of the first item in the items list"@en ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:domain as:OrderedCollectionPage . + +as:startTime a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "startTime"@en ; + rdfs:comment "The starting time of the object"@en ; + rdfs:range xsd:dateTime ; + rdfs:domain as:Object . + +as:summary a owl:DatatypeProperty ; + rdfs:label "summary"@en ; + rdfs:comment "A short summary of the object"@en ; + rdfs:range [ + a owl:Class ; + owl:unionOf ( rdf:langString xsd:string ) + ] ; + rdfs:domain as:Object . + +as:totalItems a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "totalItems"@en ; + rdfs:comment "The total number of items in a logical collection"@en ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:domain as:Collection . + +as:units a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "units"@en ; + rdfs:comment "Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units."@en ; + rdfs:range [ + a rdfs:Datatype ; + owl:unionOf ( + [ a rdfs:Datatype ; + owl:oneOf ( + "inches" + "feet" + "miles" + "cm" + "m" + "km" + ) + ] + xsd:anyURI ) + ] ; + rdfs:domain as:Place . + +as:updated a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "updated"@en ; + rdfs:comment "Specifies when the object was last updated"@en ; + rdfs:range xsd:dateTime ; + rdfs:domain as:Object . + +as:upstreamDuplicates a owl:DatatypeProperty, + owl:DeprecatedProperty ; + rdfs:label "upstreamDuplicates"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain as:Object . + +as:verb a owl:DatatypeProperty , + owl:FunctionalProperty, + owl:DeprecatedProperty ; + rdfs:label "verb"@en ; + rdfs:range xsd:anyURI ; + rdfs:domain as:Activity . + +as:width a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "width"@en ; + rdfs:comment "Specifies the preferred display width of the content, expressed in terms of device independent pixels."@en ; + rdfs:range xsd:nonNegativeInteger ; + rdfs:domain as:Link . + +as:deleted a owl:DatatypeProperty , + owl:FunctionalProperty ; + rdfs:label "deleted"@en ; + rdfs:comment "Specifies the date and time the object was deleted"@en ; + rdfs:range xsd:dateTime ; + rdfs:domain as:Tombstone . + +################################################################# +# +# Classes +# +################################################################# + +as:Accept a owl:Class ; + rdfs:label "Accept"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "Actor accepts the Object"@en . + +as:Activity a owl:Class ; + rdfs:label "Activity"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "An Object representing some form of Action that has been taken"@en . + +as:Block a owl:Class ; + rdfs:label "Block"@en ; + rdfs:subClassOf as:Ignore . + +as:IntransitiveActivity a owl:Class ; + rdfs:label "IntransitiveActivity"@en ; + rdfs:subClassOf as:Activity ; + rdfs:subClassOf [ + a owl:Restriction ; + owl:onProperty as:object ; + owl:maxCardinality "0"^^xsd:nonNegativeInteger + ] ; + rdfs:comment "An Activity that has no direct object"@en . + +as:Add a owl:Class ; + rdfs:label "Add"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Add an Object or Link to Something"@en . + +as:Announce a owl:Class ; + rdfs:label "Announce"@en; + rdfs:subClassOf as:Activity ; + rdfs:comment "Actor announces the object to the target"@en . + +as:Application a owl:Class ; + rdfs:label "Application"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "Represents a software application of any sort"@en . + +as:Arrive a owl:Class ; + rdfs:label "Arrive"@en ; + rdfs:subClassOf as:IntransitiveActivity ; + rdfs:comment "To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")"@en . + +as:Article a owl:Class ; + rdfs:label "Article"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A written work. Typically several paragraphs long. For example, a blog post or a news article."@en . + +as:Audio a owl:Class ; + rdfs:label "Audio"@en ; + rdfs:subClassOf as:Document ; + rdfs:comment "An audio file"@en . + +as:Collection a owl:Class ; + rdfs:label "Collection"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "An ordered or unordered collection of Objects or Links"@en . + +as:CollectionPage a owl:Class ; + rdfs:label "CollectionPage"@en ; + rdfs:subClassOf as:Collection ; + rdfs:comment "A subset of items from a Collection"@en . + +as:OrderedCollectionPage a owl:Class ; + rdfs:label "OrderedCollectionPage"@en; + rdfs:subClassOf as:OrderedCollection, as:CollectionPage ; + rdfs:comment "An ordered subset of items from an OrderedCollection"@en . + +as:Relationship a owl:Class, rdf:Statement ; + rdfs:label "Relationship"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)"@en . + +as:Create a owl:Class ; + rdfs:label "Create"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Create Something"@en . + +as:Delete a owl:Class ; + rdfs:label "Delete"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Delete Something"@en . + +as:Dislike a owl:Class ; + rdfs:label "Dislike"@en; + rdfs:subClassOf as:Activity ; + rdfs:comment "The actor dislikes the object"@en . + +as:Document a owl:Class ; + rdfs:label "Document"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "Represents a digital document/file of any sort"@en . + +as:Event a owl:Class ; + rdfs:label "Event"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "An Event of any kind"@en . + +as:Flag a owl:Class ; + rdfs:label "Flag"@en; + rdfs:subClassOf as:Activity ; + rdfs:comment "To flag something (e.g. flag as inappropriate, flag as spam, etc)"@en . + +as:Follow a owl:Class ; + rdfs:label "Follow"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Express Interest in Something"@en . + +as:Group a owl:Class ; + rdfs:label "Group"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A Group of any kind."@en . + +as:Ignore a owl:Class ; + rdfs:label "Ignore"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "Actor is ignoring the Object"@en . + +as:Image a owl:Class ; + rdfs:label "Image"@en ; + rdfs:subClassOf as:Document ; + rdfs:comment "An Image file"@en . + +as:Invite a owl:Class ; + rdfs:label "Invite"@en ; + rdfs:subClassOf as:Offer ; + rdfs:comment "To invite someone or something to something"@en . + +as:Join a owl:Class ; + rdfs:label "Join"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Join Something"@en . + +as:Leave a owl:Class ; + rdfs:label "Leave"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Leave Something"@en . + +as:Like a owl:Class ; + rdfs:label "Like"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Like Something"@en . + +as:View a owl:Class ; + rdfs:label "View"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "The actor viewed the object"@en . + +as:Listen a owl:Class ; + rdfs:label "Listen"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "The actor listened to the object"@en . + +as:Read a owl:Class ; + rdfs:label "Read"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "The actor read the object"@en . + +as:Move a owl:Class ; + rdfs:label "Move"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from." . + +as:Travel a owl:Class ; + rdfs:label "Travel"@en ; + rdfs:subClassOf as:IntransitiveActivity ; + rdfs:comment "The actor is traveling to the target. The origin specifies where the actor is traveling from." . + +as:Link a owl:Class ; + rdfs:label "Link"@en ; + owl:disjointWith as:Object ; + rdfs:comment "Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model"@en . + +as:Mention a owl:Class ; + rdfs:label "Mention"@en ; + rdfs:subClassOf as:Link ; + rdfs:comment "A specialized Link that represents an @mention"@en . + +as:Note a owl:Class ; + rdfs:label "Note"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\""@en . + +as:Object a owl:Class ; + rdfs:label "Object"@en . + +as:Offer a owl:Class ; + rdfs:label "Offer"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Offer something to someone or something"@en . + +as:OrderedCollection a owl:Class ; + rdfs:label "OrderedCollection"@en ; + rdfs:comment "A variation of Collection in which items are strictly ordered"@en; + rdfs:subClassOf [ + a owl:Class; + owl:intersectionOf ( + as:Collection + [ + a owl:Restriction; + owl:onProperty as:items ; + owl:allValuesFrom [ + a owl:Class ; + owl:intersectionOf ( + as:OrderedItems + [ + a owl:Class ; + owl:complementOf [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] + ] + ) + ] + ] + ) + ] . + +as:OrderedItems a owl:Class ; + rdfs:label "OrderedItems"@en ; + rdfs:comment "A rdf:List variant for Objects and Links"@en ; + rdfs:subClassOf [ + a owl:Class; + owl:intersectionOf ( + rdf:List + [ + a owl:Restriction; + owl:onProperty rdf:first ; + owl:allValuesFrom [ + a owl:Class ; + owl:unionOf ( as:Object as:Link ) + ] + ] + [ + a owl:Restriction; + owl:allValuesFrom as:OrderedItems ; + owl:onProperty rdf:rest + ] + ) + ] . + +as:Page a owl:Class ; + rdfs:label "Page"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A Web Page"@en . + +as:Person a owl:Class ; + rdfs:label "Person"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A Person"@en . + +as:Organization a owl:Class ; + rdfs:label "Organization"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "An Organization"@en . + +as:Profile a owl:Class ; + rdfs:label "Profile"@en; + rdfs:subClassOf as:Object ; + rdfs:comment "A Profile Document"@en . + +as:Place a owl:Class ; + rdfs:label "Place"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A physical or logical location"@en . + +as:Question a owl:Class ; + rdfs:label "Question"@en; + rdfs:subClassOf as:IntransitiveActivity ; + rdfs:comment "A question of any sort."@en . + +as:Reject a owl:Class ; + rdfs:label "Reject"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "Actor rejects the Object"@en . + +as:Remove a owl:Class ; + rdfs:label "Remove"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Remove Something"@en . + +as:Service a owl:Class ; + rdfs:label "Service"@en ; + rdfs:subClassOf as:Object ; + rdfs:comment "A service provided by some entity"@en . + +as:TentativeAccept a owl:Class ; + rdfs:label "TentativeAccept"@en ; + rdfs:subClassOf as:Accept ; + rdfs:comment "Actor tentatively accepts the Object"@en . + +as:TentativeReject a owl:Class ; + rdfs:label "TentativeReject"@en ; + rdfs:subClassOf as:Reject ; + rdfs:comment "Actor tentatively rejects the object"@en . + +as:Tombstone a owl:Class ; + rdfs:label "Tombstone"@en; + rdfs:subClassOf as:Object ; + rdfs:comment "A placeholder for a deleted object"@en . + +as:Undo a owl:Class ; + rdfs:label "Undo"@en ; + rdfs:subClassOf as:Activity ; + rdfs:comment "To Undo Something. This would typically be used to indicate that a previous Activity has been undone."@en . + +as:Update a owl:Class ; + rdfs:label "Update"@en ; + rdfs:comment "To Update/Modify Something"@en ; + rdfs:subClassOf as:Activity . + +as:Video a owl:Class ; + rdfs:label "Video"@en ; + rdfs:comment "A Video document of any kind."@en ; + rdfs:subClassOf as:Document . + +rdf:nil a as:OrderedItems . diff --git a/priv/vocabs/schema.org.jsonld b/priv/vocabs/schema.org.jsonld new file mode 100644 index 000000000..17d4762fd --- /dev/null +++ b/priv/vocabs/schema.org.jsonld @@ -0,0 +1,2428 @@ +{ + "@context": { + "type": "@type", + "id": "@id", + "HTML": { "@id": "rdf:HTML" }, + + "@vocab": "http://schema.org/", + "xml": "http://www.w3.org/XML/1998/namespace", + "foaf": "http://xmlns.com/foaf/0.1/", + "eli": "http://data.europa.eu/eli/ontology#", + "snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/", + "bibo": "http://purl.org/ontology/bibo/", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "skos": "http://www.w3.org/2004/02/skos/core#", + "void": "http://rdfs.org/ns/void#", + "dc": "http://purl.org/dc/elements/1.1/", + "dctype": "http://purl.org/dc/dcmitype/", + "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "dcat": "http://www.w3.org/ns/dcat#", + "rdfa": "http://www.w3.org/ns/rdfa#", + "xsd": "http://www.w3.org/2001/XMLSchema#", + "schema": "http://schema.org/", + "dct": "http://purl.org/dc/terms/", + "dcterms": "http://purl.org/dc/terms/", + "owl": "http://www.w3.org/2002/07/owl#", + "xsd1": "hhttp://www.w3.org/2001/XMLSchema#", + "3DModel": {"@id": "schema:3DModel"}, + "AMRadioChannel": {"@id": "schema:AMRadioChannel"}, + "APIReference": {"@id": "schema:APIReference"}, + "Abdomen": {"@id": "schema:Abdomen"}, + "AboutPage": {"@id": "schema:AboutPage"}, + "AcceptAction": {"@id": "schema:AcceptAction"}, + "Accommodation": {"@id": "schema:Accommodation"}, + "AccountingService": {"@id": "schema:AccountingService"}, + "AchieveAction": {"@id": "schema:AchieveAction"}, + "Action": {"@id": "schema:Action"}, + "ActionAccessSpecification": {"@id": "schema:ActionAccessSpecification"}, + "ActionStatusType": {"@id": "schema:ActionStatusType"}, + "ActivateAction": {"@id": "schema:ActivateAction"}, + "ActiveActionStatus": {"@id": "schema:ActiveActionStatus"}, + "ActiveNotRecruiting": {"@id": "schema:ActiveNotRecruiting"}, + "AddAction": {"@id": "schema:AddAction"}, + "AdministrativeArea": {"@id": "schema:AdministrativeArea"}, + "AdultEntertainment": {"@id": "schema:AdultEntertainment"}, + "AdvertiserContentArticle": {"@id": "schema:AdvertiserContentArticle"}, + "AerobicActivity": {"@id": "schema:AerobicActivity"}, + "AggregateOffer": {"@id": "schema:AggregateOffer"}, + "AggregateRating": {"@id": "schema:AggregateRating"}, + "AgreeAction": {"@id": "schema:AgreeAction"}, + "Airline": {"@id": "schema:Airline"}, + "Airport": {"@id": "schema:Airport"}, + "AlbumRelease": {"@id": "schema:AlbumRelease"}, + "AlignmentObject": {"@id": "schema:AlignmentObject"}, + "AllWheelDriveConfiguration": {"@id": "schema:AllWheelDriveConfiguration"}, + "AllocateAction": {"@id": "schema:AllocateAction"}, + "AmusementPark": {"@id": "schema:AmusementPark"}, + "AnaerobicActivity": {"@id": "schema:AnaerobicActivity"}, + "AnalysisNewsArticle": {"@id": "schema:AnalysisNewsArticle"}, + "AnatomicalStructure": {"@id": "schema:AnatomicalStructure"}, + "AnatomicalSystem": {"@id": "schema:AnatomicalSystem"}, + "Anesthesia": {"@id": "schema:Anesthesia"}, + "AnimalShelter": {"@id": "schema:AnimalShelter"}, + "Answer": {"@id": "schema:Answer"}, + "Apartment": {"@id": "schema:Apartment"}, + "ApartmentComplex": {"@id": "schema:ApartmentComplex"}, + "Appearance": {"@id": "schema:Appearance"}, + "AppendAction": {"@id": "schema:AppendAction"}, + "ApplyAction": {"@id": "schema:ApplyAction"}, + "ApprovedIndication": {"@id": "schema:ApprovedIndication"}, + "Aquarium": {"@id": "schema:Aquarium"}, + "ArchiveComponent": {"@id": "schema:ArchiveComponent"}, + "ArchiveOrganization": {"@id": "schema:ArchiveOrganization"}, + "ArriveAction": {"@id": "schema:ArriveAction"}, + "ArtGallery": {"@id": "schema:ArtGallery"}, + "Artery": {"@id": "schema:Artery"}, + "Article": {"@id": "schema:Article"}, + "AskAction": {"@id": "schema:AskAction"}, + "AskPublicNewsArticle": {"@id": "schema:AskPublicNewsArticle"}, + "AssessAction": {"@id": "schema:AssessAction"}, + "AssignAction": {"@id": "schema:AssignAction"}, + "Atlas": {"@id": "schema:Atlas"}, + "Attorney": {"@id": "schema:Attorney"}, + "Audience": {"@id": "schema:Audience"}, + "AudioObject": {"@id": "schema:AudioObject"}, + "Audiobook": {"@id": "schema:Audiobook"}, + "AudiobookFormat": {"@id": "schema:AudiobookFormat"}, + "AuthoritativeLegalValue": {"@id": "schema:AuthoritativeLegalValue"}, + "AuthorizeAction": {"@id": "schema:AuthorizeAction"}, + "AutoBodyShop": {"@id": "schema:AutoBodyShop"}, + "AutoDealer": {"@id": "schema:AutoDealer"}, + "AutoPartsStore": {"@id": "schema:AutoPartsStore"}, + "AutoRental": {"@id": "schema:AutoRental"}, + "AutoRepair": {"@id": "schema:AutoRepair"}, + "AutoWash": {"@id": "schema:AutoWash"}, + "AutomatedTeller": {"@id": "schema:AutomatedTeller"}, + "AutomotiveBusiness": {"@id": "schema:AutomotiveBusiness"}, + "Ayurvedic": {"@id": "schema:Ayurvedic"}, + "BackgroundNewsArticle": {"@id": "schema:BackgroundNewsArticle"}, + "Bacteria": {"@id": "schema:Bacteria"}, + "Bakery": {"@id": "schema:Bakery"}, + "Balance": {"@id": "schema:Balance"}, + "BankAccount": {"@id": "schema:BankAccount"}, + "BankOrCreditUnion": {"@id": "schema:BankOrCreditUnion"}, + "BarOrPub": {"@id": "schema:BarOrPub"}, + "Barcode": {"@id": "schema:Barcode"}, + "Beach": {"@id": "schema:Beach"}, + "BeautySalon": {"@id": "schema:BeautySalon"}, + "BedAndBreakfast": {"@id": "schema:BedAndBreakfast"}, + "BedDetails": {"@id": "schema:BedDetails"}, + "BedType": {"@id": "schema:BedType"}, + "BefriendAction": {"@id": "schema:BefriendAction"}, + "BenefitsHealthAspect": {"@id": "schema:BenefitsHealthAspect"}, + "BikeStore": {"@id": "schema:BikeStore"}, + "Blog": {"@id": "schema:Blog"}, + "BlogPosting": {"@id": "schema:BlogPosting"}, + "BloodTest": {"@id": "schema:BloodTest"}, + "BoardingPolicyType": {"@id": "schema:BoardingPolicyType"}, + "BodyOfWater": {"@id": "schema:BodyOfWater"}, + "Bone": {"@id": "schema:Bone"}, + "Book": {"@id": "schema:Book"}, + "BookFormatType": {"@id": "schema:BookFormatType"}, + "BookSeries": {"@id": "schema:BookSeries"}, + "BookStore": {"@id": "schema:BookStore"}, + "BookmarkAction": {"@id": "schema:BookmarkAction"}, + "Boolean": {"@id": "schema:Boolean"}, + "BorrowAction": {"@id": "schema:BorrowAction"}, + "BowlingAlley": {"@id": "schema:BowlingAlley"}, + "BrainStructure": {"@id": "schema:BrainStructure"}, + "Brand": {"@id": "schema:Brand"}, + "BreadcrumbList": {"@id": "schema:BreadcrumbList"}, + "Brewery": {"@id": "schema:Brewery"}, + "Bridge": {"@id": "schema:Bridge"}, + "BroadcastChannel": {"@id": "schema:BroadcastChannel"}, + "BroadcastEvent": {"@id": "schema:BroadcastEvent"}, + "BroadcastFrequencySpecification": {"@id": "schema:BroadcastFrequencySpecification"}, + "BroadcastRelease": {"@id": "schema:BroadcastRelease"}, + "BroadcastService": {"@id": "schema:BroadcastService"}, + "BrokerageAccount": {"@id": "schema:BrokerageAccount"}, + "BuddhistTemple": {"@id": "schema:BuddhistTemple"}, + "BusOrCoach": {"@id": "schema:BusOrCoach"}, + "BusReservation": {"@id": "schema:BusReservation"}, + "BusStation": {"@id": "schema:BusStation"}, + "BusStop": {"@id": "schema:BusStop"}, + "BusTrip": {"@id": "schema:BusTrip"}, + "BusinessAudience": {"@id": "schema:BusinessAudience"}, + "BusinessEntityType": {"@id": "schema:BusinessEntityType"}, + "BusinessEvent": {"@id": "schema:BusinessEvent"}, + "BusinessFunction": {"@id": "schema:BusinessFunction"}, + "BuyAction": {"@id": "schema:BuyAction"}, + "CDFormat": {"@id": "schema:CDFormat"}, + "CT": {"@id": "schema:CT"}, + "CableOrSatelliteService": {"@id": "schema:CableOrSatelliteService"}, + "CafeOrCoffeeShop": {"@id": "schema:CafeOrCoffeeShop"}, + "Campground": {"@id": "schema:Campground"}, + "CampingPitch": {"@id": "schema:CampingPitch"}, + "Canal": {"@id": "schema:Canal"}, + "CancelAction": {"@id": "schema:CancelAction"}, + "Car": {"@id": "schema:Car"}, + "CarUsageType": {"@id": "schema:CarUsageType"}, + "Cardiovascular": {"@id": "schema:Cardiovascular"}, + "CardiovascularExam": {"@id": "schema:CardiovascularExam"}, + "CaseSeries": {"@id": "schema:CaseSeries"}, + "Casino": {"@id": "schema:Casino"}, + "CassetteFormat": {"@id": "schema:CassetteFormat"}, + "CategoryCode": {"@id": "schema:CategoryCode"}, + "CategoryCodeSet": {"@id": "schema:CategoryCodeSet"}, + "CatholicChurch": {"@id": "schema:CatholicChurch"}, + "CausesHealthAspect": {"@id": "schema:CausesHealthAspect"}, + "Cemetery": {"@id": "schema:Cemetery"}, + "Chapter": {"@id": "schema:Chapter"}, + "CheckAction": {"@id": "schema:CheckAction"}, + "CheckInAction": {"@id": "schema:CheckInAction"}, + "CheckOutAction": {"@id": "schema:CheckOutAction"}, + "CheckoutPage": {"@id": "schema:CheckoutPage"}, + "ChildCare": {"@id": "schema:ChildCare"}, + "ChildrensEvent": {"@id": "schema:ChildrensEvent"}, + "Chiropractic": {"@id": "schema:Chiropractic"}, + "ChooseAction": {"@id": "schema:ChooseAction"}, + "Church": {"@id": "schema:Church"}, + "City": {"@id": "schema:City"}, + "CityHall": {"@id": "schema:CityHall"}, + "CivicStructure": {"@id": "schema:CivicStructure"}, + "Claim": {"@id": "schema:Claim"}, + "ClaimReview": {"@id": "schema:ClaimReview"}, + "Class": {"@id": "schema:Class"}, + "Clinician": {"@id": "schema:Clinician"}, + "Clip": {"@id": "schema:Clip"}, + "ClothingStore": {"@id": "schema:ClothingStore"}, + "CoOp": {"@id": "schema:CoOp"}, + "Code": {"@id": "schema:Code"}, + "CohortStudy": {"@id": "schema:CohortStudy"}, + "Collection": {"@id": "schema:Collection"}, + "CollectionPage": {"@id": "schema:CollectionPage"}, + "CollegeOrUniversity": {"@id": "schema:CollegeOrUniversity"}, + "ComedyClub": {"@id": "schema:ComedyClub"}, + "ComedyEvent": {"@id": "schema:ComedyEvent"}, + "ComicCoverArt": {"@id": "schema:ComicCoverArt"}, + "ComicIssue": {"@id": "schema:ComicIssue"}, + "ComicSeries": {"@id": "schema:ComicSeries"}, + "ComicStory": {"@id": "schema:ComicStory"}, + "Comment": {"@id": "schema:Comment"}, + "CommentAction": {"@id": "schema:CommentAction"}, + "CommentPermission": {"@id": "schema:CommentPermission"}, + "CommunicateAction": {"@id": "schema:CommunicateAction"}, + "CommunityHealth": {"@id": "schema:CommunityHealth"}, + "CompilationAlbum": {"@id": "schema:CompilationAlbum"}, + "CompleteDataFeed": {"@id": "schema:CompleteDataFeed"}, + "Completed": {"@id": "schema:Completed"}, + "CompletedActionStatus": {"@id": "schema:CompletedActionStatus"}, + "CompoundPriceSpecification": {"@id": "schema:CompoundPriceSpecification"}, + "ComputerLanguage": {"@id": "schema:ComputerLanguage"}, + "ComputerStore": {"@id": "schema:ComputerStore"}, + "ConfirmAction": {"@id": "schema:ConfirmAction"}, + "Consortium": {"@id": "schema:Consortium"}, + "ConsumeAction": {"@id": "schema:ConsumeAction"}, + "ContactPage": {"@id": "schema:ContactPage"}, + "ContactPoint": {"@id": "schema:ContactPoint"}, + "ContactPointOption": {"@id": "schema:ContactPointOption"}, + "ContagiousnessHealthAspect": {"@id": "schema:ContagiousnessHealthAspect"}, + "Continent": {"@id": "schema:Continent"}, + "ControlAction": {"@id": "schema:ControlAction"}, + "ConvenienceStore": {"@id": "schema:ConvenienceStore"}, + "Conversation": {"@id": "schema:Conversation"}, + "CookAction": {"@id": "schema:CookAction"}, + "Corporation": {"@id": "schema:Corporation"}, + "CorrectionComment": {"@id": "schema:CorrectionComment"}, + "Country": {"@id": "schema:Country"}, + "Course": {"@id": "schema:Course"}, + "CourseInstance": {"@id": "schema:CourseInstance"}, + "Courthouse": {"@id": "schema:Courthouse"}, + "CoverArt": {"@id": "schema:CoverArt"}, + "CreateAction": {"@id": "schema:CreateAction"}, + "CreativeWork": {"@id": "schema:CreativeWork"}, + "CreativeWorkSeason": {"@id": "schema:CreativeWorkSeason"}, + "CreativeWorkSeries": {"@id": "schema:CreativeWorkSeries"}, + "CreditCard": {"@id": "schema:CreditCard"}, + "Crematorium": {"@id": "schema:Crematorium"}, + "CriticReview": {"@id": "schema:CriticReview"}, + "CrossSectional": {"@id": "schema:CrossSectional"}, + "CssSelectorType": {"@id": "schema:CssSelectorType"}, + "CurrencyConversionService": {"@id": "schema:CurrencyConversionService"}, + "DDxElement": {"@id": "schema:DDxElement"}, + "DJMixAlbum": {"@id": "schema:DJMixAlbum"}, + "DVDFormat": {"@id": "schema:DVDFormat"}, + "DamagedCondition": {"@id": "schema:DamagedCondition"}, + "DanceEvent": {"@id": "schema:DanceEvent"}, + "DanceGroup": {"@id": "schema:DanceGroup"}, + "DataCatalog": {"@id": "schema:DataCatalog"}, + "DataDownload": {"@id": "schema:DataDownload"}, + "DataFeed": {"@id": "schema:DataFeed"}, + "DataFeedItem": {"@id": "schema:DataFeedItem"}, + "DataType": {"@id": "schema:DataType"}, + "Dataset": {"@id": "schema:Dataset"}, + "Date": {"@id": "schema:Date"}, + "DateTime": {"@id": "schema:DateTime"}, + "DatedMoneySpecification": {"@id": "schema:DatedMoneySpecification"}, + "DayOfWeek": {"@id": "schema:DayOfWeek"}, + "DaySpa": {"@id": "schema:DaySpa"}, + "DeactivateAction": {"@id": "schema:DeactivateAction"}, + "DefenceEstablishment": {"@id": "schema:DefenceEstablishment"}, + "DefinedTerm": {"@id": "schema:DefinedTerm"}, + "DefinedTermSet": {"@id": "schema:DefinedTermSet"}, + "DefinitiveLegalValue": {"@id": "schema:DefinitiveLegalValue"}, + "DeleteAction": {"@id": "schema:DeleteAction"}, + "DeliveryChargeSpecification": {"@id": "schema:DeliveryChargeSpecification"}, + "DeliveryEvent": {"@id": "schema:DeliveryEvent"}, + "DeliveryMethod": {"@id": "schema:DeliveryMethod"}, + "Demand": {"@id": "schema:Demand"}, + "DemoAlbum": {"@id": "schema:DemoAlbum"}, + "Dentist": {"@id": "schema:Dentist"}, + "Dentistry": {"@id": "schema:Dentistry"}, + "DepartAction": {"@id": "schema:DepartAction"}, + "DepartmentStore": {"@id": "schema:DepartmentStore"}, + "DepositAccount": {"@id": "schema:DepositAccount"}, + "Dermatologic": {"@id": "schema:Dermatologic"}, + "Dermatology": {"@id": "schema:Dermatology"}, + "DiabeticDiet": {"@id": "schema:DiabeticDiet"}, + "Diagnostic": {"@id": "schema:Diagnostic"}, + "DiagnosticLab": {"@id": "schema:DiagnosticLab"}, + "DiagnosticProcedure": {"@id": "schema:DiagnosticProcedure"}, + "Diet": {"@id": "schema:Diet"}, + "DietNutrition": {"@id": "schema:DietNutrition"}, + "DietarySupplement": {"@id": "schema:DietarySupplement"}, + "DigitalAudioTapeFormat": {"@id": "schema:DigitalAudioTapeFormat"}, + "DigitalDocument": {"@id": "schema:DigitalDocument"}, + "DigitalDocumentPermission": {"@id": "schema:DigitalDocumentPermission"}, + "DigitalDocumentPermissionType": {"@id": "schema:DigitalDocumentPermissionType"}, + "DigitalFormat": {"@id": "schema:DigitalFormat"}, + "DisagreeAction": {"@id": "schema:DisagreeAction"}, + "Discontinued": {"@id": "schema:Discontinued"}, + "DiscoverAction": {"@id": "schema:DiscoverAction"}, + "DiscussionForumPosting": {"@id": "schema:DiscussionForumPosting"}, + "DislikeAction": {"@id": "schema:DislikeAction"}, + "Distance": {"@id": "schema:Distance"}, + "Distillery": {"@id": "schema:Distillery"}, + "DonateAction": {"@id": "schema:DonateAction"}, + "DoseSchedule": {"@id": "schema:DoseSchedule"}, + "DoubleBlindedTrial": {"@id": "schema:DoubleBlindedTrial"}, + "DownloadAction": {"@id": "schema:DownloadAction"}, + "DrawAction": {"@id": "schema:DrawAction"}, + "Drawing": {"@id": "schema:Drawing"}, + "DrinkAction": {"@id": "schema:DrinkAction"}, + "DriveWheelConfigurationValue": {"@id": "schema:DriveWheelConfigurationValue"}, + "DrivingSchoolVehicleUsage": {"@id": "schema:DrivingSchoolVehicleUsage"}, + "Drug": {"@id": "schema:Drug"}, + "DrugClass": {"@id": "schema:DrugClass"}, + "DrugCost": {"@id": "schema:DrugCost"}, + "DrugCostCategory": {"@id": "schema:DrugCostCategory"}, + "DrugLegalStatus": {"@id": "schema:DrugLegalStatus"}, + "DrugPregnancyCategory": {"@id": "schema:DrugPregnancyCategory"}, + "DrugPrescriptionStatus": {"@id": "schema:DrugPrescriptionStatus"}, + "DrugStrength": {"@id": "schema:DrugStrength"}, + "DryCleaningOrLaundry": {"@id": "schema:DryCleaningOrLaundry"}, + "Duration": {"@id": "schema:Duration"}, + "EBook": {"@id": "schema:EBook"}, + "EPRelease": {"@id": "schema:EPRelease"}, + "Ear": {"@id": "schema:Ear"}, + "EatAction": {"@id": "schema:EatAction"}, + "EducationEvent": {"@id": "schema:EducationEvent"}, + "EducationalAudience": {"@id": "schema:EducationalAudience"}, + "EducationalOccupationalCredential": {"@id": "schema:EducationalOccupationalCredential"}, + "EducationalOccupationalProgram": {"@id": "schema:EducationalOccupationalProgram"}, + "EducationalOrganization": {"@id": "schema:EducationalOrganization"}, + "Electrician": {"@id": "schema:Electrician"}, + "ElectronicsStore": {"@id": "schema:ElectronicsStore"}, + "ElementarySchool": {"@id": "schema:ElementarySchool"}, + "EmailMessage": {"@id": "schema:EmailMessage"}, + "Embassy": {"@id": "schema:Embassy"}, + "Emergency": {"@id": "schema:Emergency"}, + "EmergencyService": {"@id": "schema:EmergencyService"}, + "EmployeeRole": {"@id": "schema:EmployeeRole"}, + "EmployerAggregateRating": {"@id": "schema:EmployerAggregateRating"}, + "EmployerReview": {"@id": "schema:EmployerReview"}, + "EmploymentAgency": {"@id": "schema:EmploymentAgency"}, + "Endocrine": {"@id": "schema:Endocrine"}, + "EndorseAction": {"@id": "schema:EndorseAction"}, + "EndorsementRating": {"@id": "schema:EndorsementRating"}, + "Energy": {"@id": "schema:Energy"}, + "EngineSpecification": {"@id": "schema:EngineSpecification"}, + "EnrollingByInvitation": {"@id": "schema:EnrollingByInvitation"}, + "EntertainmentBusiness": {"@id": "schema:EntertainmentBusiness"}, + "EntryPoint": {"@id": "schema:EntryPoint"}, + "Enumeration": {"@id": "schema:Enumeration"}, + "Episode": {"@id": "schema:Episode"}, + "Event": {"@id": "schema:Event"}, + "EventCancelled": {"@id": "schema:EventCancelled"}, + "EventPostponed": {"@id": "schema:EventPostponed"}, + "EventRescheduled": {"@id": "schema:EventRescheduled"}, + "EventReservation": {"@id": "schema:EventReservation"}, + "EventScheduled": {"@id": "schema:EventScheduled"}, + "EventSeries": {"@id": "schema:EventSeries"}, + "EventStatusType": {"@id": "schema:EventStatusType"}, + "EventVenue": {"@id": "schema:EventVenue"}, + "EvidenceLevelA": {"@id": "schema:EvidenceLevelA"}, + "EvidenceLevelB": {"@id": "schema:EvidenceLevelB"}, + "EvidenceLevelC": {"@id": "schema:EvidenceLevelC"}, + "ExchangeRateSpecification": {"@id": "schema:ExchangeRateSpecification"}, + "ExchangeRefund": {"@id": "schema:ExchangeRefund"}, + "ExerciseAction": {"@id": "schema:ExerciseAction"}, + "ExerciseGym": {"@id": "schema:ExerciseGym"}, + "ExercisePlan": {"@id": "schema:ExercisePlan"}, + "ExhibitionEvent": {"@id": "schema:ExhibitionEvent"}, + "Eye": {"@id": "schema:Eye"}, + "FAQPage": {"@id": "schema:FAQPage"}, + "FDAcategoryA": {"@id": "schema:FDAcategoryA"}, + "FDAcategoryB": {"@id": "schema:FDAcategoryB"}, + "FDAcategoryC": {"@id": "schema:FDAcategoryC"}, + "FDAcategoryD": {"@id": "schema:FDAcategoryD"}, + "FDAcategoryX": {"@id": "schema:FDAcategoryX"}, + "FDAnotEvaluated": {"@id": "schema:FDAnotEvaluated"}, + "FMRadioChannel": {"@id": "schema:FMRadioChannel"}, + "FailedActionStatus": {"@id": "schema:FailedActionStatus"}, + "False": {"@id": "schema:False"}, + "FastFoodRestaurant": {"@id": "schema:FastFoodRestaurant"}, + "Female": {"@id": "schema:Female"}, + "Festival": {"@id": "schema:Festival"}, + "FilmAction": {"@id": "schema:FilmAction"}, + "FinancialProduct": {"@id": "schema:FinancialProduct"}, + "FinancialService": {"@id": "schema:FinancialService"}, + "FindAction": {"@id": "schema:FindAction"}, + "FireStation": {"@id": "schema:FireStation"}, + "Flexibility": {"@id": "schema:Flexibility"}, + "Flight": {"@id": "schema:Flight"}, + "FlightReservation": {"@id": "schema:FlightReservation"}, + "Float": {"@id": "schema:Float"}, + "Florist": {"@id": "schema:Florist"}, + "FollowAction": {"@id": "schema:FollowAction"}, + "FoodEstablishment": {"@id": "schema:FoodEstablishment"}, + "FoodEstablishmentReservation": {"@id": "schema:FoodEstablishmentReservation"}, + "FoodEvent": {"@id": "schema:FoodEvent"}, + "FoodService": {"@id": "schema:FoodService"}, + "FourWheelDriveConfiguration": {"@id": "schema:FourWheelDriveConfiguration"}, + "Friday": {"@id": "schema:Friday"}, + "FrontWheelDriveConfiguration": {"@id": "schema:FrontWheelDriveConfiguration"}, + "FullRefund": {"@id": "schema:FullRefund"}, + "FundingAgency": {"@id": "schema:FundingAgency"}, + "FundingScheme": {"@id": "schema:FundingScheme"}, + "Fungus": {"@id": "schema:Fungus"}, + "FurnitureStore": {"@id": "schema:FurnitureStore"}, + "Game": {"@id": "schema:Game"}, + "GamePlayMode": {"@id": "schema:GamePlayMode"}, + "GameServer": {"@id": "schema:GameServer"}, + "GameServerStatus": {"@id": "schema:GameServerStatus"}, + "GardenStore": {"@id": "schema:GardenStore"}, + "GasStation": {"@id": "schema:GasStation"}, + "Gastroenterologic": {"@id": "schema:Gastroenterologic"}, + "GatedResidenceCommunity": {"@id": "schema:GatedResidenceCommunity"}, + "GenderType": {"@id": "schema:GenderType"}, + "GeneralContractor": {"@id": "schema:GeneralContractor"}, + "Genetic": {"@id": "schema:Genetic"}, + "Genitourinary": {"@id": "schema:Genitourinary"}, + "GeoCircle": {"@id": "schema:GeoCircle"}, + "GeoCoordinates": {"@id": "schema:GeoCoordinates"}, + "GeoShape": {"@id": "schema:GeoShape"}, + "GeospatialGeometry": {"@id": "schema:GeospatialGeometry"}, + "Geriatric": {"@id": "schema:Geriatric"}, + "GiveAction": {"@id": "schema:GiveAction"}, + "GlutenFreeDiet": {"@id": "schema:GlutenFreeDiet"}, + "GolfCourse": {"@id": "schema:GolfCourse"}, + "GovernmentBuilding": {"@id": "schema:GovernmentBuilding"}, + "GovernmentOffice": {"@id": "schema:GovernmentOffice"}, + "GovernmentOrganization": {"@id": "schema:GovernmentOrganization"}, + "GovernmentPermit": {"@id": "schema:GovernmentPermit"}, + "GovernmentService": {"@id": "schema:GovernmentService"}, + "Grant": {"@id": "schema:Grant"}, + "GraphicNovel": {"@id": "schema:GraphicNovel"}, + "GroceryStore": {"@id": "schema:GroceryStore"}, + "GroupBoardingPolicy": {"@id": "schema:GroupBoardingPolicy"}, + "Gynecologic": {"@id": "schema:Gynecologic"}, + "HVACBusiness": {"@id": "schema:HVACBusiness"}, + "HairSalon": {"@id": "schema:HairSalon"}, + "HalalDiet": {"@id": "schema:HalalDiet"}, + "Hardcover": {"@id": "schema:Hardcover"}, + "HardwareStore": {"@id": "schema:HardwareStore"}, + "Head": {"@id": "schema:Head"}, + "HealthAndBeautyBusiness": {"@id": "schema:HealthAndBeautyBusiness"}, + "HealthAspectEnumeration": {"@id": "schema:HealthAspectEnumeration"}, + "HealthClub": {"@id": "schema:HealthClub"}, + "HealthInsurancePlan": {"@id": "schema:HealthInsurancePlan"}, + "HealthPlanCostSharingSpecification": {"@id": "schema:HealthPlanCostSharingSpecification"}, + "HealthPlanFormulary": {"@id": "schema:HealthPlanFormulary"}, + "HealthPlanNetwork": {"@id": "schema:HealthPlanNetwork"}, + "HealthTopicContent": {"@id": "schema:HealthTopicContent"}, + "HearingImpairedSupported": {"@id": "schema:HearingImpairedSupported"}, + "Hematologic": {"@id": "schema:Hematologic"}, + "HighSchool": {"@id": "schema:HighSchool"}, + "HinduDiet": {"@id": "schema:HinduDiet"}, + "HinduTemple": {"@id": "schema:HinduTemple"}, + "HobbyShop": {"@id": "schema:HobbyShop"}, + "HomeAndConstructionBusiness": {"@id": "schema:HomeAndConstructionBusiness"}, + "HomeGoodsStore": {"@id": "schema:HomeGoodsStore"}, + "Homeopathic": {"@id": "schema:Homeopathic"}, + "Hospital": {"@id": "schema:Hospital"}, + "Hostel": {"@id": "schema:Hostel"}, + "Hotel": {"@id": "schema:Hotel"}, + "HotelRoom": {"@id": "schema:HotelRoom"}, + "House": {"@id": "schema:House"}, + "HousePainter": {"@id": "schema:HousePainter"}, + "HowOrWhereHealthAspect": {"@id": "schema:HowOrWhereHealthAspect"}, + "HowTo": {"@id": "schema:HowTo"}, + "HowToDirection": {"@id": "schema:HowToDirection"}, + "HowToItem": {"@id": "schema:HowToItem"}, + "HowToSection": {"@id": "schema:HowToSection"}, + "HowToStep": {"@id": "schema:HowToStep"}, + "HowToSupply": {"@id": "schema:HowToSupply"}, + "HowToTip": {"@id": "schema:HowToTip"}, + "HowToTool": {"@id": "schema:HowToTool"}, + "IceCreamShop": {"@id": "schema:IceCreamShop"}, + "IgnoreAction": {"@id": "schema:IgnoreAction"}, + "ImageGallery": {"@id": "schema:ImageGallery"}, + "ImageObject": {"@id": "schema:ImageObject"}, + "ImagingTest": {"@id": "schema:ImagingTest"}, + "InForce": {"@id": "schema:InForce"}, + "InStock": {"@id": "schema:InStock"}, + "InStoreOnly": {"@id": "schema:InStoreOnly"}, + "IndividualProduct": {"@id": "schema:IndividualProduct"}, + "Infectious": {"@id": "schema:Infectious"}, + "InfectiousAgentClass": {"@id": "schema:InfectiousAgentClass"}, + "InfectiousDisease": {"@id": "schema:InfectiousDisease"}, + "InformAction": {"@id": "schema:InformAction"}, + "InsertAction": {"@id": "schema:InsertAction"}, + "InstallAction": {"@id": "schema:InstallAction"}, + "InsuranceAgency": {"@id": "schema:InsuranceAgency"}, + "Intangible": {"@id": "schema:Intangible"}, + "Integer": {"@id": "schema:Integer"}, + "InteractAction": {"@id": "schema:InteractAction"}, + "InteractionCounter": {"@id": "schema:InteractionCounter"}, + "InternationalTrial": {"@id": "schema:InternationalTrial"}, + "InternetCafe": {"@id": "schema:InternetCafe"}, + "InvestmentFund": {"@id": "schema:InvestmentFund"}, + "InvestmentOrDeposit": {"@id": "schema:InvestmentOrDeposit"}, + "InviteAction": {"@id": "schema:InviteAction"}, + "Invoice": {"@id": "schema:Invoice"}, + "ItemAvailability": {"@id": "schema:ItemAvailability"}, + "ItemList": {"@id": "schema:ItemList"}, + "ItemListOrderAscending": {"@id": "schema:ItemListOrderAscending"}, + "ItemListOrderDescending": {"@id": "schema:ItemListOrderDescending"}, + "ItemListOrderType": {"@id": "schema:ItemListOrderType"}, + "ItemListUnordered": {"@id": "schema:ItemListUnordered"}, + "ItemPage": {"@id": "schema:ItemPage"}, + "JewelryStore": {"@id": "schema:JewelryStore"}, + "JobPosting": {"@id": "schema:JobPosting"}, + "JoinAction": {"@id": "schema:JoinAction"}, + "Joint": {"@id": "schema:Joint"}, + "KosherDiet": {"@id": "schema:KosherDiet"}, + "LaboratoryScience": {"@id": "schema:LaboratoryScience"}, + "LakeBodyOfWater": {"@id": "schema:LakeBodyOfWater"}, + "Landform": {"@id": "schema:Landform"}, + "LandmarksOrHistoricalBuildings": {"@id": "schema:LandmarksOrHistoricalBuildings"}, + "Language": {"@id": "schema:Language"}, + "LaserDiscFormat": {"@id": "schema:LaserDiscFormat"}, + "LeaveAction": {"@id": "schema:LeaveAction"}, + "LeftHandDriving": {"@id": "schema:LeftHandDriving"}, + "LegalForceStatus": {"@id": "schema:LegalForceStatus"}, + "LegalService": {"@id": "schema:LegalService"}, + "LegalValueLevel": {"@id": "schema:LegalValueLevel"}, + "Legislation": {"@id": "schema:Legislation"}, + "LegislationObject": {"@id": "schema:LegislationObject"}, + "LegislativeBuilding": {"@id": "schema:LegislativeBuilding"}, + "LeisureTimeActivity": {"@id": "schema:LeisureTimeActivity"}, + "LendAction": {"@id": "schema:LendAction"}, + "Library": {"@id": "schema:Library"}, + "LibrarySystem": {"@id": "schema:LibrarySystem"}, + "LifestyleModification": {"@id": "schema:LifestyleModification"}, + "Ligament": {"@id": "schema:Ligament"}, + "LikeAction": {"@id": "schema:LikeAction"}, + "LimitedAvailability": {"@id": "schema:LimitedAvailability"}, + "LinkRole": {"@id": "schema:LinkRole"}, + "LiquorStore": {"@id": "schema:LiquorStore"}, + "ListItem": {"@id": "schema:ListItem"}, + "ListenAction": {"@id": "schema:ListenAction"}, + "LiteraryEvent": {"@id": "schema:LiteraryEvent"}, + "LiveAlbum": {"@id": "schema:LiveAlbum"}, + "LiveBlogPosting": {"@id": "schema:LiveBlogPosting"}, + "LivingWithHealthAspect": {"@id": "schema:LivingWithHealthAspect"}, + "LoanOrCredit": {"@id": "schema:LoanOrCredit"}, + "LocalBusiness": {"@id": "schema:LocalBusiness"}, + "LocationFeatureSpecification": {"@id": "schema:LocationFeatureSpecification"}, + "LockerDelivery": {"@id": "schema:LockerDelivery"}, + "Locksmith": {"@id": "schema:Locksmith"}, + "LodgingBusiness": {"@id": "schema:LodgingBusiness"}, + "LodgingReservation": {"@id": "schema:LodgingReservation"}, + "Longitudinal": {"@id": "schema:Longitudinal"}, + "LoseAction": {"@id": "schema:LoseAction"}, + "LowCalorieDiet": {"@id": "schema:LowCalorieDiet"}, + "LowFatDiet": {"@id": "schema:LowFatDiet"}, + "LowLactoseDiet": {"@id": "schema:LowLactoseDiet"}, + "LowSaltDiet": {"@id": "schema:LowSaltDiet"}, + "Lung": {"@id": "schema:Lung"}, + "LymphaticVessel": {"@id": "schema:LymphaticVessel"}, + "MRI": {"@id": "schema:MRI"}, + "Male": {"@id": "schema:Male"}, + "Manuscript": {"@id": "schema:Manuscript"}, + "Map": {"@id": "schema:Map"}, + "MapCategoryType": {"@id": "schema:MapCategoryType"}, + "MarryAction": {"@id": "schema:MarryAction"}, + "Mass": {"@id": "schema:Mass"}, + "MaximumDoseSchedule": {"@id": "schema:MaximumDoseSchedule"}, + "MayTreatHealthAspect": {"@id": "schema:MayTreatHealthAspect"}, + "MediaObject": {"@id": "schema:MediaObject"}, + "MediaSubscription": {"@id": "schema:MediaSubscription"}, + "MedicalAudience": {"@id": "schema:MedicalAudience"}, + "MedicalBusiness": {"@id": "schema:MedicalBusiness"}, + "MedicalCause": {"@id": "schema:MedicalCause"}, + "MedicalClinic": {"@id": "schema:MedicalClinic"}, + "MedicalCode": {"@id": "schema:MedicalCode"}, + "MedicalCondition": {"@id": "schema:MedicalCondition"}, + "MedicalConditionStage": {"@id": "schema:MedicalConditionStage"}, + "MedicalContraindication": {"@id": "schema:MedicalContraindication"}, + "MedicalDevice": {"@id": "schema:MedicalDevice"}, + "MedicalDevicePurpose": {"@id": "schema:MedicalDevicePurpose"}, + "MedicalEntity": {"@id": "schema:MedicalEntity"}, + "MedicalEnumeration": {"@id": "schema:MedicalEnumeration"}, + "MedicalEvidenceLevel": {"@id": "schema:MedicalEvidenceLevel"}, + "MedicalGuideline": {"@id": "schema:MedicalGuideline"}, + "MedicalGuidelineContraindication": {"@id": "schema:MedicalGuidelineContraindication"}, + "MedicalGuidelineRecommendation": {"@id": "schema:MedicalGuidelineRecommendation"}, + "MedicalImagingTechnique": {"@id": "schema:MedicalImagingTechnique"}, + "MedicalIndication": {"@id": "schema:MedicalIndication"}, + "MedicalIntangible": {"@id": "schema:MedicalIntangible"}, + "MedicalObservationalStudy": {"@id": "schema:MedicalObservationalStudy"}, + "MedicalObservationalStudyDesign": {"@id": "schema:MedicalObservationalStudyDesign"}, + "MedicalOrganization": {"@id": "schema:MedicalOrganization"}, + "MedicalProcedure": {"@id": "schema:MedicalProcedure"}, + "MedicalProcedureType": {"@id": "schema:MedicalProcedureType"}, + "MedicalResearcher": {"@id": "schema:MedicalResearcher"}, + "MedicalRiskCalculator": {"@id": "schema:MedicalRiskCalculator"}, + "MedicalRiskEstimator": {"@id": "schema:MedicalRiskEstimator"}, + "MedicalRiskFactor": {"@id": "schema:MedicalRiskFactor"}, + "MedicalRiskScore": {"@id": "schema:MedicalRiskScore"}, + "MedicalScholarlyArticle": {"@id": "schema:MedicalScholarlyArticle"}, + "MedicalSign": {"@id": "schema:MedicalSign"}, + "MedicalSignOrSymptom": {"@id": "schema:MedicalSignOrSymptom"}, + "MedicalSpecialty": {"@id": "schema:MedicalSpecialty"}, + "MedicalStudy": {"@id": "schema:MedicalStudy"}, + "MedicalStudyStatus": {"@id": "schema:MedicalStudyStatus"}, + "MedicalSymptom": {"@id": "schema:MedicalSymptom"}, + "MedicalTest": {"@id": "schema:MedicalTest"}, + "MedicalTestPanel": {"@id": "schema:MedicalTestPanel"}, + "MedicalTherapy": {"@id": "schema:MedicalTherapy"}, + "MedicalTrial": {"@id": "schema:MedicalTrial"}, + "MedicalTrialDesign": {"@id": "schema:MedicalTrialDesign"}, + "MedicalWebPage": {"@id": "schema:MedicalWebPage"}, + "MedicineSystem": {"@id": "schema:MedicineSystem"}, + "MeetingRoom": {"@id": "schema:MeetingRoom"}, + "MensClothingStore": {"@id": "schema:MensClothingStore"}, + "Menu": {"@id": "schema:Menu"}, + "MenuItem": {"@id": "schema:MenuItem"}, + "MenuSection": {"@id": "schema:MenuSection"}, + "Message": {"@id": "schema:Message"}, + "MiddleSchool": {"@id": "schema:MiddleSchool"}, + "Midwifery": {"@id": "schema:Midwifery"}, + "MisconceptionsHealthAspect": {"@id": "schema:MisconceptionsHealthAspect"}, + "MixtapeAlbum": {"@id": "schema:MixtapeAlbum"}, + "MobileApplication": {"@id": "schema:MobileApplication"}, + "MobilePhoneStore": {"@id": "schema:MobilePhoneStore"}, + "Monday": {"@id": "schema:Monday"}, + "MonetaryAmount": {"@id": "schema:MonetaryAmount"}, + "MonetaryAmountDistribution": {"@id": "schema:MonetaryAmountDistribution"}, + "MonetaryGrant": {"@id": "schema:MonetaryGrant"}, + "MoneyTransfer": {"@id": "schema:MoneyTransfer"}, + "MortgageLoan": {"@id": "schema:MortgageLoan"}, + "Mosque": {"@id": "schema:Mosque"}, + "Motel": {"@id": "schema:Motel"}, + "Motorcycle": {"@id": "schema:Motorcycle"}, + "MotorcycleDealer": {"@id": "schema:MotorcycleDealer"}, + "MotorcycleRepair": {"@id": "schema:MotorcycleRepair"}, + "MotorizedBicycle": {"@id": "schema:MotorizedBicycle"}, + "Mountain": {"@id": "schema:Mountain"}, + "MoveAction": {"@id": "schema:MoveAction"}, + "Movie": {"@id": "schema:Movie"}, + "MovieClip": {"@id": "schema:MovieClip"}, + "MovieRentalStore": {"@id": "schema:MovieRentalStore"}, + "MovieSeries": {"@id": "schema:MovieSeries"}, + "MovieTheater": {"@id": "schema:MovieTheater"}, + "MovingCompany": {"@id": "schema:MovingCompany"}, + "MultiCenterTrial": {"@id": "schema:MultiCenterTrial"}, + "MultiPlayer": {"@id": "schema:MultiPlayer"}, + "MulticellularParasite": {"@id": "schema:MulticellularParasite"}, + "Muscle": {"@id": "schema:Muscle"}, + "Musculoskeletal": {"@id": "schema:Musculoskeletal"}, + "MusculoskeletalExam": {"@id": "schema:MusculoskeletalExam"}, + "Museum": {"@id": "schema:Museum"}, + "MusicAlbum": {"@id": "schema:MusicAlbum"}, + "MusicAlbumProductionType": {"@id": "schema:MusicAlbumProductionType"}, + "MusicAlbumReleaseType": {"@id": "schema:MusicAlbumReleaseType"}, + "MusicComposition": {"@id": "schema:MusicComposition"}, + "MusicEvent": {"@id": "schema:MusicEvent"}, + "MusicGroup": {"@id": "schema:MusicGroup"}, + "MusicPlaylist": {"@id": "schema:MusicPlaylist"}, + "MusicRecording": {"@id": "schema:MusicRecording"}, + "MusicRelease": {"@id": "schema:MusicRelease"}, + "MusicReleaseFormatType": {"@id": "schema:MusicReleaseFormatType"}, + "MusicStore": {"@id": "schema:MusicStore"}, + "MusicVenue": {"@id": "schema:MusicVenue"}, + "MusicVideoObject": {"@id": "schema:MusicVideoObject"}, + "NGO": {"@id": "schema:NGO"}, + "NailSalon": {"@id": "schema:NailSalon"}, + "Neck": {"@id": "schema:Neck"}, + "Nerve": {"@id": "schema:Nerve"}, + "Neuro": {"@id": "schema:Neuro"}, + "Neurologic": {"@id": "schema:Neurologic"}, + "NewCondition": {"@id": "schema:NewCondition"}, + "NewsArticle": {"@id": "schema:NewsArticle"}, + "NewsMediaOrganization": {"@id": "schema:NewsMediaOrganization"}, + "Newspaper": {"@id": "schema:Newspaper"}, + "NightClub": {"@id": "schema:NightClub"}, + "NoninvasiveProcedure": {"@id": "schema:NoninvasiveProcedure"}, + "Nose": {"@id": "schema:Nose"}, + "NotInForce": {"@id": "schema:NotInForce"}, + "NotYetRecruiting": {"@id": "schema:NotYetRecruiting"}, + "Notary": {"@id": "schema:Notary"}, + "NoteDigitalDocument": {"@id": "schema:NoteDigitalDocument"}, + "Number": {"@id": "schema:Number"}, + "Nursing": {"@id": "schema:Nursing"}, + "NutritionInformation": {"@id": "schema:NutritionInformation"}, + "OTC": {"@id": "schema:OTC"}, + "Observation": {"@id": "schema:Observation"}, + "Observational": {"@id": "schema:Observational"}, + "Obstetric": {"@id": "schema:Obstetric"}, + "Occupation": {"@id": "schema:Occupation"}, + "OccupationalActivity": {"@id": "schema:OccupationalActivity"}, + "OccupationalTherapy": {"@id": "schema:OccupationalTherapy"}, + "OceanBodyOfWater": {"@id": "schema:OceanBodyOfWater"}, + "Offer": {"@id": "schema:Offer"}, + "OfferCatalog": {"@id": "schema:OfferCatalog"}, + "OfferForLease": {"@id": "schema:OfferForLease"}, + "OfferForPurchase": {"@id": "schema:OfferForPurchase"}, + "OfferItemCondition": {"@id": "schema:OfferItemCondition"}, + "OfficeEquipmentStore": {"@id": "schema:OfficeEquipmentStore"}, + "OfficialLegalValue": {"@id": "schema:OfficialLegalValue"}, + "OfflinePermanently": {"@id": "schema:OfflinePermanently"}, + "OfflineTemporarily": {"@id": "schema:OfflineTemporarily"}, + "OnDemandEvent": {"@id": "schema:OnDemandEvent"}, + "OnSitePickup": {"@id": "schema:OnSitePickup"}, + "Oncologic": {"@id": "schema:Oncologic"}, + "Online": {"@id": "schema:Online"}, + "OnlineFull": {"@id": "schema:OnlineFull"}, + "OnlineOnly": {"@id": "schema:OnlineOnly"}, + "OpenTrial": {"@id": "schema:OpenTrial"}, + "OpeningHoursSpecification": {"@id": "schema:OpeningHoursSpecification"}, + "OpinionNewsArticle": {"@id": "schema:OpinionNewsArticle"}, + "Optician": {"@id": "schema:Optician"}, + "Optometric": {"@id": "schema:Optometric"}, + "Order": {"@id": "schema:Order"}, + "OrderAction": {"@id": "schema:OrderAction"}, + "OrderCancelled": {"@id": "schema:OrderCancelled"}, + "OrderDelivered": {"@id": "schema:OrderDelivered"}, + "OrderInTransit": {"@id": "schema:OrderInTransit"}, + "OrderItem": {"@id": "schema:OrderItem"}, + "OrderPaymentDue": {"@id": "schema:OrderPaymentDue"}, + "OrderPickupAvailable": {"@id": "schema:OrderPickupAvailable"}, + "OrderProblem": {"@id": "schema:OrderProblem"}, + "OrderProcessing": {"@id": "schema:OrderProcessing"}, + "OrderReturned": {"@id": "schema:OrderReturned"}, + "OrderStatus": {"@id": "schema:OrderStatus"}, + "Organization": {"@id": "schema:Organization"}, + "OrganizationRole": {"@id": "schema:OrganizationRole"}, + "OrganizeAction": {"@id": "schema:OrganizeAction"}, + "OriginalShippingFees": {"@id": "schema:OriginalShippingFees"}, + "Osteopathic": {"@id": "schema:Osteopathic"}, + "Otolaryngologic": {"@id": "schema:Otolaryngologic"}, + "OutOfStock": {"@id": "schema:OutOfStock"}, + "OutletStore": {"@id": "schema:OutletStore"}, + "OverviewHealthAspect": {"@id": "schema:OverviewHealthAspect"}, + "OwnershipInfo": {"@id": "schema:OwnershipInfo"}, + "PET": {"@id": "schema:PET"}, + "PaintAction": {"@id": "schema:PaintAction"}, + "Painting": {"@id": "schema:Painting"}, + "PalliativeProcedure": {"@id": "schema:PalliativeProcedure"}, + "Paperback": {"@id": "schema:Paperback"}, + "ParcelDelivery": {"@id": "schema:ParcelDelivery"}, + "ParcelService": {"@id": "schema:ParcelService"}, + "ParentAudience": {"@id": "schema:ParentAudience"}, + "Park": {"@id": "schema:Park"}, + "ParkingFacility": {"@id": "schema:ParkingFacility"}, + "ParkingMap": {"@id": "schema:ParkingMap"}, + "PartiallyInForce": {"@id": "schema:PartiallyInForce"}, + "Pathology": {"@id": "schema:Pathology"}, + "PathologyTest": {"@id": "schema:PathologyTest"}, + "Patient": {"@id": "schema:Patient"}, + "PatientExperienceHealthAspect": {"@id": "schema:PatientExperienceHealthAspect"}, + "PawnShop": {"@id": "schema:PawnShop"}, + "PayAction": {"@id": "schema:PayAction"}, + "PaymentAutomaticallyApplied": {"@id": "schema:PaymentAutomaticallyApplied"}, + "PaymentCard": {"@id": "schema:PaymentCard"}, + "PaymentChargeSpecification": {"@id": "schema:PaymentChargeSpecification"}, + "PaymentComplete": {"@id": "schema:PaymentComplete"}, + "PaymentDeclined": {"@id": "schema:PaymentDeclined"}, + "PaymentDue": {"@id": "schema:PaymentDue"}, + "PaymentMethod": {"@id": "schema:PaymentMethod"}, + "PaymentPastDue": {"@id": "schema:PaymentPastDue"}, + "PaymentService": {"@id": "schema:PaymentService"}, + "PaymentStatusType": {"@id": "schema:PaymentStatusType"}, + "Pediatric": {"@id": "schema:Pediatric"}, + "PeopleAudience": {"@id": "schema:PeopleAudience"}, + "PercutaneousProcedure": {"@id": "schema:PercutaneousProcedure"}, + "PerformAction": {"@id": "schema:PerformAction"}, + "PerformanceRole": {"@id": "schema:PerformanceRole"}, + "PerformingArtsTheater": {"@id": "schema:PerformingArtsTheater"}, + "PerformingGroup": {"@id": "schema:PerformingGroup"}, + "Periodical": {"@id": "schema:Periodical"}, + "Permit": {"@id": "schema:Permit"}, + "Person": {"@id": "schema:Person"}, + "PetStore": {"@id": "schema:PetStore"}, + "Pharmacy": {"@id": "schema:Pharmacy"}, + "PharmacySpecialty": {"@id": "schema:PharmacySpecialty"}, + "Photograph": {"@id": "schema:Photograph"}, + "PhotographAction": {"@id": "schema:PhotographAction"}, + "PhysicalActivity": {"@id": "schema:PhysicalActivity"}, + "PhysicalActivityCategory": {"@id": "schema:PhysicalActivityCategory"}, + "PhysicalExam": {"@id": "schema:PhysicalExam"}, + "PhysicalTherapy": {"@id": "schema:PhysicalTherapy"}, + "Physician": {"@id": "schema:Physician"}, + "Physiotherapy": {"@id": "schema:Physiotherapy"}, + "Place": {"@id": "schema:Place"}, + "PlaceOfWorship": {"@id": "schema:PlaceOfWorship"}, + "PlaceboControlledTrial": {"@id": "schema:PlaceboControlledTrial"}, + "PlanAction": {"@id": "schema:PlanAction"}, + "PlasticSurgery": {"@id": "schema:PlasticSurgery"}, + "Play": {"@id": "schema:Play"}, + "PlayAction": {"@id": "schema:PlayAction"}, + "Playground": {"@id": "schema:Playground"}, + "Plumber": {"@id": "schema:Plumber"}, + "PodcastEpisode": {"@id": "schema:PodcastEpisode"}, + "PodcastSeason": {"@id": "schema:PodcastSeason"}, + "PodcastSeries": {"@id": "schema:PodcastSeries"}, + "Podiatric": {"@id": "schema:Podiatric"}, + "PoliceStation": {"@id": "schema:PoliceStation"}, + "Pond": {"@id": "schema:Pond"}, + "PostOffice": {"@id": "schema:PostOffice"}, + "PostalAddress": {"@id": "schema:PostalAddress"}, + "Poster": {"@id": "schema:Poster"}, + "PotentialActionStatus": {"@id": "schema:PotentialActionStatus"}, + "PreOrder": {"@id": "schema:PreOrder"}, + "PreOrderAction": {"@id": "schema:PreOrderAction"}, + "PreSale": {"@id": "schema:PreSale"}, + "PrependAction": {"@id": "schema:PrependAction"}, + "Preschool": {"@id": "schema:Preschool"}, + "PrescriptionOnly": {"@id": "schema:PrescriptionOnly"}, + "PresentationDigitalDocument": {"@id": "schema:PresentationDigitalDocument"}, + "PreventionHealthAspect": {"@id": "schema:PreventionHealthAspect"}, + "PreventionIndication": {"@id": "schema:PreventionIndication"}, + "PriceSpecification": {"@id": "schema:PriceSpecification"}, + "PrimaryCare": {"@id": "schema:PrimaryCare"}, + "Prion": {"@id": "schema:Prion"}, + "Product": {"@id": "schema:Product"}, + "ProductModel": {"@id": "schema:ProductModel"}, + "ProductReturnEnumeration": {"@id": "schema:ProductReturnEnumeration"}, + "ProductReturnFiniteReturnWindow": {"@id": "schema:ProductReturnFiniteReturnWindow"}, + "ProductReturnNotPermitted": {"@id": "schema:ProductReturnNotPermitted"}, + "ProductReturnPolicy": {"@id": "schema:ProductReturnPolicy"}, + "ProductReturnUnlimitedWindow": {"@id": "schema:ProductReturnUnlimitedWindow"}, + "ProductReturnUnspecified": {"@id": "schema:ProductReturnUnspecified"}, + "ProfessionalService": {"@id": "schema:ProfessionalService"}, + "ProfilePage": {"@id": "schema:ProfilePage"}, + "PrognosisHealthAspect": {"@id": "schema:PrognosisHealthAspect"}, + "ProgramMembership": {"@id": "schema:ProgramMembership"}, + "Project": {"@id": "schema:Project"}, + "Property": {"@id": "schema:Property"}, + "PropertyValue": {"@id": "schema:PropertyValue"}, + "PropertyValueSpecification": {"@id": "schema:PropertyValueSpecification"}, + "Protozoa": {"@id": "schema:Protozoa"}, + "Psychiatric": {"@id": "schema:Psychiatric"}, + "PsychologicalTreatment": {"@id": "schema:PsychologicalTreatment"}, + "PublicHealth": {"@id": "schema:PublicHealth"}, + "PublicHolidays": {"@id": "schema:PublicHolidays"}, + "PublicSwimmingPool": {"@id": "schema:PublicSwimmingPool"}, + "PublicToilet": {"@id": "schema:PublicToilet"}, + "PublicationEvent": {"@id": "schema:PublicationEvent"}, + "PublicationIssue": {"@id": "schema:PublicationIssue"}, + "PublicationVolume": {"@id": "schema:PublicationVolume"}, + "Pulmonary": {"@id": "schema:Pulmonary"}, + "QAPage": {"@id": "schema:QAPage"}, + "QualitativeValue": {"@id": "schema:QualitativeValue"}, + "QuantitativeValue": {"@id": "schema:QuantitativeValue"}, + "QuantitativeValueDistribution": {"@id": "schema:QuantitativeValueDistribution"}, + "Quantity": {"@id": "schema:Quantity"}, + "Question": {"@id": "schema:Question"}, + "Quotation": {"@id": "schema:Quotation"}, + "QuoteAction": {"@id": "schema:QuoteAction"}, + "RVPark": {"@id": "schema:RVPark"}, + "RadiationTherapy": {"@id": "schema:RadiationTherapy"}, + "RadioBroadcastService": {"@id": "schema:RadioBroadcastService"}, + "RadioChannel": {"@id": "schema:RadioChannel"}, + "RadioClip": {"@id": "schema:RadioClip"}, + "RadioEpisode": {"@id": "schema:RadioEpisode"}, + "RadioSeason": {"@id": "schema:RadioSeason"}, + "RadioSeries": {"@id": "schema:RadioSeries"}, + "RadioStation": {"@id": "schema:RadioStation"}, + "Radiography": {"@id": "schema:Radiography"}, + "RandomizedTrial": {"@id": "schema:RandomizedTrial"}, + "Rating": {"@id": "schema:Rating"}, + "ReactAction": {"@id": "schema:ReactAction"}, + "ReadAction": {"@id": "schema:ReadAction"}, + "ReadPermission": {"@id": "schema:ReadPermission"}, + "RealEstateAgent": {"@id": "schema:RealEstateAgent"}, + "RealEstateListing": {"@id": "schema:RealEstateListing"}, + "RearWheelDriveConfiguration": {"@id": "schema:RearWheelDriveConfiguration"}, + "ReceiveAction": {"@id": "schema:ReceiveAction"}, + "Recipe": {"@id": "schema:Recipe"}, + "RecommendedDoseSchedule": {"@id": "schema:RecommendedDoseSchedule"}, + "Recruiting": {"@id": "schema:Recruiting"}, + "RecyclingCenter": {"@id": "schema:RecyclingCenter"}, + "RefundTypeEnumeration": {"@id": "schema:RefundTypeEnumeration"}, + "RefurbishedCondition": {"@id": "schema:RefurbishedCondition"}, + "RegisterAction": {"@id": "schema:RegisterAction"}, + "Registry": {"@id": "schema:Registry"}, + "ReimbursementCap": {"@id": "schema:ReimbursementCap"}, + "RejectAction": {"@id": "schema:RejectAction"}, + "RelatedTopicsHealthAspect": {"@id": "schema:RelatedTopicsHealthAspect"}, + "RemixAlbum": {"@id": "schema:RemixAlbum"}, + "Renal": {"@id": "schema:Renal"}, + "RentAction": {"@id": "schema:RentAction"}, + "RentalCarReservation": {"@id": "schema:RentalCarReservation"}, + "RentalVehicleUsage": {"@id": "schema:RentalVehicleUsage"}, + "RepaymentSpecification": {"@id": "schema:RepaymentSpecification"}, + "ReplaceAction": {"@id": "schema:ReplaceAction"}, + "ReplyAction": {"@id": "schema:ReplyAction"}, + "Report": {"@id": "schema:Report"}, + "ReportageNewsArticle": {"@id": "schema:ReportageNewsArticle"}, + "ReportedDoseSchedule": {"@id": "schema:ReportedDoseSchedule"}, + "ResearchProject": {"@id": "schema:ResearchProject"}, + "Researcher": {"@id": "schema:Researcher"}, + "Reservation": {"@id": "schema:Reservation"}, + "ReservationCancelled": {"@id": "schema:ReservationCancelled"}, + "ReservationConfirmed": {"@id": "schema:ReservationConfirmed"}, + "ReservationHold": {"@id": "schema:ReservationHold"}, + "ReservationPackage": {"@id": "schema:ReservationPackage"}, + "ReservationPending": {"@id": "schema:ReservationPending"}, + "ReservationStatusType": {"@id": "schema:ReservationStatusType"}, + "ReserveAction": {"@id": "schema:ReserveAction"}, + "Reservoir": {"@id": "schema:Reservoir"}, + "Residence": {"@id": "schema:Residence"}, + "Resort": {"@id": "schema:Resort"}, + "RespiratoryTherapy": {"@id": "schema:RespiratoryTherapy"}, + "Restaurant": {"@id": "schema:Restaurant"}, + "RestockingFees": {"@id": "schema:RestockingFees"}, + "RestrictedDiet": {"@id": "schema:RestrictedDiet"}, + "ResultsAvailable": {"@id": "schema:ResultsAvailable"}, + "ResultsNotAvailable": {"@id": "schema:ResultsNotAvailable"}, + "ResumeAction": {"@id": "schema:ResumeAction"}, + "Retail": {"@id": "schema:Retail"}, + "ReturnAction": {"@id": "schema:ReturnAction"}, + "ReturnFeesEnumeration": {"@id": "schema:ReturnFeesEnumeration"}, + "ReturnShippingFees": {"@id": "schema:ReturnShippingFees"}, + "Review": {"@id": "schema:Review"}, + "ReviewAction": {"@id": "schema:ReviewAction"}, + "ReviewNewsArticle": {"@id": "schema:ReviewNewsArticle"}, + "Rheumatologic": {"@id": "schema:Rheumatologic"}, + "RightHandDriving": {"@id": "schema:RightHandDriving"}, + "RisksOrComplicationsHealthAspect": {"@id": "schema:RisksOrComplicationsHealthAspect"}, + "RiverBodyOfWater": {"@id": "schema:RiverBodyOfWater"}, + "Role": {"@id": "schema:Role"}, + "RoofingContractor": {"@id": "schema:RoofingContractor"}, + "Room": {"@id": "schema:Room"}, + "RsvpAction": {"@id": "schema:RsvpAction"}, + "RsvpResponseMaybe": {"@id": "schema:RsvpResponseMaybe"}, + "RsvpResponseNo": {"@id": "schema:RsvpResponseNo"}, + "RsvpResponseType": {"@id": "schema:RsvpResponseType"}, + "RsvpResponseYes": {"@id": "schema:RsvpResponseYes"}, + "SaleEvent": {"@id": "schema:SaleEvent"}, + "SatiricalArticle": {"@id": "schema:SatiricalArticle"}, + "Saturday": {"@id": "schema:Saturday"}, + "Schedule": {"@id": "schema:Schedule"}, + "ScheduleAction": {"@id": "schema:ScheduleAction"}, + "ScholarlyArticle": {"@id": "schema:ScholarlyArticle"}, + "School": {"@id": "schema:School"}, + "ScreeningEvent": {"@id": "schema:ScreeningEvent"}, + "ScreeningHealthAspect": {"@id": "schema:ScreeningHealthAspect"}, + "Sculpture": {"@id": "schema:Sculpture"}, + "SeaBodyOfWater": {"@id": "schema:SeaBodyOfWater"}, + "SearchAction": {"@id": "schema:SearchAction"}, + "SearchResultsPage": {"@id": "schema:SearchResultsPage"}, + "Season": {"@id": "schema:Season"}, + "Seat": {"@id": "schema:Seat"}, + "SeatingMap": {"@id": "schema:SeatingMap"}, + "SeeDoctorHealthAspect": {"@id": "schema:SeeDoctorHealthAspect"}, + "SelfCareHealthAspect": {"@id": "schema:SelfCareHealthAspect"}, + "SelfStorage": {"@id": "schema:SelfStorage"}, + "SellAction": {"@id": "schema:SellAction"}, + "SendAction": {"@id": "schema:SendAction"}, + "Series": {"@id": "schema:Series"}, + "Service": {"@id": "schema:Service"}, + "ServiceChannel": {"@id": "schema:ServiceChannel"}, + "ShareAction": {"@id": "schema:ShareAction"}, + "SheetMusic": {"@id": "schema:SheetMusic"}, + "ShoeStore": {"@id": "schema:ShoeStore"}, + "ShoppingCenter": {"@id": "schema:ShoppingCenter"}, + "ShortStory": {"@id": "schema:ShortStory"}, + "SideEffectsHealthAspect": {"@id": "schema:SideEffectsHealthAspect"}, + "SingleBlindedTrial": {"@id": "schema:SingleBlindedTrial"}, + "SingleCenterTrial": {"@id": "schema:SingleCenterTrial"}, + "SingleFamilyResidence": {"@id": "schema:SingleFamilyResidence"}, + "SinglePlayer": {"@id": "schema:SinglePlayer"}, + "SingleRelease": {"@id": "schema:SingleRelease"}, + "SiteNavigationElement": {"@id": "schema:SiteNavigationElement"}, + "SkiResort": {"@id": "schema:SkiResort"}, + "Skin": {"@id": "schema:Skin"}, + "SocialEvent": {"@id": "schema:SocialEvent"}, + "SocialMediaPosting": {"@id": "schema:SocialMediaPosting"}, + "SoftwareApplication": {"@id": "schema:SoftwareApplication"}, + "SoftwareSourceCode": {"@id": "schema:SoftwareSourceCode"}, + "SoldOut": {"@id": "schema:SoldOut"}, + "SomeProducts": {"@id": "schema:SomeProducts"}, + "SoundtrackAlbum": {"@id": "schema:SoundtrackAlbum"}, + "SpeakableSpecification": {"@id": "schema:SpeakableSpecification"}, + "Specialty": {"@id": "schema:Specialty"}, + "SpeechPathology": {"@id": "schema:SpeechPathology"}, + "SpokenWordAlbum": {"@id": "schema:SpokenWordAlbum"}, + "SportingGoodsStore": {"@id": "schema:SportingGoodsStore"}, + "SportsActivityLocation": {"@id": "schema:SportsActivityLocation"}, + "SportsClub": {"@id": "schema:SportsClub"}, + "SportsEvent": {"@id": "schema:SportsEvent"}, + "SportsOrganization": {"@id": "schema:SportsOrganization"}, + "SportsTeam": {"@id": "schema:SportsTeam"}, + "SpreadsheetDigitalDocument": {"@id": "schema:SpreadsheetDigitalDocument"}, + "StadiumOrArena": {"@id": "schema:StadiumOrArena"}, + "StagesHealthAspect": {"@id": "schema:StagesHealthAspect"}, + "State": {"@id": "schema:State"}, + "StatisticalPopulation": {"@id": "schema:StatisticalPopulation"}, + "SteeringPositionValue": {"@id": "schema:SteeringPositionValue"}, + "Store": {"@id": "schema:Store"}, + "StoreCreditRefund": {"@id": "schema:StoreCreditRefund"}, + "StrengthTraining": {"@id": "schema:StrengthTraining"}, + "StructuredValue": {"@id": "schema:StructuredValue"}, + "StudioAlbum": {"@id": "schema:StudioAlbum"}, + "StupidType": {"@id": "schema:StupidType"}, + "SubscribeAction": {"@id": "schema:SubscribeAction"}, + "Substance": {"@id": "schema:Substance"}, + "SubwayStation": {"@id": "schema:SubwayStation"}, + "Suite": {"@id": "schema:Suite"}, + "Sunday": {"@id": "schema:Sunday"}, + "SuperficialAnatomy": {"@id": "schema:SuperficialAnatomy"}, + "Surgical": {"@id": "schema:Surgical"}, + "SurgicalProcedure": {"@id": "schema:SurgicalProcedure"}, + "SuspendAction": {"@id": "schema:SuspendAction"}, + "Suspended": {"@id": "schema:Suspended"}, + "SymptomsHealthAspect": {"@id": "schema:SymptomsHealthAspect"}, + "Synagogue": {"@id": "schema:Synagogue"}, + "TVClip": {"@id": "schema:TVClip"}, + "TVEpisode": {"@id": "schema:TVEpisode"}, + "TVSeason": {"@id": "schema:TVSeason"}, + "TVSeries": {"@id": "schema:TVSeries"}, + "Table": {"@id": "schema:Table"}, + "TakeAction": {"@id": "schema:TakeAction"}, + "TattooParlor": {"@id": "schema:TattooParlor"}, + "Taxi": {"@id": "schema:Taxi"}, + "TaxiReservation": {"@id": "schema:TaxiReservation"}, + "TaxiService": {"@id": "schema:TaxiService"}, + "TaxiStand": {"@id": "schema:TaxiStand"}, + "TaxiVehicleUsage": {"@id": "schema:TaxiVehicleUsage"}, + "TechArticle": {"@id": "schema:TechArticle"}, + "TelevisionChannel": {"@id": "schema:TelevisionChannel"}, + "TelevisionStation": {"@id": "schema:TelevisionStation"}, + "TennisComplex": {"@id": "schema:TennisComplex"}, + "Terminated": {"@id": "schema:Terminated"}, + "Text": {"@id": "schema:Text"}, + "TextDigitalDocument": {"@id": "schema:TextDigitalDocument"}, + "TheaterEvent": {"@id": "schema:TheaterEvent"}, + "TheaterGroup": {"@id": "schema:TheaterGroup"}, + "Therapeutic": {"@id": "schema:Therapeutic"}, + "TherapeuticProcedure": {"@id": "schema:TherapeuticProcedure"}, + "Thesis": {"@id": "schema:Thesis"}, + "Thing": {"@id": "schema:Thing"}, + "Throat": {"@id": "schema:Throat"}, + "Thursday": {"@id": "schema:Thursday"}, + "Ticket": {"@id": "schema:Ticket"}, + "TieAction": {"@id": "schema:TieAction"}, + "Time": {"@id": "schema:Time"}, + "TipAction": {"@id": "schema:TipAction"}, + "TireShop": {"@id": "schema:TireShop"}, + "TollFree": {"@id": "schema:TollFree"}, + "TouristAttraction": {"@id": "schema:TouristAttraction"}, + "TouristDestination": {"@id": "schema:TouristDestination"}, + "TouristInformationCenter": {"@id": "schema:TouristInformationCenter"}, + "TouristTrip": {"@id": "schema:TouristTrip"}, + "Toxicologic": {"@id": "schema:Toxicologic"}, + "ToyStore": {"@id": "schema:ToyStore"}, + "TrackAction": {"@id": "schema:TrackAction"}, + "TradeAction": {"@id": "schema:TradeAction"}, + "TraditionalChinese": {"@id": "schema:TraditionalChinese"}, + "TrainReservation": {"@id": "schema:TrainReservation"}, + "TrainStation": {"@id": "schema:TrainStation"}, + "TrainTrip": {"@id": "schema:TrainTrip"}, + "TransferAction": {"@id": "schema:TransferAction"}, + "TransitMap": {"@id": "schema:TransitMap"}, + "TravelAction": {"@id": "schema:TravelAction"}, + "TravelAgency": {"@id": "schema:TravelAgency"}, + "TreatmentIndication": {"@id": "schema:TreatmentIndication"}, + "TreatmentsHealthAspect": {"@id": "schema:TreatmentsHealthAspect"}, + "Trip": {"@id": "schema:Trip"}, + "TripleBlindedTrial": {"@id": "schema:TripleBlindedTrial"}, + "True": {"@id": "schema:True"}, + "Tuesday": {"@id": "schema:Tuesday"}, + "TypeAndQuantityNode": {"@id": "schema:TypeAndQuantityNode"}, + "TypesHealthAspect": {"@id": "schema:TypesHealthAspect"}, + "URL": {"@id": "schema:URL"}, + "Ultrasound": {"@id": "schema:Ultrasound"}, + "UnRegisterAction": {"@id": "schema:UnRegisterAction"}, + "UnitPriceSpecification": {"@id": "schema:UnitPriceSpecification"}, + "UnofficialLegalValue": {"@id": "schema:UnofficialLegalValue"}, + "UpdateAction": {"@id": "schema:UpdateAction"}, + "Urologic": {"@id": "schema:Urologic"}, + "UsageOrScheduleHealthAspect": {"@id": "schema:UsageOrScheduleHealthAspect"}, + "UseAction": {"@id": "schema:UseAction"}, + "UsedCondition": {"@id": "schema:UsedCondition"}, + "UserBlocks": {"@id": "schema:UserBlocks"}, + "UserCheckins": {"@id": "schema:UserCheckins"}, + "UserComments": {"@id": "schema:UserComments"}, + "UserDownloads": {"@id": "schema:UserDownloads"}, + "UserInteraction": {"@id": "schema:UserInteraction"}, + "UserLikes": {"@id": "schema:UserLikes"}, + "UserPageVisits": {"@id": "schema:UserPageVisits"}, + "UserPlays": {"@id": "schema:UserPlays"}, + "UserPlusOnes": {"@id": "schema:UserPlusOnes"}, + "UserReview": {"@id": "schema:UserReview"}, + "UserTweets": {"@id": "schema:UserTweets"}, + "VeganDiet": {"@id": "schema:VeganDiet"}, + "VegetarianDiet": {"@id": "schema:VegetarianDiet"}, + "Vehicle": {"@id": "schema:Vehicle"}, + "Vein": {"@id": "schema:Vein"}, + "VenueMap": {"@id": "schema:VenueMap"}, + "Vessel": {"@id": "schema:Vessel"}, + "VeterinaryCare": {"@id": "schema:VeterinaryCare"}, + "VideoGallery": {"@id": "schema:VideoGallery"}, + "VideoGame": {"@id": "schema:VideoGame"}, + "VideoGameClip": {"@id": "schema:VideoGameClip"}, + "VideoGameSeries": {"@id": "schema:VideoGameSeries"}, + "VideoObject": {"@id": "schema:VideoObject"}, + "ViewAction": {"@id": "schema:ViewAction"}, + "VinylFormat": {"@id": "schema:VinylFormat"}, + "Virus": {"@id": "schema:Virus"}, + "VisualArtsEvent": {"@id": "schema:VisualArtsEvent"}, + "VisualArtwork": {"@id": "schema:VisualArtwork"}, + "VitalSign": {"@id": "schema:VitalSign"}, + "Volcano": {"@id": "schema:Volcano"}, + "VoteAction": {"@id": "schema:VoteAction"}, + "WPAdBlock": {"@id": "schema:WPAdBlock"}, + "WPFooter": {"@id": "schema:WPFooter"}, + "WPHeader": {"@id": "schema:WPHeader"}, + "WPSideBar": {"@id": "schema:WPSideBar"}, + "WantAction": {"@id": "schema:WantAction"}, + "WarrantyPromise": {"@id": "schema:WarrantyPromise"}, + "WarrantyScope": {"@id": "schema:WarrantyScope"}, + "WatchAction": {"@id": "schema:WatchAction"}, + "Waterfall": {"@id": "schema:Waterfall"}, + "WearAction": {"@id": "schema:WearAction"}, + "WebAPI": {"@id": "schema:WebAPI"}, + "WebApplication": {"@id": "schema:WebApplication"}, + "WebContent": {"@id": "schema:WebContent"}, + "WebPage": {"@id": "schema:WebPage"}, + "WebPageElement": {"@id": "schema:WebPageElement"}, + "WebSite": {"@id": "schema:WebSite"}, + "Wednesday": {"@id": "schema:Wednesday"}, + "WesternConventional": {"@id": "schema:WesternConventional"}, + "Wholesale": {"@id": "schema:Wholesale"}, + "WholesaleStore": {"@id": "schema:WholesaleStore"}, + "WinAction": {"@id": "schema:WinAction"}, + "Winery": {"@id": "schema:Winery"}, + "Withdrawn": {"@id": "schema:Withdrawn"}, + "WorkBasedProgram": {"@id": "schema:WorkBasedProgram"}, + "WorkersUnion": {"@id": "schema:WorkersUnion"}, + "WriteAction": {"@id": "schema:WriteAction"}, + "WritePermission": {"@id": "schema:WritePermission"}, + "XPathType": {"@id": "schema:XPathType"}, + "XRay": {"@id": "schema:XRay"}, + "ZoneBoardingPolicy": {"@id": "schema:ZoneBoardingPolicy"}, + "Zoo": {"@id": "schema:Zoo"}, + "about": { "@id": "schema:about"}, + "abridged": { "@id": "schema:abridged"}, + "abstract": { "@id": "schema:abstract"}, + "accelerationTime": { "@id": "schema:accelerationTime"}, + "acceptedAnswer": { "@id": "schema:acceptedAnswer"}, + "acceptedOffer": { "@id": "schema:acceptedOffer"}, + "acceptedPaymentMethod": { "@id": "schema:acceptedPaymentMethod"}, + "acceptsReservations": { "@id": "schema:acceptsReservations"}, + "accessCode": { "@id": "schema:accessCode"}, + "accessMode": { "@id": "schema:accessMode"}, + "accessModeSufficient": { "@id": "schema:accessModeSufficient"}, + "accessibilityAPI": { "@id": "schema:accessibilityAPI"}, + "accessibilityControl": { "@id": "schema:accessibilityControl"}, + "accessibilityFeature": { "@id": "schema:accessibilityFeature"}, + "accessibilityHazard": { "@id": "schema:accessibilityHazard"}, + "accessibilitySummary": { "@id": "schema:accessibilitySummary"}, + "accommodationCategory": { "@id": "schema:accommodationCategory"}, + "accountId": { "@id": "schema:accountId"}, + "accountMinimumInflow": { "@id": "schema:accountMinimumInflow"}, + "accountOverdraftLimit": { "@id": "schema:accountOverdraftLimit"}, + "accountablePerson": { "@id": "schema:accountablePerson"}, + "acquiredFrom": { "@id": "schema:acquiredFrom"}, + "acrissCode": { "@id": "schema:acrissCode"}, + "action": { "@id": "schema:action"}, + "actionAccessibilityRequirement": { "@id": "schema:actionAccessibilityRequirement"}, + "actionApplication": { "@id": "schema:actionApplication"}, + "actionOption": { "@id": "schema:actionOption"}, + "actionPlatform": { "@id": "schema:actionPlatform"}, + "actionStatus": { "@id": "schema:actionStatus"}, + "actionableFeedbackPolicy": { "@id": "schema:actionableFeedbackPolicy", "@type": "@id"}, + "activeIngredient": { "@id": "schema:activeIngredient"}, + "activityDuration": { "@id": "schema:activityDuration"}, + "activityFrequency": { "@id": "schema:activityFrequency"}, + "actor": { "@id": "schema:actor"}, + "actors": { "@id": "schema:actors"}, + "addOn": { "@id": "schema:addOn"}, + "additionalName": { "@id": "schema:additionalName"}, + "additionalNumberOfGuests": { "@id": "schema:additionalNumberOfGuests"}, + "additionalProperty": { "@id": "schema:additionalProperty"}, + "additionalType": { "@id": "schema:additionalType", "@type": "@id"}, + "additionalVariable": { "@id": "schema:additionalVariable"}, + "address": { "@id": "schema:address"}, + "addressCountry": { "@id": "schema:addressCountry"}, + "addressLocality": { "@id": "schema:addressLocality"}, + "addressRegion": { "@id": "schema:addressRegion"}, + "administrationRoute": { "@id": "schema:administrationRoute"}, + "advanceBookingRequirement": { "@id": "schema:advanceBookingRequirement"}, + "adverseOutcome": { "@id": "schema:adverseOutcome"}, + "affectedBy": { "@id": "schema:affectedBy"}, + "affiliation": { "@id": "schema:affiliation"}, + "afterMedia": { "@id": "schema:afterMedia", "@type": "@id"}, + "agent": { "@id": "schema:agent"}, + "aggregateRating": { "@id": "schema:aggregateRating"}, + "aircraft": { "@id": "schema:aircraft"}, + "album": { "@id": "schema:album"}, + "albumProductionType": { "@id": "schema:albumProductionType"}, + "albumRelease": { "@id": "schema:albumRelease"}, + "albumReleaseType": { "@id": "schema:albumReleaseType"}, + "albums": { "@id": "schema:albums"}, + "alcoholWarning": { "@id": "schema:alcoholWarning"}, + "algorithm": { "@id": "schema:algorithm"}, + "alignmentType": { "@id": "schema:alignmentType"}, + "alternateName": { "@id": "schema:alternateName"}, + "alternativeHeadline": { "@id": "schema:alternativeHeadline"}, + "alumni": { "@id": "schema:alumni"}, + "alumniOf": { "@id": "schema:alumniOf"}, + "amenityFeature": { "@id": "schema:amenityFeature"}, + "amount": { "@id": "schema:amount"}, + "amountOfThisGood": { "@id": "schema:amountOfThisGood"}, + "annualPercentageRate": { "@id": "schema:annualPercentageRate"}, + "answerCount": { "@id": "schema:answerCount"}, + "antagonist": { "@id": "schema:antagonist"}, + "appearance": { "@id": "schema:appearance"}, + "applicableLocation": { "@id": "schema:applicableLocation"}, + "applicantLocationRequirements": { "@id": "schema:applicantLocationRequirements"}, + "application": { "@id": "schema:application"}, + "applicationCategory": { "@id": "schema:applicationCategory"}, + "applicationSubCategory": { "@id": "schema:applicationSubCategory"}, + "applicationSuite": { "@id": "schema:applicationSuite"}, + "appliesToDeliveryMethod": { "@id": "schema:appliesToDeliveryMethod"}, + "appliesToPaymentMethod": { "@id": "schema:appliesToPaymentMethod"}, + "archiveHeld": { "@id": "schema:archiveHeld"}, + "area": { "@id": "schema:area"}, + "areaServed": { "@id": "schema:areaServed"}, + "arrivalAirport": { "@id": "schema:arrivalAirport"}, + "arrivalBusStop": { "@id": "schema:arrivalBusStop"}, + "arrivalGate": { "@id": "schema:arrivalGate"}, + "arrivalPlatform": { "@id": "schema:arrivalPlatform"}, + "arrivalStation": { "@id": "schema:arrivalStation"}, + "arrivalTerminal": { "@id": "schema:arrivalTerminal"}, + "arrivalTime": { "@id": "schema:arrivalTime", "@type": "DateTime"}, + "artEdition": { "@id": "schema:artEdition"}, + "artMedium": { "@id": "schema:artMedium"}, + "arterialBranch": { "@id": "schema:arterialBranch"}, + "artform": { "@id": "schema:artform"}, + "articleBody": { "@id": "schema:articleBody"}, + "articleSection": { "@id": "schema:articleSection"}, + "artist": { "@id": "schema:artist"}, + "artworkSurface": { "@id": "schema:artworkSurface"}, + "aspect": { "@id": "schema:aspect"}, + "assembly": { "@id": "schema:assembly"}, + "assemblyVersion": { "@id": "schema:assemblyVersion"}, + "associatedAnatomy": { "@id": "schema:associatedAnatomy"}, + "associatedArticle": { "@id": "schema:associatedArticle"}, + "associatedMedia": { "@id": "schema:associatedMedia"}, + "associatedPathophysiology": { "@id": "schema:associatedPathophysiology"}, + "athlete": { "@id": "schema:athlete"}, + "attendee": { "@id": "schema:attendee"}, + "attendees": { "@id": "schema:attendees"}, + "audience": { "@id": "schema:audience"}, + "audienceType": { "@id": "schema:audienceType"}, + "audio": { "@id": "schema:audio"}, + "authenticator": { "@id": "schema:authenticator"}, + "author": { "@id": "schema:author"}, + "availability": { "@id": "schema:availability"}, + "availabilityEnds": { "@id": "schema:availabilityEnds", "@type": "Date"}, + "availabilityStarts": { "@id": "schema:availabilityStarts", "@type": "Date"}, + "availableAtOrFrom": { "@id": "schema:availableAtOrFrom"}, + "availableChannel": { "@id": "schema:availableChannel"}, + "availableDeliveryMethod": { "@id": "schema:availableDeliveryMethod"}, + "availableFrom": { "@id": "schema:availableFrom", "@type": "DateTime"}, + "availableIn": { "@id": "schema:availableIn"}, + "availableLanguage": { "@id": "schema:availableLanguage"}, + "availableOnDevice": { "@id": "schema:availableOnDevice"}, + "availableService": { "@id": "schema:availableService"}, + "availableStrength": { "@id": "schema:availableStrength"}, + "availableTest": { "@id": "schema:availableTest"}, + "availableThrough": { "@id": "schema:availableThrough", "@type": "DateTime"}, + "award": { "@id": "schema:award"}, + "awards": { "@id": "schema:awards"}, + "awayTeam": { "@id": "schema:awayTeam"}, + "background": { "@id": "schema:background"}, + "backstory": { "@id": "schema:backstory"}, + "bankAccountType": { "@id": "schema:bankAccountType"}, + "baseSalary": { "@id": "schema:baseSalary"}, + "bccRecipient": { "@id": "schema:bccRecipient"}, + "bed": { "@id": "schema:bed"}, + "beforeMedia": { "@id": "schema:beforeMedia", "@type": "@id"}, + "beneficiaryBank": { "@id": "schema:beneficiaryBank"}, + "benefits": { "@id": "schema:benefits"}, + "benefitsSummaryUrl": { "@id": "schema:benefitsSummaryUrl", "@type": "@id"}, + "bestRating": { "@id": "schema:bestRating"}, + "billingAddress": { "@id": "schema:billingAddress"}, + "billingIncrement": { "@id": "schema:billingIncrement"}, + "billingPeriod": { "@id": "schema:billingPeriod"}, + "biomechnicalClass": { "@id": "schema:biomechnicalClass"}, + "birthDate": { "@id": "schema:birthDate", "@type": "Date"}, + "birthPlace": { "@id": "schema:birthPlace"}, + "bitrate": { "@id": "schema:bitrate"}, + "blogPost": { "@id": "schema:blogPost"}, + "blogPosts": { "@id": "schema:blogPosts"}, + "bloodSupply": { "@id": "schema:bloodSupply"}, + "boardingGroup": { "@id": "schema:boardingGroup"}, + "boardingPolicy": { "@id": "schema:boardingPolicy"}, + "bodyLocation": { "@id": "schema:bodyLocation"}, + "bodyType": { "@id": "schema:bodyType"}, + "bookEdition": { "@id": "schema:bookEdition"}, + "bookFormat": { "@id": "schema:bookFormat"}, + "bookingAgent": { "@id": "schema:bookingAgent"}, + "bookingTime": { "@id": "schema:bookingTime", "@type": "DateTime"}, + "borrower": { "@id": "schema:borrower"}, + "box": { "@id": "schema:box"}, + "branch": { "@id": "schema:branch"}, + "branchCode": { "@id": "schema:branchCode"}, + "branchOf": { "@id": "schema:branchOf"}, + "brand": { "@id": "schema:brand"}, + "breadcrumb": { "@id": "schema:breadcrumb"}, + "breastfeedingWarning": { "@id": "schema:breastfeedingWarning"}, + "broadcastAffiliateOf": { "@id": "schema:broadcastAffiliateOf"}, + "broadcastChannelId": { "@id": "schema:broadcastChannelId"}, + "broadcastDisplayName": { "@id": "schema:broadcastDisplayName"}, + "broadcastFrequency": { "@id": "schema:broadcastFrequency"}, + "broadcastFrequencyValue": { "@id": "schema:broadcastFrequencyValue"}, + "broadcastOfEvent": { "@id": "schema:broadcastOfEvent"}, + "broadcastServiceTier": { "@id": "schema:broadcastServiceTier"}, + "broadcastSignalModulation": { "@id": "schema:broadcastSignalModulation"}, + "broadcastSubChannel": { "@id": "schema:broadcastSubChannel"}, + "broadcastTimezone": { "@id": "schema:broadcastTimezone"}, + "broadcaster": { "@id": "schema:broadcaster"}, + "broker": { "@id": "schema:broker"}, + "browserRequirements": { "@id": "schema:browserRequirements"}, + "busName": { "@id": "schema:busName"}, + "busNumber": { "@id": "schema:busNumber"}, + "businessFunction": { "@id": "schema:businessFunction"}, + "buyer": { "@id": "schema:buyer"}, + "byArtist": { "@id": "schema:byArtist"}, + "byDay": { "@id": "schema:byDay"}, + "byMonth": { "@id": "schema:byMonth"}, + "byMonthDay": { "@id": "schema:byMonthDay"}, + "callSign": { "@id": "schema:callSign"}, + "calories": { "@id": "schema:calories"}, + "candidate": { "@id": "schema:candidate"}, + "caption": { "@id": "schema:caption"}, + "carbohydrateContent": { "@id": "schema:carbohydrateContent"}, + "cargoVolume": { "@id": "schema:cargoVolume"}, + "carrier": { "@id": "schema:carrier"}, + "carrierRequirements": { "@id": "schema:carrierRequirements"}, + "cashBack": { "@id": "schema:cashBack"}, + "catalog": { "@id": "schema:catalog"}, + "catalogNumber": { "@id": "schema:catalogNumber"}, + "category": { "@id": "schema:category"}, + "cause": { "@id": "schema:cause"}, + "causeOf": { "@id": "schema:causeOf"}, + "ccRecipient": { "@id": "schema:ccRecipient"}, + "character": { "@id": "schema:character"}, + "characterAttribute": { "@id": "schema:characterAttribute"}, + "characterName": { "@id": "schema:characterName"}, + "cheatCode": { "@id": "schema:cheatCode"}, + "checkinTime": { "@id": "schema:checkinTime", "@type": "DateTime"}, + "checkoutTime": { "@id": "schema:checkoutTime", "@type": "DateTime"}, + "childMaxAge": { "@id": "schema:childMaxAge"}, + "childMinAge": { "@id": "schema:childMinAge"}, + "children": { "@id": "schema:children"}, + "cholesterolContent": { "@id": "schema:cholesterolContent"}, + "circle": { "@id": "schema:circle"}, + "citation": { "@id": "schema:citation"}, + "claimReviewed": { "@id": "schema:claimReviewed"}, + "clincalPharmacology": { "@id": "schema:clincalPharmacology"}, + "clinicalPharmacology": { "@id": "schema:clinicalPharmacology"}, + "clipNumber": { "@id": "schema:clipNumber"}, + "closes": { "@id": "schema:closes"}, + "coach": { "@id": "schema:coach"}, + "code": { "@id": "schema:code"}, + "codeRepository": { "@id": "schema:codeRepository", "@type": "@id"}, + "codeSampleType": { "@id": "schema:codeSampleType"}, + "codeValue": { "@id": "schema:codeValue"}, + "codingSystem": { "@id": "schema:codingSystem"}, + "colleague": { "@id": "schema:colleague", "@type": "@id"}, + "colleagues": { "@id": "schema:colleagues"}, + "collection": { "@id": "schema:collection"}, + "collectionSize": { "@id": "schema:collectionSize"}, + "color": { "@id": "schema:color"}, + "colorist": { "@id": "schema:colorist"}, + "comment": { "@id": "schema:comment"}, + "commentCount": { "@id": "schema:commentCount"}, + "commentText": { "@id": "schema:commentText"}, + "commentTime": { "@id": "schema:commentTime", "@type": "Date"}, + "competencyRequired": { "@id": "schema:competencyRequired"}, + "competitor": { "@id": "schema:competitor"}, + "composer": { "@id": "schema:composer"}, + "comprisedOf": { "@id": "schema:comprisedOf"}, + "conditionsOfAccess": { "@id": "schema:conditionsOfAccess"}, + "confirmationNumber": { "@id": "schema:confirmationNumber"}, + "connectedTo": { "@id": "schema:connectedTo"}, + "constrainingProperty": { "@id": "schema:constrainingProperty"}, + "contactOption": { "@id": "schema:contactOption"}, + "contactPoint": { "@id": "schema:contactPoint"}, + "contactPoints": { "@id": "schema:contactPoints"}, + "contactType": { "@id": "schema:contactType"}, + "contactlessPayment": { "@id": "schema:contactlessPayment"}, + "containedIn": { "@id": "schema:containedIn"}, + "containedInPlace": { "@id": "schema:containedInPlace"}, + "containsPlace": { "@id": "schema:containsPlace"}, + "containsSeason": { "@id": "schema:containsSeason"}, + "contentLocation": { "@id": "schema:contentLocation"}, + "contentRating": { "@id": "schema:contentRating"}, + "contentReferenceTime": { "@id": "schema:contentReferenceTime", "@type": "DateTime"}, + "contentSize": { "@id": "schema:contentSize"}, + "contentType": { "@id": "schema:contentType"}, + "contentUrl": { "@id": "schema:contentUrl", "@type": "@id"}, + "contraindication": { "@id": "schema:contraindication"}, + "contributor": { "@id": "schema:contributor"}, + "cookTime": { "@id": "schema:cookTime"}, + "cookingMethod": { "@id": "schema:cookingMethod"}, + "copyrightHolder": { "@id": "schema:copyrightHolder"}, + "copyrightYear": { "@id": "schema:copyrightYear"}, + "correction": { "@id": "schema:correction"}, + "correctionsPolicy": { "@id": "schema:correctionsPolicy", "@type": "@id"}, + "cost": { "@id": "schema:cost"}, + "costCategory": { "@id": "schema:costCategory"}, + "costCurrency": { "@id": "schema:costCurrency"}, + "costOrigin": { "@id": "schema:costOrigin"}, + "costPerUnit": { "@id": "schema:costPerUnit"}, + "countriesNotSupported": { "@id": "schema:countriesNotSupported"}, + "countriesSupported": { "@id": "schema:countriesSupported"}, + "countryOfOrigin": { "@id": "schema:countryOfOrigin"}, + "course": { "@id": "schema:course"}, + "courseCode": { "@id": "schema:courseCode"}, + "courseMode": { "@id": "schema:courseMode"}, + "coursePrerequisites": { "@id": "schema:coursePrerequisites"}, + "courseWorkload": { "@id": "schema:courseWorkload"}, + "coverageEndTime": { "@id": "schema:coverageEndTime", "@type": "DateTime"}, + "coverageStartTime": { "@id": "schema:coverageStartTime", "@type": "DateTime"}, + "creativeWorkStatus": { "@id": "schema:creativeWorkStatus"}, + "creator": { "@id": "schema:creator"}, + "credentialCategory": { "@id": "schema:credentialCategory"}, + "creditedTo": { "@id": "schema:creditedTo"}, + "cssSelector": { "@id": "schema:cssSelector"}, + "currenciesAccepted": { "@id": "schema:currenciesAccepted"}, + "currency": { "@id": "schema:currency"}, + "currentExchangeRate": { "@id": "schema:currentExchangeRate"}, + "customer": { "@id": "schema:customer"}, + "dataFeedElement": { "@id": "schema:dataFeedElement"}, + "dataset": { "@id": "schema:dataset"}, + "datasetTimeInterval": { "@id": "schema:datasetTimeInterval", "@type": "DateTime"}, + "dateCreated": { "@id": "schema:dateCreated", "@type": "Date"}, + "dateDeleted": { "@id": "schema:dateDeleted", "@type": "Date"}, + "dateIssued": { "@id": "schema:dateIssued", "@type": "Date"}, + "dateModified": { "@id": "schema:dateModified", "@type": "Date"}, + "datePosted": { "@id": "schema:datePosted", "@type": "Date"}, + "datePublished": { "@id": "schema:datePublished", "@type": "Date"}, + "dateRead": { "@id": "schema:dateRead", "@type": "Date"}, + "dateReceived": { "@id": "schema:dateReceived", "@type": "DateTime"}, + "dateSent": { "@id": "schema:dateSent", "@type": "DateTime"}, + "dateVehicleFirstRegistered": { "@id": "schema:dateVehicleFirstRegistered", "@type": "Date"}, + "dateline": { "@id": "schema:dateline"}, + "dayOfWeek": { "@id": "schema:dayOfWeek"}, + "deathDate": { "@id": "schema:deathDate", "@type": "Date"}, + "deathPlace": { "@id": "schema:deathPlace"}, + "defaultValue": { "@id": "schema:defaultValue"}, + "deliveryAddress": { "@id": "schema:deliveryAddress"}, + "deliveryLeadTime": { "@id": "schema:deliveryLeadTime"}, + "deliveryMethod": { "@id": "schema:deliveryMethod"}, + "deliveryStatus": { "@id": "schema:deliveryStatus"}, + "department": { "@id": "schema:department"}, + "departureAirport": { "@id": "schema:departureAirport"}, + "departureBusStop": { "@id": "schema:departureBusStop"}, + "departureGate": { "@id": "schema:departureGate"}, + "departurePlatform": { "@id": "schema:departurePlatform"}, + "departureStation": { "@id": "schema:departureStation"}, + "departureTerminal": { "@id": "schema:departureTerminal"}, + "departureTime": { "@id": "schema:departureTime", "@type": "DateTime"}, + "dependencies": { "@id": "schema:dependencies"}, + "depth": { "@id": "schema:depth"}, + "description": { "@id": "schema:description"}, + "device": { "@id": "schema:device"}, + "diagnosis": { "@id": "schema:diagnosis"}, + "diagram": { "@id": "schema:diagram"}, + "diet": { "@id": "schema:diet"}, + "dietFeatures": { "@id": "schema:dietFeatures"}, + "differentialDiagnosis": { "@id": "schema:differentialDiagnosis"}, + "director": { "@id": "schema:director"}, + "directors": { "@id": "schema:directors"}, + "disambiguatingDescription": { "@id": "schema:disambiguatingDescription"}, + "discount": { "@id": "schema:discount"}, + "discountCode": { "@id": "schema:discountCode"}, + "discountCurrency": { "@id": "schema:discountCurrency"}, + "discusses": { "@id": "schema:discusses"}, + "discussionUrl": { "@id": "schema:discussionUrl", "@type": "@id"}, + "dissolutionDate": { "@id": "schema:dissolutionDate", "@type": "Date"}, + "distance": { "@id": "schema:distance"}, + "distinguishingSign": { "@id": "schema:distinguishingSign"}, + "distribution": { "@id": "schema:distribution"}, + "diversityPolicy": { "@id": "schema:diversityPolicy", "@type": "@id"}, + "diversityStaffingReport": { "@id": "schema:diversityStaffingReport", "@type": "@id"}, + "documentation": { "@id": "schema:documentation", "@type": "@id"}, + "domainIncludes": { "@id": "schema:domainIncludes"}, + "domiciledMortgage": { "@id": "schema:domiciledMortgage"}, + "doorTime": { "@id": "schema:doorTime", "@type": "DateTime"}, + "dosageForm": { "@id": "schema:dosageForm"}, + "doseSchedule": { "@id": "schema:doseSchedule"}, + "doseUnit": { "@id": "schema:doseUnit"}, + "doseValue": { "@id": "schema:doseValue"}, + "downPayment": { "@id": "schema:downPayment"}, + "downloadUrl": { "@id": "schema:downloadUrl", "@type": "@id"}, + "downvoteCount": { "@id": "schema:downvoteCount"}, + "drainsTo": { "@id": "schema:drainsTo"}, + "driveWheelConfiguration": { "@id": "schema:driveWheelConfiguration"}, + "dropoffLocation": { "@id": "schema:dropoffLocation"}, + "dropoffTime": { "@id": "schema:dropoffTime", "@type": "DateTime"}, + "drug": { "@id": "schema:drug"}, + "drugClass": { "@id": "schema:drugClass"}, + "drugUnit": { "@id": "schema:drugUnit"}, + "duns": { "@id": "schema:duns"}, + "duplicateTherapy": { "@id": "schema:duplicateTherapy"}, + "duration": { "@id": "schema:duration"}, + "durationOfWarranty": { "@id": "schema:durationOfWarranty"}, + "duringMedia": { "@id": "schema:duringMedia", "@type": "@id"}, + "earlyPrepaymentPenalty": { "@id": "schema:earlyPrepaymentPenalty"}, + "editor": { "@id": "schema:editor"}, + "educationRequirements": { "@id": "schema:educationRequirements"}, + "educationalAlignment": { "@id": "schema:educationalAlignment"}, + "educationalCredentialAwarded": { "@id": "schema:educationalCredentialAwarded"}, + "educationalFramework": { "@id": "schema:educationalFramework"}, + "educationalLevel": { "@id": "schema:educationalLevel"}, + "educationalRole": { "@id": "schema:educationalRole"}, + "educationalUse": { "@id": "schema:educationalUse"}, + "elevation": { "@id": "schema:elevation"}, + "eligibleCustomerType": { "@id": "schema:eligibleCustomerType"}, + "eligibleDuration": { "@id": "schema:eligibleDuration"}, + "eligibleQuantity": { "@id": "schema:eligibleQuantity"}, + "eligibleRegion": { "@id": "schema:eligibleRegion"}, + "eligibleTransactionVolume": { "@id": "schema:eligibleTransactionVolume"}, + "email": { "@id": "schema:email"}, + "embedUrl": { "@id": "schema:embedUrl", "@type": "@id"}, + "emissionsCO2": { "@id": "schema:emissionsCO2"}, + "employee": { "@id": "schema:employee"}, + "employees": { "@id": "schema:employees"}, + "employmentType": { "@id": "schema:employmentType"}, + "employmentUnit": { "@id": "schema:employmentUnit"}, + "encodesCreativeWork": { "@id": "schema:encodesCreativeWork"}, + "encoding": { "@id": "schema:encoding"}, + "encodingFormat": { "@id": "schema:encodingFormat"}, + "encodingType": { "@id": "schema:encodingType"}, + "encodings": { "@id": "schema:encodings"}, + "endDate": { "@id": "schema:endDate", "@type": "Date"}, + "endOffset": { "@id": "schema:endOffset"}, + "endTime": { "@id": "schema:endTime", "@type": "DateTime"}, + "endorsee": { "@id": "schema:endorsee"}, + "endorsers": { "@id": "schema:endorsers"}, + "engineDisplacement": { "@id": "schema:engineDisplacement"}, + "enginePower": { "@id": "schema:enginePower"}, + "engineType": { "@id": "schema:engineType"}, + "entertainmentBusiness": { "@id": "schema:entertainmentBusiness"}, + "epidemiology": { "@id": "schema:epidemiology"}, + "episode": { "@id": "schema:episode"}, + "episodeNumber": { "@id": "schema:episodeNumber"}, + "episodes": { "@id": "schema:episodes"}, + "equal": { "@id": "schema:equal"}, + "error": { "@id": "schema:error"}, + "estimatedCost": { "@id": "schema:estimatedCost"}, + "estimatedFlightDuration": { "@id": "schema:estimatedFlightDuration"}, + "estimatedSalary": { "@id": "schema:estimatedSalary"}, + "estimatesRiskOf": { "@id": "schema:estimatesRiskOf"}, + "ethicsPolicy": { "@id": "schema:ethicsPolicy", "@type": "@id"}, + "event": { "@id": "schema:event"}, + "eventSchedule": { "@id": "schema:eventSchedule"}, + "eventStatus": { "@id": "schema:eventStatus"}, + "events": { "@id": "schema:events"}, + "evidenceLevel": { "@id": "schema:evidenceLevel"}, + "evidenceOrigin": { "@id": "schema:evidenceOrigin"}, + "exampleOfWork": { "@id": "schema:exampleOfWork"}, + "exceptDate": { "@id": "schema:exceptDate", "@type": "Date"}, + "exchangeRateSpread": { "@id": "schema:exchangeRateSpread"}, + "executableLibraryName": { "@id": "schema:executableLibraryName"}, + "exerciseCourse": { "@id": "schema:exerciseCourse"}, + "exercisePlan": { "@id": "schema:exercisePlan"}, + "exerciseRelatedDiet": { "@id": "schema:exerciseRelatedDiet"}, + "exerciseType": { "@id": "schema:exerciseType"}, + "exifData": { "@id": "schema:exifData"}, + "expectedArrivalFrom": { "@id": "schema:expectedArrivalFrom", "@type": "Date"}, + "expectedArrivalUntil": { "@id": "schema:expectedArrivalUntil", "@type": "Date"}, + "expectedPrognosis": { "@id": "schema:expectedPrognosis"}, + "expectsAcceptanceOf": { "@id": "schema:expectsAcceptanceOf"}, + "experienceRequirements": { "@id": "schema:experienceRequirements"}, + "expertConsiderations": { "@id": "schema:expertConsiderations"}, + "expires": { "@id": "schema:expires", "@type": "Date"}, + "familyName": { "@id": "schema:familyName"}, + "fatContent": { "@id": "schema:fatContent"}, + "faxNumber": { "@id": "schema:faxNumber"}, + "featureList": { "@id": "schema:featureList"}, + "feesAndCommissionsSpecification": { "@id": "schema:feesAndCommissionsSpecification"}, + "fiberContent": { "@id": "schema:fiberContent"}, + "fileFormat": { "@id": "schema:fileFormat"}, + "fileSize": { "@id": "schema:fileSize"}, + "firstAppearance": { "@id": "schema:firstAppearance"}, + "firstPerformance": { "@id": "schema:firstPerformance"}, + "flightDistance": { "@id": "schema:flightDistance"}, + "flightNumber": { "@id": "schema:flightNumber"}, + "floorLevel": { "@id": "schema:floorLevel"}, + "floorLimit": { "@id": "schema:floorLimit"}, + "floorSize": { "@id": "schema:floorSize"}, + "followee": { "@id": "schema:followee"}, + "follows": { "@id": "schema:follows"}, + "followup": { "@id": "schema:followup"}, + "foodEstablishment": { "@id": "schema:foodEstablishment"}, + "foodEvent": { "@id": "schema:foodEvent"}, + "foodWarning": { "@id": "schema:foodWarning"}, + "founder": { "@id": "schema:founder"}, + "founders": { "@id": "schema:founders"}, + "foundingDate": { "@id": "schema:foundingDate", "@type": "Date"}, + "foundingLocation": { "@id": "schema:foundingLocation"}, + "free": { "@id": "schema:free"}, + "frequency": { "@id": "schema:frequency"}, + "fromLocation": { "@id": "schema:fromLocation"}, + "fuelCapacity": { "@id": "schema:fuelCapacity"}, + "fuelConsumption": { "@id": "schema:fuelConsumption"}, + "fuelEfficiency": { "@id": "schema:fuelEfficiency"}, + "fuelType": { "@id": "schema:fuelType"}, + "function": { "@id": "schema:function"}, + "functionalClass": { "@id": "schema:functionalClass"}, + "fundedItem": { "@id": "schema:fundedItem"}, + "funder": { "@id": "schema:funder"}, + "game": { "@id": "schema:game"}, + "gameItem": { "@id": "schema:gameItem"}, + "gameLocation": { "@id": "schema:gameLocation", "@type": "@id"}, + "gamePlatform": { "@id": "schema:gamePlatform"}, + "gameServer": { "@id": "schema:gameServer"}, + "gameTip": { "@id": "schema:gameTip"}, + "gender": { "@id": "schema:gender"}, + "genre": { "@id": "schema:genre"}, + "geo": { "@id": "schema:geo"}, + "geoContains": { "@id": "schema:geoContains"}, + "geoCoveredBy": { "@id": "schema:geoCoveredBy"}, + "geoCovers": { "@id": "schema:geoCovers"}, + "geoCrosses": { "@id": "schema:geoCrosses"}, + "geoDisjoint": { "@id": "schema:geoDisjoint"}, + "geoEquals": { "@id": "schema:geoEquals"}, + "geoIntersects": { "@id": "schema:geoIntersects"}, + "geoMidpoint": { "@id": "schema:geoMidpoint"}, + "geoOverlaps": { "@id": "schema:geoOverlaps"}, + "geoRadius": { "@id": "schema:geoRadius"}, + "geoTouches": { "@id": "schema:geoTouches"}, + "geoWithin": { "@id": "schema:geoWithin"}, + "geographicArea": { "@id": "schema:geographicArea"}, + "givenName": { "@id": "schema:givenName"}, + "globalLocationNumber": { "@id": "schema:globalLocationNumber"}, + "gracePeriod": { "@id": "schema:gracePeriod"}, + "grantee": { "@id": "schema:grantee"}, + "greater": { "@id": "schema:greater"}, + "greaterOrEqual": { "@id": "schema:greaterOrEqual"}, + "gtin": { "@id": "schema:gtin"}, + "gtin12": { "@id": "schema:gtin12"}, + "gtin13": { "@id": "schema:gtin13"}, + "gtin14": { "@id": "schema:gtin14"}, + "gtin8": { "@id": "schema:gtin8"}, + "guideline": { "@id": "schema:guideline"}, + "guidelineDate": { "@id": "schema:guidelineDate", "@type": "Date"}, + "guidelineSubject": { "@id": "schema:guidelineSubject"}, + "hasBroadcastChannel": { "@id": "schema:hasBroadcastChannel"}, + "hasCategoryCode": { "@id": "schema:hasCategoryCode"}, + "hasCourseInstance": { "@id": "schema:hasCourseInstance"}, + "hasCredential": { "@id": "schema:hasCredential"}, + "hasDefinedTerm": { "@id": "schema:hasDefinedTerm"}, + "hasDeliveryMethod": { "@id": "schema:hasDeliveryMethod"}, + "hasDigitalDocumentPermission": { "@id": "schema:hasDigitalDocumentPermission"}, + "hasHealthAspect": { "@id": "schema:hasHealthAspect"}, + "hasMap": { "@id": "schema:hasMap", "@type": "@id"}, + "hasMenu": { "@id": "schema:hasMenu"}, + "hasMenuItem": { "@id": "schema:hasMenuItem"}, + "hasMenuSection": { "@id": "schema:hasMenuSection"}, + "hasOccupation": { "@id": "schema:hasOccupation"}, + "hasOfferCatalog": { "@id": "schema:hasOfferCatalog"}, + "hasPOS": { "@id": "schema:hasPOS"}, + "hasPart": { "@id": "schema:hasPart"}, + "hasProductReturnPolicy": { "@id": "schema:hasProductReturnPolicy"}, + "headline": { "@id": "schema:headline"}, + "healthCondition": { "@id": "schema:healthCondition"}, + "healthPlanCoinsuranceOption": { "@id": "schema:healthPlanCoinsuranceOption"}, + "healthPlanCoinsuranceRate": { "@id": "schema:healthPlanCoinsuranceRate"}, + "healthPlanCopay": { "@id": "schema:healthPlanCopay"}, + "healthPlanCopayOption": { "@id": "schema:healthPlanCopayOption"}, + "healthPlanCostSharing": { "@id": "schema:healthPlanCostSharing"}, + "healthPlanDrugOption": { "@id": "schema:healthPlanDrugOption"}, + "healthPlanDrugTier": { "@id": "schema:healthPlanDrugTier"}, + "healthPlanId": { "@id": "schema:healthPlanId"}, + "healthPlanMarketingUrl": { "@id": "schema:healthPlanMarketingUrl", "@type": "@id"}, + "healthPlanNetworkId": { "@id": "schema:healthPlanNetworkId"}, + "healthPlanNetworkTier": { "@id": "schema:healthPlanNetworkTier"}, + "healthPlanPharmacyCategory": { "@id": "schema:healthPlanPharmacyCategory"}, + "height": { "@id": "schema:height"}, + "highPrice": { "@id": "schema:highPrice"}, + "hiringOrganization": { "@id": "schema:hiringOrganization"}, + "holdingArchive": { "@id": "schema:holdingArchive"}, + "homeLocation": { "@id": "schema:homeLocation"}, + "homeTeam": { "@id": "schema:homeTeam"}, + "honorificPrefix": { "@id": "schema:honorificPrefix"}, + "honorificSuffix": { "@id": "schema:honorificSuffix"}, + "hospitalAffiliation": { "@id": "schema:hospitalAffiliation"}, + "hostingOrganization": { "@id": "schema:hostingOrganization"}, + "hoursAvailable": { "@id": "schema:hoursAvailable"}, + "howPerformed": { "@id": "schema:howPerformed"}, + "iataCode": { "@id": "schema:iataCode"}, + "icaoCode": { "@id": "schema:icaoCode"}, + "identifier": { "@id": "schema:identifier"}, + "identifyingExam": { "@id": "schema:identifyingExam"}, + "identifyingTest": { "@id": "schema:identifyingTest"}, + "illustrator": { "@id": "schema:illustrator"}, + "image": { "@id": "schema:image", "@type": "@id"}, + "imagingTechnique": { "@id": "schema:imagingTechnique"}, + "inAlbum": { "@id": "schema:inAlbum"}, + "inBroadcastLineup": { "@id": "schema:inBroadcastLineup"}, + "inCodeSet": { "@id": "schema:inCodeSet", "@type": "@id"}, + "inDefinedTermSet": { "@id": "schema:inDefinedTermSet", "@type": "@id"}, + "inLanguage": { "@id": "schema:inLanguage"}, + "inPlaylist": { "@id": "schema:inPlaylist"}, + "inStoreReturnsOffered": { "@id": "schema:inStoreReturnsOffered"}, + "inSupportOf": { "@id": "schema:inSupportOf"}, + "incentiveCompensation": { "@id": "schema:incentiveCompensation"}, + "incentives": { "@id": "schema:incentives"}, + "includedComposition": { "@id": "schema:includedComposition"}, + "includedDataCatalog": { "@id": "schema:includedDataCatalog"}, + "includedInDataCatalog": { "@id": "schema:includedInDataCatalog"}, + "includedInHealthInsurancePlan": { "@id": "schema:includedInHealthInsurancePlan"}, + "includedRiskFactor": { "@id": "schema:includedRiskFactor"}, + "includesAttraction": { "@id": "schema:includesAttraction"}, + "includesHealthPlanFormulary": { "@id": "schema:includesHealthPlanFormulary"}, + "includesHealthPlanNetwork": { "@id": "schema:includesHealthPlanNetwork"}, + "includesObject": { "@id": "schema:includesObject"}, + "increasesRiskOf": { "@id": "schema:increasesRiskOf"}, + "indication": { "@id": "schema:indication"}, + "industry": { "@id": "schema:industry"}, + "ineligibleRegion": { "@id": "schema:ineligibleRegion"}, + "infectiousAgent": { "@id": "schema:infectiousAgent"}, + "infectiousAgentClass": { "@id": "schema:infectiousAgentClass"}, + "ingredients": { "@id": "schema:ingredients"}, + "inker": { "@id": "schema:inker"}, + "insertion": { "@id": "schema:insertion"}, + "installUrl": { "@id": "schema:installUrl", "@type": "@id"}, + "instructor": { "@id": "schema:instructor"}, + "instrument": { "@id": "schema:instrument"}, + "intensity": { "@id": "schema:intensity"}, + "interactingDrug": { "@id": "schema:interactingDrug"}, + "interactionCount": { "@id": "schema:interactionCount"}, + "interactionService": { "@id": "schema:interactionService"}, + "interactionStatistic": { "@id": "schema:interactionStatistic"}, + "interactionType": { "@id": "schema:interactionType"}, + "interactivityType": { "@id": "schema:interactivityType"}, + "interestRate": { "@id": "schema:interestRate"}, + "inventoryLevel": { "@id": "schema:inventoryLevel"}, + "inverseOf": { "@id": "schema:inverseOf"}, + "isAcceptingNewPatients": { "@id": "schema:isAcceptingNewPatients"}, + "isAccessibleForFree": { "@id": "schema:isAccessibleForFree"}, + "isAccessoryOrSparePartFor": { "@id": "schema:isAccessoryOrSparePartFor"}, + "isAvailableGenerically": { "@id": "schema:isAvailableGenerically"}, + "isBasedOn": { "@id": "schema:isBasedOn", "@type": "@id"}, + "isBasedOnUrl": { "@id": "schema:isBasedOnUrl", "@type": "@id"}, + "isConsumableFor": { "@id": "schema:isConsumableFor"}, + "isFamilyFriendly": { "@id": "schema:isFamilyFriendly"}, + "isGift": { "@id": "schema:isGift"}, + "isLiveBroadcast": { "@id": "schema:isLiveBroadcast"}, + "isPartOf": { "@id": "schema:isPartOf"}, + "isProprietary": { "@id": "schema:isProprietary"}, + "isRelatedTo": { "@id": "schema:isRelatedTo"}, + "isSimilarTo": { "@id": "schema:isSimilarTo"}, + "isVariantOf": { "@id": "schema:isVariantOf"}, + "isbn": { "@id": "schema:isbn"}, + "isicV4": { "@id": "schema:isicV4"}, + "isrcCode": { "@id": "schema:isrcCode"}, + "issn": { "@id": "schema:issn"}, + "issueNumber": { "@id": "schema:issueNumber"}, + "issuedBy": { "@id": "schema:issuedBy"}, + "issuedThrough": { "@id": "schema:issuedThrough"}, + "iswcCode": { "@id": "schema:iswcCode"}, + "item": { "@id": "schema:item"}, + "itemCondition": { "@id": "schema:itemCondition"}, + "itemListElement": { "@id": "schema:itemListElement"}, + "itemListOrder": { "@id": "schema:itemListOrder"}, + "itemLocation": { "@id": "schema:itemLocation"}, + "itemOffered": { "@id": "schema:itemOffered"}, + "itemReviewed": { "@id": "schema:itemReviewed"}, + "itemShipped": { "@id": "schema:itemShipped"}, + "itinerary": { "@id": "schema:itinerary"}, + "jobBenefits": { "@id": "schema:jobBenefits"}, + "jobImmediateStart": { "@id": "schema:jobImmediateStart"}, + "jobLocation": { "@id": "schema:jobLocation"}, + "jobLocationType": { "@id": "schema:jobLocationType"}, + "jobStartDate": { "@id": "schema:jobStartDate"}, + "jobTitle": { "@id": "schema:jobTitle"}, + "keywords": { "@id": "schema:keywords"}, + "knownVehicleDamages": { "@id": "schema:knownVehicleDamages"}, + "knows": { "@id": "schema:knows"}, + "knowsAbout": { "@id": "schema:knowsAbout"}, + "knowsLanguage": { "@id": "schema:knowsLanguage"}, + "labelDetails": { "@id": "schema:labelDetails", "@type": "@id"}, + "landlord": { "@id": "schema:landlord"}, + "language": { "@id": "schema:language"}, + "lastReviewed": { "@id": "schema:lastReviewed", "@type": "Date"}, + "latitude": { "@id": "schema:latitude"}, + "learningResourceType": { "@id": "schema:learningResourceType"}, + "leaseLength": { "@id": "schema:leaseLength"}, + "legalName": { "@id": "schema:legalName"}, + "legalStatus": { "@id": "schema:legalStatus"}, + "legislationApplies": { "@id": "schema:legislationApplies"}, + "legislationChanges": { "@id": "schema:legislationChanges"}, + "legislationConsolidates": { "@id": "schema:legislationConsolidates"}, + "legislationDate": { "@id": "schema:legislationDate", "@type": "Date"}, + "legislationDateVersion": { "@id": "schema:legislationDateVersion", "@type": "Date"}, + "legislationIdentifier": { "@id": "schema:legislationIdentifier"}, + "legislationJurisdiction": { "@id": "schema:legislationJurisdiction"}, + "legislationLegalForce": { "@id": "schema:legislationLegalForce"}, + "legislationLegalValue": { "@id": "schema:legislationLegalValue"}, + "legislationPassedBy": { "@id": "schema:legislationPassedBy"}, + "legislationResponsible": { "@id": "schema:legislationResponsible"}, + "legislationTransposes": { "@id": "schema:legislationTransposes"}, + "legislationType": { "@id": "schema:legislationType"}, + "leiCode": { "@id": "schema:leiCode"}, + "lender": { "@id": "schema:lender"}, + "lesser": { "@id": "schema:lesser"}, + "lesserOrEqual": { "@id": "schema:lesserOrEqual"}, + "letterer": { "@id": "schema:letterer"}, + "license": { "@id": "schema:license", "@type": "@id"}, + "line": { "@id": "schema:line"}, + "linkRelationship": { "@id": "schema:linkRelationship"}, + "liveBlogUpdate": { "@id": "schema:liveBlogUpdate"}, + "loanMortgageMandateAmount": { "@id": "schema:loanMortgageMandateAmount"}, + "loanPaymentAmount": { "@id": "schema:loanPaymentAmount"}, + "loanPaymentFrequency": { "@id": "schema:loanPaymentFrequency"}, + "loanRepaymentForm": { "@id": "schema:loanRepaymentForm"}, + "loanTerm": { "@id": "schema:loanTerm"}, + "loanType": { "@id": "schema:loanType"}, + "location": { "@id": "schema:location"}, + "locationCreated": { "@id": "schema:locationCreated"}, + "lodgingUnitDescription": { "@id": "schema:lodgingUnitDescription"}, + "lodgingUnitType": { "@id": "schema:lodgingUnitType"}, + "logo": { "@id": "schema:logo", "@type": "@id"}, + "longitude": { "@id": "schema:longitude"}, + "loser": { "@id": "schema:loser"}, + "lowPrice": { "@id": "schema:lowPrice"}, + "lyricist": { "@id": "schema:lyricist"}, + "lyrics": { "@id": "schema:lyrics"}, + "mainContentOfPage": { "@id": "schema:mainContentOfPage"}, + "mainEntity": { "@id": "schema:mainEntity"}, + "mainEntityOfPage": { "@id": "schema:mainEntityOfPage", "@type": "@id"}, + "makesOffer": { "@id": "schema:makesOffer"}, + "manufacturer": { "@id": "schema:manufacturer"}, + "map": { "@id": "schema:map", "@type": "@id"}, + "mapType": { "@id": "schema:mapType"}, + "maps": { "@id": "schema:maps", "@type": "@id"}, + "marginOfError": { "@id": "schema:marginOfError", "@type": "DateTime"}, + "masthead": { "@id": "schema:masthead", "@type": "@id"}, + "material": { "@id": "schema:material"}, + "materialExtent": { "@id": "schema:materialExtent"}, + "maxPrice": { "@id": "schema:maxPrice"}, + "maxValue": { "@id": "schema:maxValue"}, + "maximumAttendeeCapacity": { "@id": "schema:maximumAttendeeCapacity"}, + "maximumIntake": { "@id": "schema:maximumIntake"}, + "mealService": { "@id": "schema:mealService"}, + "measuredProperty": { "@id": "schema:measuredProperty"}, + "measuredValue": { "@id": "schema:measuredValue"}, + "measurementTechnique": { "@id": "schema:measurementTechnique"}, + "mechanismOfAction": { "@id": "schema:mechanismOfAction"}, + "median": { "@id": "schema:median"}, + "medicalSpecialty": { "@id": "schema:medicalSpecialty"}, + "medicineSystem": { "@id": "schema:medicineSystem"}, + "meetsEmissionStandard": { "@id": "schema:meetsEmissionStandard"}, + "member": { "@id": "schema:member"}, + "memberOf": { "@id": "schema:memberOf"}, + "members": { "@id": "schema:members"}, + "membershipNumber": { "@id": "schema:membershipNumber"}, + "membershipPointsEarned": { "@id": "schema:membershipPointsEarned"}, + "memoryRequirements": { "@id": "schema:memoryRequirements"}, + "mentions": { "@id": "schema:mentions"}, + "menu": { "@id": "schema:menu"}, + "menuAddOn": { "@id": "schema:menuAddOn"}, + "merchant": { "@id": "schema:merchant"}, + "messageAttachment": { "@id": "schema:messageAttachment"}, + "mileageFromOdometer": { "@id": "schema:mileageFromOdometer"}, + "minPrice": { "@id": "schema:minPrice"}, + "minValue": { "@id": "schema:minValue"}, + "minimumPaymentDue": { "@id": "schema:minimumPaymentDue"}, + "missionCoveragePrioritiesPolicy": { "@id": "schema:missionCoveragePrioritiesPolicy", "@type": "@id"}, + "model": { "@id": "schema:model"}, + "modelDate": { "@id": "schema:modelDate", "@type": "Date"}, + "modifiedTime": { "@id": "schema:modifiedTime", "@type": "DateTime"}, + "monthlyMinimumRepaymentAmount": { "@id": "schema:monthlyMinimumRepaymentAmount"}, + "mpn": { "@id": "schema:mpn"}, + "multipleValues": { "@id": "schema:multipleValues"}, + "muscleAction": { "@id": "schema:muscleAction"}, + "musicArrangement": { "@id": "schema:musicArrangement"}, + "musicBy": { "@id": "schema:musicBy"}, + "musicCompositionForm": { "@id": "schema:musicCompositionForm"}, + "musicGroupMember": { "@id": "schema:musicGroupMember"}, + "musicReleaseFormat": { "@id": "schema:musicReleaseFormat"}, + "musicalKey": { "@id": "schema:musicalKey"}, + "naics": { "@id": "schema:naics"}, + "name": { "@id": "schema:name"}, + "namedPosition": { "@id": "schema:namedPosition"}, + "nationality": { "@id": "schema:nationality"}, + "naturalProgression": { "@id": "schema:naturalProgression"}, + "nerve": { "@id": "schema:nerve"}, + "nerveMotor": { "@id": "schema:nerveMotor"}, + "netWorth": { "@id": "schema:netWorth"}, + "nextItem": { "@id": "schema:nextItem"}, + "noBylinesPolicy": { "@id": "schema:noBylinesPolicy", "@type": "@id"}, + "nonEqual": { "@id": "schema:nonEqual"}, + "nonProprietaryName": { "@id": "schema:nonProprietaryName"}, + "normalRange": { "@id": "schema:normalRange"}, + "nsn": { "@id": "schema:nsn"}, + "numAdults": { "@id": "schema:numAdults"}, + "numChildren": { "@id": "schema:numChildren"}, + "numConstraints": { "@id": "schema:numConstraints"}, + "numTracks": { "@id": "schema:numTracks"}, + "numberOfAirbags": { "@id": "schema:numberOfAirbags"}, + "numberOfAxles": { "@id": "schema:numberOfAxles"}, + "numberOfBathroomsTotal": { "@id": "schema:numberOfBathroomsTotal"}, + "numberOfBeds": { "@id": "schema:numberOfBeds"}, + "numberOfDoors": { "@id": "schema:numberOfDoors"}, + "numberOfEmployees": { "@id": "schema:numberOfEmployees"}, + "numberOfEpisodes": { "@id": "schema:numberOfEpisodes"}, + "numberOfForwardGears": { "@id": "schema:numberOfForwardGears"}, + "numberOfFullBathrooms": { "@id": "schema:numberOfFullBathrooms"}, + "numberOfItems": { "@id": "schema:numberOfItems"}, + "numberOfLoanPayments": { "@id": "schema:numberOfLoanPayments"}, + "numberOfPages": { "@id": "schema:numberOfPages"}, + "numberOfPlayers": { "@id": "schema:numberOfPlayers"}, + "numberOfPreviousOwners": { "@id": "schema:numberOfPreviousOwners"}, + "numberOfRooms": { "@id": "schema:numberOfRooms"}, + "numberOfSeasons": { "@id": "schema:numberOfSeasons"}, + "numberedPosition": { "@id": "schema:numberedPosition"}, + "nutrition": { "@id": "schema:nutrition"}, + "object": { "@id": "schema:object"}, + "observationDate": { "@id": "schema:observationDate", "@type": "DateTime"}, + "observedNode": { "@id": "schema:observedNode"}, + "occupancy": { "@id": "schema:occupancy"}, + "occupationLocation": { "@id": "schema:occupationLocation"}, + "occupationalCategory": { "@id": "schema:occupationalCategory"}, + "occupationalCredentialAwarded": { "@id": "schema:occupationalCredentialAwarded"}, + "offerCount": { "@id": "schema:offerCount"}, + "offeredBy": { "@id": "schema:offeredBy"}, + "offers": { "@id": "schema:offers"}, + "offersPrescriptionByMail": { "@id": "schema:offersPrescriptionByMail"}, + "openingHours": { "@id": "schema:openingHours"}, + "openingHoursSpecification": { "@id": "schema:openingHoursSpecification"}, + "opens": { "@id": "schema:opens"}, + "operatingSystem": { "@id": "schema:operatingSystem"}, + "opponent": { "@id": "schema:opponent"}, + "option": { "@id": "schema:option"}, + "orderDate": { "@id": "schema:orderDate", "@type": "Date"}, + "orderDelivery": { "@id": "schema:orderDelivery"}, + "orderItemNumber": { "@id": "schema:orderItemNumber"}, + "orderItemStatus": { "@id": "schema:orderItemStatus"}, + "orderNumber": { "@id": "schema:orderNumber"}, + "orderQuantity": { "@id": "schema:orderQuantity"}, + "orderStatus": { "@id": "schema:orderStatus"}, + "orderedItem": { "@id": "schema:orderedItem"}, + "organizer": { "@id": "schema:organizer"}, + "origin": { "@id": "schema:origin"}, + "originAddress": { "@id": "schema:originAddress"}, + "originatesFrom": { "@id": "schema:originatesFrom"}, + "outcome": { "@id": "schema:outcome"}, + "overdosage": { "@id": "schema:overdosage"}, + "overview": { "@id": "schema:overview"}, + "ownedFrom": { "@id": "schema:ownedFrom", "@type": "DateTime"}, + "ownedThrough": { "@id": "schema:ownedThrough", "@type": "DateTime"}, + "ownershipFundingInfo": { "@id": "schema:ownershipFundingInfo"}, + "owns": { "@id": "schema:owns"}, + "pageEnd": { "@id": "schema:pageEnd"}, + "pageStart": { "@id": "schema:pageStart"}, + "pagination": { "@id": "schema:pagination"}, + "parent": { "@id": "schema:parent"}, + "parentItem": { "@id": "schema:parentItem"}, + "parentOrganization": { "@id": "schema:parentOrganization"}, + "parentService": { "@id": "schema:parentService"}, + "parents": { "@id": "schema:parents"}, + "partOfEpisode": { "@id": "schema:partOfEpisode"}, + "partOfInvoice": { "@id": "schema:partOfInvoice"}, + "partOfOrder": { "@id": "schema:partOfOrder"}, + "partOfSeason": { "@id": "schema:partOfSeason"}, + "partOfSeries": { "@id": "schema:partOfSeries"}, + "partOfSystem": { "@id": "schema:partOfSystem"}, + "partOfTVSeries": { "@id": "schema:partOfTVSeries"}, + "partOfTrip": { "@id": "schema:partOfTrip"}, + "participant": { "@id": "schema:participant"}, + "partySize": { "@id": "schema:partySize"}, + "passengerPriorityStatus": { "@id": "schema:passengerPriorityStatus"}, + "passengerSequenceNumber": { "@id": "schema:passengerSequenceNumber"}, + "pathophysiology": { "@id": "schema:pathophysiology"}, + "payload": { "@id": "schema:payload"}, + "paymentAccepted": { "@id": "schema:paymentAccepted"}, + "paymentDue": { "@id": "schema:paymentDue", "@type": "DateTime"}, + "paymentDueDate": { "@id": "schema:paymentDueDate", "@type": "Date"}, + "paymentMethod": { "@id": "schema:paymentMethod"}, + "paymentMethodId": { "@id": "schema:paymentMethodId"}, + "paymentStatus": { "@id": "schema:paymentStatus"}, + "paymentUrl": { "@id": "schema:paymentUrl", "@type": "@id"}, + "penciler": { "@id": "schema:penciler"}, + "percentile10": { "@id": "schema:percentile10"}, + "percentile25": { "@id": "schema:percentile25"}, + "percentile75": { "@id": "schema:percentile75"}, + "percentile90": { "@id": "schema:percentile90"}, + "performTime": { "@id": "schema:performTime"}, + "performer": { "@id": "schema:performer"}, + "performerIn": { "@id": "schema:performerIn"}, + "performers": { "@id": "schema:performers"}, + "permissionType": { "@id": "schema:permissionType"}, + "permissions": { "@id": "schema:permissions"}, + "permitAudience": { "@id": "schema:permitAudience"}, + "permittedUsage": { "@id": "schema:permittedUsage"}, + "petsAllowed": { "@id": "schema:petsAllowed"}, + "phase": { "@id": "schema:phase"}, + "photo": { "@id": "schema:photo"}, + "photos": { "@id": "schema:photos"}, + "physiologicalBenefits": { "@id": "schema:physiologicalBenefits"}, + "pickupLocation": { "@id": "schema:pickupLocation"}, + "pickupTime": { "@id": "schema:pickupTime", "@type": "DateTime"}, + "playMode": { "@id": "schema:playMode"}, + "playerType": { "@id": "schema:playerType"}, + "playersOnline": { "@id": "schema:playersOnline"}, + "polygon": { "@id": "schema:polygon"}, + "population": { "@id": "schema:population"}, + "populationType": { "@id": "schema:populationType"}, + "position": { "@id": "schema:position"}, + "possibleComplication": { "@id": "schema:possibleComplication"}, + "possibleTreatment": { "@id": "schema:possibleTreatment"}, + "postOfficeBoxNumber": { "@id": "schema:postOfficeBoxNumber"}, + "postOp": { "@id": "schema:postOp"}, + "postalCode": { "@id": "schema:postalCode"}, + "potentialAction": { "@id": "schema:potentialAction"}, + "preOp": { "@id": "schema:preOp"}, + "predecessorOf": { "@id": "schema:predecessorOf"}, + "pregnancyCategory": { "@id": "schema:pregnancyCategory"}, + "pregnancyWarning": { "@id": "schema:pregnancyWarning"}, + "prepTime": { "@id": "schema:prepTime"}, + "preparation": { "@id": "schema:preparation"}, + "prescribingInfo": { "@id": "schema:prescribingInfo", "@type": "@id"}, + "prescriptionStatus": { "@id": "schema:prescriptionStatus"}, + "previousItem": { "@id": "schema:previousItem"}, + "previousStartDate": { "@id": "schema:previousStartDate", "@type": "Date"}, + "price": { "@id": "schema:price"}, + "priceComponent": { "@id": "schema:priceComponent"}, + "priceCurrency": { "@id": "schema:priceCurrency"}, + "priceRange": { "@id": "schema:priceRange"}, + "priceSpecification": { "@id": "schema:priceSpecification"}, + "priceType": { "@id": "schema:priceType"}, + "priceValidUntil": { "@id": "schema:priceValidUntil", "@type": "Date"}, + "primaryImageOfPage": { "@id": "schema:primaryImageOfPage"}, + "primaryPrevention": { "@id": "schema:primaryPrevention"}, + "printColumn": { "@id": "schema:printColumn"}, + "printEdition": { "@id": "schema:printEdition"}, + "printPage": { "@id": "schema:printPage"}, + "printSection": { "@id": "schema:printSection"}, + "procedure": { "@id": "schema:procedure"}, + "procedureType": { "@id": "schema:procedureType"}, + "processingTime": { "@id": "schema:processingTime"}, + "processorRequirements": { "@id": "schema:processorRequirements"}, + "producer": { "@id": "schema:producer"}, + "produces": { "@id": "schema:produces"}, + "productID": { "@id": "schema:productID"}, + "productReturnDays": { "@id": "schema:productReturnDays"}, + "productReturnLink": { "@id": "schema:productReturnLink", "@type": "@id"}, + "productSupported": { "@id": "schema:productSupported"}, + "productionCompany": { "@id": "schema:productionCompany"}, + "productionDate": { "@id": "schema:productionDate", "@type": "Date"}, + "proficiencyLevel": { "@id": "schema:proficiencyLevel"}, + "programMembershipUsed": { "@id": "schema:programMembershipUsed"}, + "programName": { "@id": "schema:programName"}, + "programPrerequisites": { "@id": "schema:programPrerequisites"}, + "programmingLanguage": { "@id": "schema:programmingLanguage"}, + "programmingModel": { "@id": "schema:programmingModel"}, + "propertyID": { "@id": "schema:propertyID"}, + "proprietaryName": { "@id": "schema:proprietaryName"}, + "proteinContent": { "@id": "schema:proteinContent"}, + "provider": { "@id": "schema:provider"}, + "providerMobility": { "@id": "schema:providerMobility"}, + "providesBroadcastService": { "@id": "schema:providesBroadcastService"}, + "providesService": { "@id": "schema:providesService"}, + "publicAccess": { "@id": "schema:publicAccess"}, + "publication": { "@id": "schema:publication"}, + "publicationType": { "@id": "schema:publicationType"}, + "publishedBy": { "@id": "schema:publishedBy"}, + "publishedOn": { "@id": "schema:publishedOn"}, + "publisher": { "@id": "schema:publisher"}, + "publisherImprint": { "@id": "schema:publisherImprint"}, + "publishingPrinciples": { "@id": "schema:publishingPrinciples", "@type": "@id"}, + "purchaseDate": { "@id": "schema:purchaseDate", "@type": "Date"}, + "purpose": { "@id": "schema:purpose"}, + "qualifications": { "@id": "schema:qualifications"}, + "query": { "@id": "schema:query"}, + "quest": { "@id": "schema:quest"}, + "question": { "@id": "schema:question"}, + "rangeIncludes": { "@id": "schema:rangeIncludes"}, + "ratingCount": { "@id": "schema:ratingCount"}, + "ratingExplanation": { "@id": "schema:ratingExplanation"}, + "ratingValue": { "@id": "schema:ratingValue"}, + "readBy": { "@id": "schema:readBy"}, + "readonlyValue": { "@id": "schema:readonlyValue"}, + "realEstateAgent": { "@id": "schema:realEstateAgent"}, + "recipe": { "@id": "schema:recipe"}, + "recipeCategory": { "@id": "schema:recipeCategory"}, + "recipeCuisine": { "@id": "schema:recipeCuisine"}, + "recipeIngredient": { "@id": "schema:recipeIngredient"}, + "recipeInstructions": { "@id": "schema:recipeInstructions"}, + "recipeYield": { "@id": "schema:recipeYield"}, + "recipient": { "@id": "schema:recipient"}, + "recognizedBy": { "@id": "schema:recognizedBy"}, + "recognizingAuthority": { "@id": "schema:recognizingAuthority"}, + "recommendationStrength": { "@id": "schema:recommendationStrength"}, + "recommendedIntake": { "@id": "schema:recommendedIntake"}, + "recordLabel": { "@id": "schema:recordLabel"}, + "recordedAs": { "@id": "schema:recordedAs"}, + "recordedAt": { "@id": "schema:recordedAt"}, + "recordedIn": { "@id": "schema:recordedIn"}, + "recordingOf": { "@id": "schema:recordingOf"}, + "recourseLoan": { "@id": "schema:recourseLoan"}, + "referenceQuantity": { "@id": "schema:referenceQuantity"}, + "referencesOrder": { "@id": "schema:referencesOrder"}, + "refundType": { "@id": "schema:refundType"}, + "regionDrained": { "@id": "schema:regionDrained"}, + "regionsAllowed": { "@id": "schema:regionsAllowed"}, + "relatedAnatomy": { "@id": "schema:relatedAnatomy"}, + "relatedCondition": { "@id": "schema:relatedCondition"}, + "relatedDrug": { "@id": "schema:relatedDrug"}, + "relatedLink": { "@id": "schema:relatedLink", "@type": "@id"}, + "relatedStructure": { "@id": "schema:relatedStructure"}, + "relatedTherapy": { "@id": "schema:relatedTherapy"}, + "relatedTo": { "@id": "schema:relatedTo"}, + "releaseDate": { "@id": "schema:releaseDate", "@type": "Date"}, + "releaseNotes": { "@id": "schema:releaseNotes"}, + "releaseOf": { "@id": "schema:releaseOf"}, + "releasedEvent": { "@id": "schema:releasedEvent"}, + "relevantOccupation": { "@id": "schema:relevantOccupation"}, + "relevantSpecialty": { "@id": "schema:relevantSpecialty"}, + "remainingAttendeeCapacity": { "@id": "schema:remainingAttendeeCapacity"}, + "renegotiableLoan": { "@id": "schema:renegotiableLoan"}, + "repeatCount": { "@id": "schema:repeatCount"}, + "repeatFrequency": { "@id": "schema:repeatFrequency"}, + "repetitions": { "@id": "schema:repetitions"}, + "replacee": { "@id": "schema:replacee"}, + "replacer": { "@id": "schema:replacer"}, + "replyToUrl": { "@id": "schema:replyToUrl", "@type": "@id"}, + "reportNumber": { "@id": "schema:reportNumber"}, + "representativeOfPage": { "@id": "schema:representativeOfPage"}, + "requiredCollateral": { "@id": "schema:requiredCollateral"}, + "requiredGender": { "@id": "schema:requiredGender"}, + "requiredMaxAge": { "@id": "schema:requiredMaxAge"}, + "requiredMinAge": { "@id": "schema:requiredMinAge"}, + "requiredQuantity": { "@id": "schema:requiredQuantity"}, + "requirements": { "@id": "schema:requirements"}, + "requiresSubscription": { "@id": "schema:requiresSubscription"}, + "reservationFor": { "@id": "schema:reservationFor"}, + "reservationId": { "@id": "schema:reservationId"}, + "reservationStatus": { "@id": "schema:reservationStatus"}, + "reservedTicket": { "@id": "schema:reservedTicket"}, + "responsibilities": { "@id": "schema:responsibilities"}, + "restPeriods": { "@id": "schema:restPeriods"}, + "result": { "@id": "schema:result"}, + "resultComment": { "@id": "schema:resultComment"}, + "resultReview": { "@id": "schema:resultReview"}, + "returnFees": { "@id": "schema:returnFees"}, + "returnPolicyCategory": { "@id": "schema:returnPolicyCategory"}, + "review": { "@id": "schema:review"}, + "reviewAspect": { "@id": "schema:reviewAspect"}, + "reviewBody": { "@id": "schema:reviewBody"}, + "reviewCount": { "@id": "schema:reviewCount"}, + "reviewRating": { "@id": "schema:reviewRating"}, + "reviewedBy": { "@id": "schema:reviewedBy"}, + "reviews": { "@id": "schema:reviews"}, + "riskFactor": { "@id": "schema:riskFactor"}, + "risks": { "@id": "schema:risks"}, + "roleName": { "@id": "schema:roleName"}, + "roofLoad": { "@id": "schema:roofLoad"}, + "rsvpResponse": { "@id": "schema:rsvpResponse"}, + "runsTo": { "@id": "schema:runsTo"}, + "runtime": { "@id": "schema:runtime"}, + "runtimePlatform": { "@id": "schema:runtimePlatform"}, + "rxcui": { "@id": "schema:rxcui"}, + "safetyConsideration": { "@id": "schema:safetyConsideration"}, + "salaryCurrency": { "@id": "schema:salaryCurrency"}, + "salaryUponCompletion": { "@id": "schema:salaryUponCompletion"}, + "sameAs": { "@id": "schema:sameAs", "@type": "@id"}, + "sampleType": { "@id": "schema:sampleType"}, + "saturatedFatContent": { "@id": "schema:saturatedFatContent"}, + "scheduledPaymentDate": { "@id": "schema:scheduledPaymentDate", "@type": "Date"}, + "scheduledTime": { "@id": "schema:scheduledTime", "@type": "DateTime"}, + "schemaVersion": { "@id": "schema:schemaVersion"}, + "screenCount": { "@id": "schema:screenCount"}, + "screenshot": { "@id": "schema:screenshot", "@type": "@id"}, + "sdDatePublished": { "@id": "schema:sdDatePublished", "@type": "Date"}, + "sdLicense": { "@id": "schema:sdLicense", "@type": "@id"}, + "sdPublisher": { "@id": "schema:sdPublisher"}, + "season": { "@id": "schema:season"}, + "seasonNumber": { "@id": "schema:seasonNumber"}, + "seasons": { "@id": "schema:seasons"}, + "seatNumber": { "@id": "schema:seatNumber"}, + "seatRow": { "@id": "schema:seatRow"}, + "seatSection": { "@id": "schema:seatSection"}, + "seatingCapacity": { "@id": "schema:seatingCapacity"}, + "seatingType": { "@id": "schema:seatingType"}, + "secondaryPrevention": { "@id": "schema:secondaryPrevention"}, + "securityScreening": { "@id": "schema:securityScreening"}, + "seeks": { "@id": "schema:seeks"}, + "seller": { "@id": "schema:seller"}, + "sender": { "@id": "schema:sender"}, + "sensoryUnit": { "@id": "schema:sensoryUnit"}, + "serialNumber": { "@id": "schema:serialNumber"}, + "seriousAdverseOutcome": { "@id": "schema:seriousAdverseOutcome"}, + "serverStatus": { "@id": "schema:serverStatus"}, + "servesCuisine": { "@id": "schema:servesCuisine"}, + "serviceArea": { "@id": "schema:serviceArea"}, + "serviceAudience": { "@id": "schema:serviceAudience"}, + "serviceLocation": { "@id": "schema:serviceLocation"}, + "serviceOperator": { "@id": "schema:serviceOperator"}, + "serviceOutput": { "@id": "schema:serviceOutput"}, + "servicePhone": { "@id": "schema:servicePhone"}, + "servicePostalAddress": { "@id": "schema:servicePostalAddress"}, + "serviceSmsNumber": { "@id": "schema:serviceSmsNumber"}, + "serviceType": { "@id": "schema:serviceType"}, + "serviceUrl": { "@id": "schema:serviceUrl", "@type": "@id"}, + "servingSize": { "@id": "schema:servingSize"}, + "sharedContent": { "@id": "schema:sharedContent"}, + "sibling": { "@id": "schema:sibling"}, + "siblings": { "@id": "schema:siblings"}, + "signDetected": { "@id": "schema:signDetected"}, + "signOrSymptom": { "@id": "schema:signOrSymptom"}, + "significance": { "@id": "schema:significance"}, + "significantLink": { "@id": "schema:significantLink", "@type": "@id"}, + "significantLinks": { "@id": "schema:significantLinks", "@type": "@id"}, + "skills": { "@id": "schema:skills"}, + "sku": { "@id": "schema:sku"}, + "slogan": { "@id": "schema:slogan"}, + "smokingAllowed": { "@id": "schema:smokingAllowed"}, + "sodiumContent": { "@id": "schema:sodiumContent"}, + "softwareAddOn": { "@id": "schema:softwareAddOn"}, + "softwareHelp": { "@id": "schema:softwareHelp"}, + "softwareRequirements": { "@id": "schema:softwareRequirements"}, + "softwareVersion": { "@id": "schema:softwareVersion"}, + "source": { "@id": "schema:source"}, + "sourceOrganization": { "@id": "schema:sourceOrganization"}, + "sourcedFrom": { "@id": "schema:sourcedFrom"}, + "spatial": { "@id": "schema:spatial"}, + "spatialCoverage": { "@id": "schema:spatialCoverage"}, + "speakable": { "@id": "schema:speakable", "@type": "@id"}, + "specialCommitments": { "@id": "schema:specialCommitments"}, + "specialOpeningHoursSpecification": { "@id": "schema:specialOpeningHoursSpecification"}, + "specialty": { "@id": "schema:specialty"}, + "speed": { "@id": "schema:speed"}, + "spokenByCharacter": { "@id": "schema:spokenByCharacter"}, + "sponsor": { "@id": "schema:sponsor"}, + "sport": { "@id": "schema:sport"}, + "sportsActivityLocation": { "@id": "schema:sportsActivityLocation"}, + "sportsEvent": { "@id": "schema:sportsEvent"}, + "sportsTeam": { "@id": "schema:sportsTeam"}, + "spouse": { "@id": "schema:spouse"}, + "stage": { "@id": "schema:stage"}, + "stageAsNumber": { "@id": "schema:stageAsNumber"}, + "starRating": { "@id": "schema:starRating"}, + "startDate": { "@id": "schema:startDate", "@type": "Date"}, + "startOffset": { "@id": "schema:startOffset"}, + "startTime": { "@id": "schema:startTime", "@type": "DateTime"}, + "status": { "@id": "schema:status"}, + "steeringPosition": { "@id": "schema:steeringPosition"}, + "step": { "@id": "schema:step"}, + "stepValue": { "@id": "schema:stepValue"}, + "steps": { "@id": "schema:steps"}, + "storageRequirements": { "@id": "schema:storageRequirements"}, + "streetAddress": { "@id": "schema:streetAddress"}, + "strengthUnit": { "@id": "schema:strengthUnit"}, + "strengthValue": { "@id": "schema:strengthValue"}, + "structuralClass": { "@id": "schema:structuralClass"}, + "study": { "@id": "schema:study"}, + "studyDesign": { "@id": "schema:studyDesign"}, + "studyLocation": { "@id": "schema:studyLocation"}, + "studySubject": { "@id": "schema:studySubject"}, + "stupidProperty": { "@id": "schema:stupidProperty"}, + "subEvent": { "@id": "schema:subEvent"}, + "subEvents": { "@id": "schema:subEvents"}, + "subOrganization": { "@id": "schema:subOrganization"}, + "subReservation": { "@id": "schema:subReservation"}, + "subStageSuffix": { "@id": "schema:subStageSuffix"}, + "subStructure": { "@id": "schema:subStructure"}, + "subTest": { "@id": "schema:subTest"}, + "subTrip": { "@id": "schema:subTrip"}, + "subjectOf": { "@id": "schema:subjectOf"}, + "subtitleLanguage": { "@id": "schema:subtitleLanguage"}, + "subtype": { "@id": "schema:subtype"}, + "successorOf": { "@id": "schema:successorOf"}, + "sugarContent": { "@id": "schema:sugarContent"}, + "suggestedAnswer": { "@id": "schema:suggestedAnswer"}, + "suggestedGender": { "@id": "schema:suggestedGender"}, + "suggestedMaxAge": { "@id": "schema:suggestedMaxAge"}, + "suggestedMinAge": { "@id": "schema:suggestedMinAge"}, + "suitableForDiet": { "@id": "schema:suitableForDiet"}, + "superEvent": { "@id": "schema:superEvent"}, + "supersededBy": { "@id": "schema:supersededBy"}, + "supply": { "@id": "schema:supply"}, + "supplyTo": { "@id": "schema:supplyTo"}, + "supportingData": { "@id": "schema:supportingData"}, + "surface": { "@id": "schema:surface"}, + "target": { "@id": "schema:target"}, + "targetCollection": { "@id": "schema:targetCollection"}, + "targetDescription": { "@id": "schema:targetDescription"}, + "targetName": { "@id": "schema:targetName"}, + "targetPlatform": { "@id": "schema:targetPlatform"}, + "targetPopulation": { "@id": "schema:targetPopulation"}, + "targetProduct": { "@id": "schema:targetProduct"}, + "targetUrl": { "@id": "schema:targetUrl", "@type": "@id"}, + "taxID": { "@id": "schema:taxID"}, + "telephone": { "@id": "schema:telephone"}, + "temporal": { "@id": "schema:temporal"}, + "temporalCoverage": { "@id": "schema:temporalCoverage"}, + "termCode": { "@id": "schema:termCode"}, + "termsOfService": { "@id": "schema:termsOfService"}, + "text": { "@id": "schema:text"}, + "thumbnail": { "@id": "schema:thumbnail"}, + "thumbnailUrl": { "@id": "schema:thumbnailUrl", "@type": "@id"}, + "tickerSymbol": { "@id": "schema:tickerSymbol"}, + "ticketNumber": { "@id": "schema:ticketNumber"}, + "ticketToken": { "@id": "schema:ticketToken"}, + "ticketedSeat": { "@id": "schema:ticketedSeat"}, + "timeRequired": { "@id": "schema:timeRequired"}, + "timeToComplete": { "@id": "schema:timeToComplete"}, + "tissueSample": { "@id": "schema:tissueSample"}, + "title": { "@id": "schema:title"}, + "toLocation": { "@id": "schema:toLocation"}, + "toRecipient": { "@id": "schema:toRecipient"}, + "tongueWeight": { "@id": "schema:tongueWeight"}, + "tool": { "@id": "schema:tool"}, + "torque": { "@id": "schema:torque"}, + "totalJobOpenings": { "@id": "schema:totalJobOpenings"}, + "totalPaymentDue": { "@id": "schema:totalPaymentDue"}, + "totalPrice": { "@id": "schema:totalPrice"}, + "totalTime": { "@id": "schema:totalTime"}, + "touristType": { "@id": "schema:touristType"}, + "track": { "@id": "schema:track"}, + "trackingNumber": { "@id": "schema:trackingNumber"}, + "trackingUrl": { "@id": "schema:trackingUrl", "@type": "@id"}, + "tracks": { "@id": "schema:tracks"}, + "trailer": { "@id": "schema:trailer"}, + "trailerWeight": { "@id": "schema:trailerWeight"}, + "trainName": { "@id": "schema:trainName"}, + "trainNumber": { "@id": "schema:trainNumber"}, + "trainingSalary": { "@id": "schema:trainingSalary"}, + "transFatContent": { "@id": "schema:transFatContent"}, + "transcript": { "@id": "schema:transcript"}, + "translationOfWork": { "@id": "schema:translationOfWork"}, + "translator": { "@id": "schema:translator"}, + "transmissionMethod": { "@id": "schema:transmissionMethod"}, + "trialDesign": { "@id": "schema:trialDesign"}, + "tributary": { "@id": "schema:tributary"}, + "typeOfBed": { "@id": "schema:typeOfBed"}, + "typeOfGood": { "@id": "schema:typeOfGood"}, + "typicalAgeRange": { "@id": "schema:typicalAgeRange"}, + "typicalTest": { "@id": "schema:typicalTest"}, + "underName": { "@id": "schema:underName"}, + "unitCode": { "@id": "schema:unitCode"}, + "unitText": { "@id": "schema:unitText"}, + "unnamedSourcesPolicy": { "@id": "schema:unnamedSourcesPolicy", "@type": "@id"}, + "unsaturatedFatContent": { "@id": "schema:unsaturatedFatContent"}, + "uploadDate": { "@id": "schema:uploadDate", "@type": "Date"}, + "upvoteCount": { "@id": "schema:upvoteCount"}, + "url": { "@id": "schema:url", "@type": "@id"}, + "urlTemplate": { "@id": "schema:urlTemplate"}, + "usedToDiagnose": { "@id": "schema:usedToDiagnose"}, + "userInteractionCount": { "@id": "schema:userInteractionCount"}, + "usesDevice": { "@id": "schema:usesDevice"}, + "usesHealthPlanIdStandard": { "@id": "schema:usesHealthPlanIdStandard"}, + "validFor": { "@id": "schema:validFor"}, + "validFrom": { "@id": "schema:validFrom", "@type": "Date"}, + "validIn": { "@id": "schema:validIn"}, + "validThrough": { "@id": "schema:validThrough", "@type": "Date"}, + "validUntil": { "@id": "schema:validUntil", "@type": "Date"}, + "value": { "@id": "schema:value"}, + "valueAddedTaxIncluded": { "@id": "schema:valueAddedTaxIncluded"}, + "valueMaxLength": { "@id": "schema:valueMaxLength"}, + "valueMinLength": { "@id": "schema:valueMinLength"}, + "valueName": { "@id": "schema:valueName"}, + "valuePattern": { "@id": "schema:valuePattern"}, + "valueReference": { "@id": "schema:valueReference"}, + "valueRequired": { "@id": "schema:valueRequired"}, + "variableMeasured": { "@id": "schema:variableMeasured"}, + "variablesMeasured": { "@id": "schema:variablesMeasured"}, + "variantCover": { "@id": "schema:variantCover"}, + "vatID": { "@id": "schema:vatID"}, + "vehicleConfiguration": { "@id": "schema:vehicleConfiguration"}, + "vehicleEngine": { "@id": "schema:vehicleEngine"}, + "vehicleIdentificationNumber": { "@id": "schema:vehicleIdentificationNumber"}, + "vehicleInteriorColor": { "@id": "schema:vehicleInteriorColor"}, + "vehicleInteriorType": { "@id": "schema:vehicleInteriorType"}, + "vehicleModelDate": { "@id": "schema:vehicleModelDate", "@type": "Date"}, + "vehicleSeatingCapacity": { "@id": "schema:vehicleSeatingCapacity"}, + "vehicleSpecialUsage": { "@id": "schema:vehicleSpecialUsage"}, + "vehicleTransmission": { "@id": "schema:vehicleTransmission"}, + "vendor": { "@id": "schema:vendor"}, + "verificationFactCheckingPolicy": { "@id": "schema:verificationFactCheckingPolicy", "@type": "@id"}, + "version": { "@id": "schema:version"}, + "video": { "@id": "schema:video"}, + "videoFormat": { "@id": "schema:videoFormat"}, + "videoFrameSize": { "@id": "schema:videoFrameSize"}, + "videoQuality": { "@id": "schema:videoQuality"}, + "volumeNumber": { "@id": "schema:volumeNumber"}, + "warning": { "@id": "schema:warning"}, + "warranty": { "@id": "schema:warranty"}, + "warrantyPromise": { "@id": "schema:warrantyPromise"}, + "warrantyScope": { "@id": "schema:warrantyScope"}, + "webCheckinTime": { "@id": "schema:webCheckinTime", "@type": "DateTime"}, + "webFeed": { "@id": "schema:webFeed", "@type": "@id"}, + "weight": { "@id": "schema:weight"}, + "weightTotal": { "@id": "schema:weightTotal"}, + "wheelbase": { "@id": "schema:wheelbase"}, + "width": { "@id": "schema:width"}, + "winner": { "@id": "schema:winner"}, + "wordCount": { "@id": "schema:wordCount"}, + "workExample": { "@id": "schema:workExample"}, + "workFeatured": { "@id": "schema:workFeatured"}, + "workHours": { "@id": "schema:workHours"}, + "workLocation": { "@id": "schema:workLocation"}, + "workPerformed": { "@id": "schema:workPerformed"}, + "workPresented": { "@id": "schema:workPresented"}, + "workTranslation": { "@id": "schema:workTranslation"}, + "workload": { "@id": "schema:workload"}, + "worksFor": { "@id": "schema:worksFor"}, + "worstRating": { "@id": "schema:worstRating"}, + "xpath": { "@id": "schema:xpath"}, + "yearlyRevenue": { "@id": "schema:yearlyRevenue"}, + "yearsInOperation": { "@id": "schema:yearsInOperation"}, + "yield": { "@id": "schema:yield"}, + "http://publications.europa.eu/mdr/eli/index.html": {"@id": "http://publications.europa.eu/mdr/eli/index.html"}, + "httpMethod": { "@id": "schema:httpMethod"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"}, + "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews": {"@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"}, + "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"}, + "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP"}, + "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws": {"@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws"} + } +} diff --git a/test/fixtures/mastodon-post-activity.json b/test/fixtures/mastodon-post-activity.json index eb481fddb..4097d9f35 100644 --- a/test/fixtures/mastodon-post-activity.json +++ b/test/fixtures/mastodon-post-activity.json @@ -21,7 +21,6 @@ "http://mobilizon.com/@tcit" ], "id": "https://framapiaf.org/users/admin/statuses/99512778738411822/activity", - "nickname": "lain", "object": { "atomUri": "https://framapiaf.org/users/admin/statuses/99512778738411822", "attachment": [], diff --git a/test/fixtures/mastodon-reject-activity.json b/test/fixtures/mastodon-reject-activity.json index 9559d6c73..a560102fc 100644 --- a/test/fixtures/mastodon-reject-activity.json +++ b/test/fixtures/mastodon-reject-activity.json @@ -8,11 +8,10 @@ }, "object": { "type": "Follow", - "object": "http://mastodon.example.org/users/admin", + "object": "http://mastodon.example.org/users/afdmin", "id": "http://localtesting.pleroma.lol/users/lain#follows/4", "actor": "http://localtesting.pleroma.lol/users/lain" }, - "nickname": "lain", "id": "http://mastodon.example.org/users/admin#rejects/follows/4", "actor": "http://mastodon.example.org/users/admin", "@context": [ diff --git a/test/mobilizon/vocabulary_test.exs b/test/mobilizon/vocabulary_test.exs new file mode 100644 index 000000000..5ae8de0f0 --- /dev/null +++ b/test/mobilizon/vocabulary_test.exs @@ -0,0 +1,15 @@ +defmodule Mobilizon.VocabularyTest do + use ExUnit.Case, async: false + + alias Mobilizon.Vocabulary + alias JSON.LD + alias Mobilizon.Service.ActivityPub.Utils + + describe "test" do + test "test" do + assert "test/fixtures/mastodon-post-activity.json" |> File.read!() |> Jason.decode!() |> JSON.LD.expand() |> hd |> JSON.LD.compact(Utils.make_json_ld_header()) == "toto" + + # assert "test/fixtures/mastodon-reject-activity.json" |> File.read!() |> Jason.decode!() |> JSON.LD.expand() == "toto" + end + end +end \ No newline at end of file