Subject | Predicate | Object |
---|---|---|
<https://schema.org/InformAction> | rdfs:comment | "The act of notifying someone of information pertinent to them, with no expectation of a response." |
<https://schema.org/InformAction> | rdfs:label | "InformAction" |
<https://schema.org/InformAction> | rdfs:subClassOf | <https://schema.org/CommunicateAction> |
<https://schema.org/InformAction> | rdf:type | rdfs:Class |
<https://schema.org/event> | <https://schema.org/domainIncludes> | <https://schema.org/InformAction> |
<https://schema.org/InformAction> | rdfs:comment | "The act of notifying someone of information pertinent to them, with no expectation of a response." |
<https://schema.org/InformAction> | rdfs:label | "InformAction" |
<https://schema.org/InformAction> | rdfs:subClassOf | <https://schema.org/CommunicateAction> |
<https://schema.org/InformAction> | rdf:type | rdfs:Class |
<https://schema.org/event> | <https://schema.org/domainIncludes> | <https://schema.org/InformAction> |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/identifier> | owl:equivalentProperty | <http://purl.org/dc/terms/identifier> |
<https://schema.org/identifier> | rdfs:comment | "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details. " |
<https://schema.org/identifier> | rdfs:label | "identifier" |
<https://schema.org/identifier> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/identifier> | <https://schema.org/rangeIncludes> | <https://schema.org/URL> |
<https://schema.org/identifier> | <https://schema.org/rangeIncludes> | <https://schema.org/Text> |
<https://schema.org/identifier> | <https://schema.org/rangeIncludes> | <https://schema.org/PropertyValue> |
<https://schema.org/identifier> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/mainEntityOfPage> | rdfs:comment | "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details." |
<https://schema.org/mainEntityOfPage> | rdfs:label | "mainEntityOfPage" |
<https://schema.org/mainEntityOfPage> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/mainEntityOfPage> | <https://schema.org/inverseOf> | <https://schema.org/mainEntity> |
<https://schema.org/mainEntityOfPage> | <https://schema.org/rangeIncludes> | <https://schema.org/CreativeWork> |
<https://schema.org/mainEntityOfPage> | <https://schema.org/rangeIncludes> | <https://schema.org/URL> |
<https://schema.org/mainEntityOfPage> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/recipient> | rdfs:subPropertyOf | <https://schema.org/participant> |
<https://schema.org/participant> | rdfs:comment | "Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*." |
<https://schema.org/participant> | rdfs:label | "participant" |
<https://schema.org/participant> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/participant> | <https://schema.org/rangeIncludes> | <https://schema.org/Organization> |
<https://schema.org/participant> | <https://schema.org/rangeIncludes> | <https://schema.org/Person> |
<https://schema.org/participant> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/image> | rdfs:comment | "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]." |
<https://schema.org/image> | rdfs:label | "image" |
<https://schema.org/image> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/image> | <https://schema.org/rangeIncludes> | <https://schema.org/URL> |
<https://schema.org/image> | <https://schema.org/rangeIncludes> | <https://schema.org/ImageObject> |
<https://schema.org/image> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/disambiguatingDescription> | rdfs:comment | "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation." |
<https://schema.org/disambiguatingDescription> | rdfs:label | "disambiguatingDescription" |
<https://schema.org/disambiguatingDescription> | rdfs:subPropertyOf | <https://schema.org/description> |
<https://schema.org/disambiguatingDescription> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/disambiguatingDescription> | <https://schema.org/rangeIncludes> | <https://schema.org/Text> |
<https://schema.org/disambiguatingDescription> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/agent> | rdfs:comment | "The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book." |
<https://schema.org/agent> | rdfs:label | "agent" |
<https://schema.org/agent> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/agent> | <https://schema.org/rangeIncludes> | <https://schema.org/Organization> |
<https://schema.org/agent> | <https://schema.org/rangeIncludes> | <https://schema.org/Person> |
<https://schema.org/agent> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/additionalType> | rdfs:comment | "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally." |
<https://schema.org/additionalType> | rdfs:label | "additionalType" |
<https://schema.org/additionalType> | rdfs:subPropertyOf | rdf:type |
<https://schema.org/additionalType> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/additionalType> | <https://schema.org/rangeIncludes> | <https://schema.org/URL> |
<https://schema.org/additionalType> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/target> | rdfs:comment | "Indicates a target EntryPoint for an Action." |
<https://schema.org/target> | rdfs:label | "target" |
<https://schema.org/target> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/target> | <https://schema.org/rangeIncludes> | <https://schema.org/EntryPoint> |
<https://schema.org/target> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/sameAs> | rdfs:comment | "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website." |
<https://schema.org/sameAs> | rdfs:label | "sameAs" |
<https://schema.org/sameAs> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/sameAs> | <https://schema.org/rangeIncludes> | <https://schema.org/URL> |
<https://schema.org/sameAs> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/result> | rdfs:comment | "The result produced in the action. e.g. John wrote *a book*." |
<https://schema.org/result> | rdfs:label | "result" |
<https://schema.org/result> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/result> | <https://schema.org/rangeIncludes> | <https://schema.org/Thing> |
<https://schema.org/result> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/potentialAction> | rdfs:comment | "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role." |
<https://schema.org/potentialAction> | rdfs:label | "potentialAction" |
<https://schema.org/potentialAction> | <https://schema.org/domainIncludes> | <https://schema.org/Thing> |
<https://schema.org/potentialAction> | <https://schema.org/rangeIncludes> | <https://schema.org/Action> |
<https://schema.org/potentialAction> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/object> | rdfs:comment | "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read *a book*." |
<https://schema.org/object> | rdfs:label | "object" |
<https://schema.org/object> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/object> | <https://schema.org/rangeIncludes> | <https://schema.org/Thing> |
<https://schema.org/object> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/language> | rdfs:subPropertyOf | <https://schema.org/instrument> |
<https://schema.org/instrument> | rdfs:comment | "The object that helped the agent perform the action. e.g. John wrote a book with *a pen*." |
<https://schema.org/instrument> | rdfs:label | "instrument" |
<https://schema.org/instrument> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/instrument> | <https://schema.org/rangeIncludes> | <https://schema.org/Thing> |
<https://schema.org/instrument> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/error> | rdfs:comment | "For failed actions, more information on the cause of the failure." |
<https://schema.org/error> | rdfs:label | "error" |
<https://schema.org/error> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/error> | <https://schema.org/rangeIncludes> | <https://schema.org/Thing> |
<https://schema.org/error> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/actionStatus> | rdfs:comment | "Indicates the current disposition of the Action." |
<https://schema.org/actionStatus> | rdfs:label | "actionStatus" |
<https://schema.org/actionStatus> | <https://schema.org/domainIncludes> | <https://schema.org/Action> |
<https://schema.org/actionStatus> | <https://schema.org/rangeIncludes> | <https://schema.org/ActionStatusType> |
<https://schema.org/actionStatus> | rdf:type | rdf:Property |
Subject | Predicate | Object |
---|---|---|
<https://schema.org/CommunicateAction> | rdfs:subClassOf | <https://schema.org/InteractAction> |
<https://schema.org/InteractAction> | rdfs:comment | "The act of interacting with another person or organization." |
<https://schema.org/InteractAction> | rdfs:label | "InteractAction" |
<https://schema.org/InteractAction> | rdfs:subClassOf | <https://schema.org/Action> |
<https://schema.org/InteractAction> | rdf:type | rdfs:Class |