linkml-activitypub/generated/shacl/activitystreams.shacl.ttl

7610 lines
477 KiB
Turtle
Raw Normal View History

@prefix as: <http://www.w3.org/ns/activitystreams#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
rdf:Property a sh:NodeShape ;
sh:closed true ;
sh:ignoredProperties ( rdf:type ) ;
sh:targetClass rdf:Property .
rdf:Statement a sh:NodeShape ;
sh:closed true ;
sh:ignoredProperties ( rdf:type ) ;
sh:targetClass rdf:Statement .
as:Accept a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor accepts the object. The target property can be used in certain circumstances to indicate the context into which the object has been accepted." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ] ;
sh:targetClass as:Accept .
as:Activity a sh:NodeShape ;
sh:closed true ;
sh:description "An Activity is a subtype of Object that describes some form of action that may happen, is currently happening, or has already happened. The Activity type itself serves as an abstract base type for all types of activities. It is important to note that the Activity type itself does not carry any specific semantics about the kind of action being taken." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ] ;
sh:targetClass as:Activity .
as:Add a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ] ;
sh:targetClass as:Add .
as:Announce a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is calling the target's attention the object. The origin typically has no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ] ;
sh:targetClass as:Announce .
as:Application a sh:NodeShape ;
sh:closed true ;
sh:description "Describes a software application." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ] ;
sh:targetClass as:Application .
as:Arrive a sh:NodeShape ;
sh:closed true ;
sh:description "An IntransitiveActivity that indicates that the actor has arrived at the location. The origin can be used to identify the context from which the actor originated. The target typically has no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ] ;
sh:targetClass as:Arrive .
as:Article a sh:NodeShape ;
sh:closed true ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ] ;
sh:targetClass as:Article .
as:Audio a sh:NodeShape ;
sh:closed true ;
sh:description "Represents an audio document of any kind." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ] ;
sh:targetClass as:Audio .
as:Block a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is blocking the object. Blocking is a stronger form of Ignore. The typical use is to support social systems that allow one user to block activities or content of other users. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ] ;
sh:targetClass as:Block .
as:CollectionPage a sh:NodeShape ;
sh:closed true ;
sh:description "Used to represent distinct subsets of items from a Collection. Refer to the Activity Streams 2.0 Core for a complete description of the CollectionPage object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 17 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 21 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 10 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the next page of items." ;
sh:maxCount 1 ;
sh:order 0 ;
sh:path as:next ],
[ sh:description "A non-negative integer specifying the total number of objects contained by the logical view of the collection. This number might not reflect the actual number of items serialized within the Collection object instance." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 7 ;
sh:path as:totalItems ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 13 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 19 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies the items contained in a collection. The items might be ordered or unordered." ;
sh:order 5 ;
sh:path as:items ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 12 ;
sh:path as:bto ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 33 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 27 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 22 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 25 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 8 ;
sh:path as:attachment ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 23 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 11 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 9 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies the Collection to which a CollectionPage objects items belong." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:partOf ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 14 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, identifies the previous page of items." ;
sh:maxCount 1 ;
sh:order 2 ;
sh:path as:prev ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest preceeding page of items in the collection." ;
sh:maxCount 1 ;
sh:order 4 ;
sh:path as:first ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 16 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 24 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 34 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest proceeding page of the collection." ;
sh:maxCount 1 ;
sh:order 6 ;
sh:path as:last ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 15 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the page that contains the most recently updated member items." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:current ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 18 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 20 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 26 ;
sh:path as:to ] ;
sh:targetClass as:CollectionPage .
as:Create a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has created the object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ] ;
sh:targetClass as:Create .
as:Delete a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ] ;
sh:targetClass as:Delete .
as:Dislike a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor dislikes the object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ] ;
sh:targetClass as:Dislike .
as:Document a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a document of any kind." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ] ;
sh:targetClass as:Document .
as:Event a sh:NodeShape ;
sh:closed true ;
sh:description "Represents any kind of event." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ] ;
sh:targetClass as:Event .
as:Flag a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is \"flagging\" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ] ;
sh:targetClass as:Flag .
as:Follow a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is \"following\" the object. Following is defined in the sense typically used within Social systems in which the actor is interested in any activity performed by or on the object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ] ;
sh:targetClass as:Follow .
as:Group a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a formal or informal collective of Actors." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ] ;
sh:targetClass as:Group .
as:Ignore a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ] ;
sh:targetClass as:Ignore .
as:Image a sh:NodeShape ;
sh:closed true ;
sh:description "An image document of any kind" ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ] ;
sh:targetClass as:Image .
as:IntransitiveActivity a sh:NodeShape ;
sh:closed true ;
sh:description "['An Activity that has no direct object@en']" ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ] ;
sh:targetClass as:IntransitiveActivity .
as:Invite a sh:NodeShape ;
sh:closed true ;
sh:description "A specialization of Offer in which the actor is extending an invitation for the object to the target." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ] ;
sh:targetClass as:Invite .
as:Join a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has joined the object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ] ;
sh:targetClass as:Join .
as:Leave a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has left the object. The target and origin typically have no meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ] ;
sh:targetClass as:Leave .
as:Like a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ] ;
sh:targetClass as:Like .
as:Link a sh:NodeShape ;
sh:closed true ;
sh:description "A Link is an indirect, qualified reference to a resource identified by a URL. The fundamental model for links is established by [ RFC5988]. Many of the properties defined by the Activity Vocabulary allow values that are either instances of Object or Link. When a Link is used, it establishes a qualified relation connecting the subject (the containing object) to the resource identified by the href. Properties of the Link are properties of the reference as opposed to properties of the resource." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 0 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Hints as to the language used by the target resource. Value MUST be a [BCP47] Language-Tag." ;
sh:maxCount 1 ;
sh:order 4 ;
sh:path as:hreflang ],
[ sh:description "The target resource pointed to by a Link." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:href ],
[ sh:datatype xsd:string ;
sh:description """A link relation associated with a Link. The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions.
In the [HTML5], any string not containing the "space" U+0020, "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D) or "," (U+002C) characters can be used as a valid link relation.
""" ;
sh:order 7 ;
sh:path as:rel ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 6 ;
sh:path as:mediaType ],
[ sh:description "On a Link, specifies a hint as to the rendering height in device-independent pixels of the linked resource." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 2 ;
sh:path as:height ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 5 ;
sh:path as:id ],
[ sh:description "On a Link, specifies a hint as to the rendering width in device-independent pixels of the linked resource." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 8 ;
sh:path as:width ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 1 ;
sh:path as:preview ] ;
sh:targetClass as:Link .
as:Listen a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has listened to the object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ] ;
sh:targetClass as:Listen .
as:Mention a sh:NodeShape ;
sh:closed true ;
sh:description "A specialized Link that represents an @mention." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """A link relation associated with a Link. The value MUST conform to both the [HTML5] and [RFC5988] "link relation" definitions.
In the [HTML5], any string not containing the "space" U+0020, "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D) or "," (U+002C) characters can be used as a valid link relation.
""" ;
sh:order 7 ;
sh:path as:rel ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 6 ;
sh:path as:mediaType ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 5 ;
sh:path as:id ],
[ sh:description "On a Link, specifies a hint as to the rendering height in device-independent pixels of the linked resource." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 2 ;
sh:path as:height ],
[ sh:description "The target resource pointed to by a Link." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:href ],
[ sh:datatype xsd:string ;
sh:description "Hints as to the language used by the target resource. Value MUST be a [BCP47] Language-Tag." ;
sh:maxCount 1 ;
sh:order 4 ;
sh:path as:hreflang ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 1 ;
sh:path as:preview ],
[ sh:description "On a Link, specifies a hint as to the rendering width in device-independent pixels of the linked resource." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 8 ;
sh:path as:width ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 0 ;
sh:path rdfs:name ] ;
sh:targetClass as:Mention .
as:Move a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has moved object from origin to target. If the origin or target are not specified, either can be determined by context." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ] ;
sh:targetClass as:Move .
as:Note a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a short written work typically less than a single paragraph in length." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ] ;
sh:targetClass as:Note .
as:Offer a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is offering the object. If specified, the target indicates the entity to which the object is being offered." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ] ;
sh:targetClass as:Offer .
as:OrderedCollection a sh:NodeShape ;
sh:closed true ;
sh:description "A subtype of Collection in which members of the logical collection are assumed to always be strictly ordered." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 12 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 22 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 6 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 24 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the page that contains the most recently updated member items." ;
sh:maxCount 1 ;
sh:order 0 ;
sh:path as:current ],
[ sh:datatype xsd:string ;
sh:description "Identifies the items contained in a collection. The items might be ordered or unordered." ;
sh:order 2 ;
sh:path as:items ],
[ sh:description "A non-negative integer specifying the total number of objects contained by the logical view of the collection. This number might not reflect the actual number of items serialized within the Collection object instance." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 4 ;
sh:path as:totalItems ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 7 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 23 ;
sh:path as:to ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 20 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 10 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 16 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 11 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 17 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 21 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 5 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 9 ;
sh:path as:bto ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 8 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 14 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 18 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest proceeding page of the collection." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:last ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 15 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:published ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 19 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest preceeding page of items in the collection." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:first ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 13 ;
sh:path as:generator ] ;
sh:targetClass as:OrderedCollection .
as:OrderedCollectionPage a sh:NodeShape ;
sh:closed true ;
sh:description "Used to represent ordered subsets of items from an OrderedCollection. Refer to the Activity Streams 2.0 Core for a complete description of the OrderedCollectionPage object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 26 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 13 ;
sh:path as:bto ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:duration ],
[ sh:description "A non-negative integer value identifying the relative position within the logical view of a strictly ordered collection." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 0 ;
sh:path as:startIndex ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 10 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies the Collection to which a CollectionPage objects items belong." ;
sh:maxCount 1 ;
sh:order 2 ;
sh:path as:partOf ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 11 ;
sh:path as:audience ],
[ sh:description "A non-negative integer specifying the total number of objects contained by the logical view of the collection. This number might not reflect the actual number of items serialized within the Collection object instance." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 8 ;
sh:path as:totalItems ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 21 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 34 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the page that contains the most recently updated member items." ;
sh:maxCount 1 ;
sh:order 4 ;
sh:path as:current ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 33 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, identifies the previous page of items." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:prev ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 15 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest preceeding page of items in the collection." ;
sh:maxCount 1 ;
sh:order 5 ;
sh:path as:first ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 19 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 9 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 23 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 16 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 22 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest proceeding page of the collection." ;
sh:maxCount 1 ;
sh:order 7 ;
sh:path as:last ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 18 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 14 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 25 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the next page of items." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:next ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 20 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 12 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:mediaType ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:id ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 24 ;
sh:path as:replies ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 35 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 17 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 27 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 28 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies the items contained in a collection. The items might be ordered or unordered." ;
sh:order 6 ;
sh:path as:items ] ;
sh:targetClass as:OrderedCollectionPage .
as:OrderedItems a sh:NodeShape ;
sh:closed true ;
sh:description """OrderedItems is not a real class in the ActivityStreams specification, but it is used as the container of the items in `OrderedCollections`
""" ;
sh:ignoredProperties ( rdf:type ) ;
sh:targetClass as:OrderedItems .
as:Organization a sh:NodeShape ;
sh:closed true ;
sh:description "Represents an organization." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ] ;
sh:targetClass as:Organization .
as:Page a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a Web Page." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ] ;
sh:targetClass as:Page .
as:Person a sh:NodeShape ;
sh:closed true ;
sh:description "Represents an individual person." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ] ;
sh:targetClass as:Person .
as:Place a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a logical or physical location. See 5.3 Representing Places for additional information." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:float ;
sh:description "The longitude of a place" ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:longitude ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:float ;
sh:description "The latitude of a place" ;
sh:maxCount 1 ;
sh:order 2 ;
sh:path as:latitude ],
[ sh:datatype xsd:string ;
sh:description "Specifies the measurement units for the radius and altitude properties on a Place object. If not specified, the default is assumed to be \"m\" for \"meters\"." ;
sh:maxCount 1 ;
sh:order 5 ;
sh:path as:units ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:float ;
sh:description "Indicates the altitude of a place. The measurement units is indicated using the units property. If units is not specified, the default is assumed to be \"m\" indicating meters." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:altitude ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:float ;
sh:description "Indicates the accuracy of position coordinates on a Place objects. Expressed in properties of percentage. e.g. \"94.0\" means \"94.0% accurate\"." ;
sh:maxCount 1 ;
sh:maxInclusive 100 ;
sh:minInclusive 0 ;
sh:order 0 ;
sh:path as:accuracy ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:float ;
sh:description "The radius from the given latitude and longitude for a Place. The units is expressed by the units property. If units is not specified, the default is assumed to be \"m\" indicating \"meters\"." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 4 ;
sh:path as:radius ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ] ;
sh:targetClass as:Place .
as:Profile a sh:NodeShape ;
sh:closed true ;
sh:description "A Profile is a content object that describes another Object, typically used to describe Actor Type objects. The describes property is used to reference the object being described by the profile." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 6 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 12 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 5 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 19 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 8 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 20 ;
sh:path as:url ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 2 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 10 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 11 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 13 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 7 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 15 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 14 ;
sh:path rdfs:name ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 16 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 1 ;
sh:path as:attachment ],
[ sh:class as:Object ;
sh:description "On a Profile object, the describes property identifies the object described by the Profile." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 0 ;
sh:path as:describes ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 9 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 17 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 4 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 3 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:published ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 18 ;
sh:path as:tag ] ;
sh:targetClass as:Profile .
as:Question a sh:NodeShape ;
sh:closed true ;
sh:description """Represents a question being asked. Question objects are an extension of IntransitiveActivity. That is, the Question object is an Activity, but the direct object is the question itself and therefore it would not contain an object property.
Either of the anyOf and oneOf properties MAY be used to express possible answers, but a Question object MUST NOT have both properties.
""" ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 33 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an exclusive option for a Question. Use of oneOf implies that the Question can have only a single answer. To indicate that a Question can have multiple answers, use anyOf." ;
sh:order 1 ;
sh:path as:oneOf ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 4 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 7 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 15 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 18 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 19 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 6 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 9 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 3 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 17 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 24 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 12 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 22 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 26 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 34 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 21 ;
sh:path rdfs:name ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 23 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 16 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 13 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 2 ;
sh:path as:actor ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 10 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 20 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an inclusive option for a Question. Use of anyOf implies that the Question can have multiple answers. To indicate that a Question can have only one answer, use oneOf." ;
sh:order 0 ;
sh:path as:anyOf ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 8 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 11 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 25 ;
sh:path as:tag ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 14 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 27 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 5 ;
sh:path as:origin ] ;
sh:targetClass as:Question .
as:Read a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has read the object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ] ;
sh:targetClass as:Read .
as:Reject a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is rejecting the object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ] ;
sh:targetClass as:Reject .
as:Relationship a sh:NodeShape ;
sh:closed true ;
sh:description """Describes a relationship between two individuals. The subject and object properties are used to identify the connected individuals.
See 5.2 Representing Relationships Between Entities for additional information.
""" ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 6 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 8 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 15 ;
sh:path as:location ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "On a Relationship object, the subject property identifies one of the connected individuals. For instance, for a Relationship object describing \"John is related to Sally\", subject would refer to John." ;
sh:order 2 ;
sh:path as:subject ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 19 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 7 ;
sh:path as:bto ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 18 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 16 ;
sh:path rdfs:name ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 14 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 10 ;
sh:path as:context ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 21 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 12 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 0 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 17 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 13 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 22 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 20 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 5 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 4 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 9 ;
sh:path as:content ],
[ sh:class as:Object ;
sh:description "On a Relationship object, the relationship property identifies the kind of relationship that exists between subject and object." ;
sh:nodeKind sh:BlankNode ;
sh:order 1 ;
sh:path as:relationship ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 3 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 11 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:endTime ] ;
sh:targetClass as:Relationship .
as:Remove a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is removing the object. If specified, the origin indicates the context from which the object is being removed." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ] ;
sh:targetClass as:Remove .
as:Service a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a service of any kind." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ] ;
sh:targetClass as:Service .
as:TentativeAccept a sh:NodeShape ;
sh:closed true ;
sh:description "A specialization of Accept indicating that the acceptance is tentative." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ] ;
sh:targetClass as:TentativeAccept .
as:TentativeReject a sh:NodeShape ;
sh:closed true ;
sh:description "A specialization of Reject in which the rejection is considered tentative." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ] ;
sh:targetClass as:TentativeReject .
as:Tombstone a sh:NodeShape ;
sh:closed true ;
sh:description "A Tombstone represents a content object that has been deleted. It can be used in Collections to signify that there used to be an object at this position, but it has been deleted." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 9 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 4 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 20 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 10 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 6 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 11 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 16 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 14 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 19 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 13 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "On a Tombstone object, the deleted property is a timestamp for when the object was deleted." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:deleted ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 8 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:endTime ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:id ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 2 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 21 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 18 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 3 ;
sh:path as:attributedTo ],
[ sh:class as:Object ;
sh:description "On a Tombstone object, the formerType property identifies the type of the object that was deleted." ;
sh:nodeKind sh:BlankNode ;
sh:order 0 ;
sh:path as:formerType ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 17 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 7 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 12 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 15 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 5 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:mediaType ] ;
sh:targetClass as:Tombstone .
as:Travel a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is traveling to target from origin. Travel is an IntransitiveObject whose actor specifies the direct object. If the target or origin are not specified, either can be determined by context." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ] ;
sh:targetClass as:Travel .
as:Undo a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor is undoing the object. In most cases, the object will be an Activity describing some previously performed action (for instance, a person may have previously \"liked\" an article but, for whatever reason, might choose to undo that like at some later point in time). The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ] ;
sh:targetClass as:Undo .
as:Update a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has updated the object. Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object. The target and origin typically have no defined meaning." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ] ;
sh:targetClass as:Update .
as:Video a sh:NodeShape ;
sh:closed true ;
sh:description "Represents a video document of any kind." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ] ;
sh:targetClass as:Video .
as:View a sh:NodeShape ;
sh:closed true ;
sh:description "Indicates that the actor has viewed the object." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 13 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 24 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "Describes the indirect object, or target, of the activity. The precise meaning of the target is largely dependent on the type of action being described but will often be the object of the English preposition \"to\". For instance, in the activity \"John added a movie to his wishlist\", the target of the activity is John's wishlist. An activity can have more than one target." ;
sh:order 5 ;
sh:path as:target ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 8 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more objects used (or to be used) in the completion of an Activity." ;
sh:order 1 ;
sh:path as:instrument ],
[ sh:datatype xsd:string ;
sh:description "Describes one or more entities that either performed or are expected to perform the activity. Any single activity can have multiple actors. The actor MAY be specified using an indirect Link." ;
sh:order 0 ;
sh:path as:actor ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 9 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 11 ;
sh:path as:cc ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 17 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 6 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 23 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Describes the result of the activity. For instance, if a particular action results in the creation of a new resource, the result property can be used to describe that new resource." ;
sh:order 4 ;
sh:path as:result ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 10 ;
sh:path as:bto ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 21 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 12 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 15 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 18 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 16 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Describes an indirect object of the activity from which the activity is directed. The precise meaning of the origin is the object of the English preposition \"from\". For instance, in the activity \"John moved an item to List B from List A\", the origin of the activity is \"List A\"." ;
sh:order 3 ;
sh:path as:origin ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 19 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description """When used within an Activity, describes the direct object of the activity. For instance, in the activity "John added a movie to his wishlist", the object of the activity is the movie added.
When used within a Relationship describes the entity to which the subject is related.
""" ;
sh:order 2 ;
sh:path as:object ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 32 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:mediaType ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:id ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 22 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 14 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 7 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 25 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 20 ;
sh:path as:preview ] ;
sh:targetClass as:View .
as:Object a sh:NodeShape ;
sh:closed true ;
sh:description "Describes an object of any kind. The Object type serves as the base type for most of the other kinds of objects defined in the Activity Vocabulary, including other Core types such as Activity, IntransitiveActivity, Collection and OrderedCollection." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 8 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 5 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 3 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 4 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 18 ;
sh:path as:to ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 21 ;
sh:path as:endTime ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 6 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 23 ;
sh:path as:mediaType ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 16 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 9 ;
sh:path as:icon ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 24 ;
sh:path as:published ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 20 ;
sh:path as:duration ],
[ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 22 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:updated ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 12 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 10 ;
sh:path as:image ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 15 ;
sh:path as:replies ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 19 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 11 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 14 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 13 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 0 ;
sh:path as:attachment ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 7 ;
sh:path as:context ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 1 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 17 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 2 ;
sh:path as:audience ] ;
sh:targetClass as:Object .
as:Collection a sh:NodeShape ;
sh:closed true ;
sh:description "A Collection is a subtype of Object that represents ordered or unordered sets of Object or Link instances. Refer to the Activity Streams 2.0 Core specification for a complete description of the Collection type." ;
sh:ignoredProperties ( rdf:type ) ;
sh:property [ sh:description "Provides the globally unique identifier for an Object or Link." ;
sh:maxCount 1 ;
sh:order 27 ;
sh:path as:id ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was updated" ;
sh:maxCount 1 ;
sh:order 31 ;
sh:path as:updated ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the public secondary audience of this Object." ;
sh:order 10 ;
sh:path as:cc ],
[ sh:datatype xsd:string ;
sh:description "Identifies the entity (e.g. an application) that generated the object." ;
sh:order 13 ;
sh:path as:generator ],
[ sh:datatype xsd:string ;
sh:description """When used on a Link, identifies the MIME media type of the referenced resource.
When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
""" ;
sh:maxCount 1 ;
sh:order 28 ;
sh:path as:mediaType ],
[ sh:description "A non-negative integer specifying the total number of objects contained by the logical view of the collection. This number might not reflect the actual number of items serialized within the Collection object instance." ;
sh:maxCount 1 ;
sh:minInclusive 0 ;
sh:order 4 ;
sh:path as:totalItems ],
[ sh:datatype xsd:string ;
sh:description "Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email." ;
sh:order 5 ;
sh:path as:attachment ],
[ sh:description "When the object describes a time-bound resource, such as an audio or video, a meeting, etc, the duration property indicates the object's approximate duration. The value MUST be expressed as an xsd:duration as defined by [ xmlschema11-2], section 3.3.6 (e.g. a period of 5 seconds is represented as \"PT5S\")." ;
sh:maxCount 1 ;
sh:order 25 ;
sh:path as:duration ],
[ sh:datatype xsd:string ;
sh:description "The content or textual representation of the Object encoded as a JSON string. By default, the value of content is HTML. The mediaType property can be used in the object to indicate a different content type. The content MAY be expressed using multiple language-tagged values." ;
sh:order 11 ;
sh:path as:content ],
[ sh:datatype xsd:string ;
sh:description "One or more \"tags\" that have been associated with an objects. A tag can be any kind of Object. The key difference between attachment and tag is that the former implies association by inclusion, while the latter implies associated by reference." ;
sh:order 22 ;
sh:path as:tag ],
[ sh:datatype xsd:string ;
sh:description "A natural language summarization of the object encoded as HTML. Multiple language tagged summaries MAY be provided." ;
sh:order 21 ;
sh:path as:summary ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more links to representations of the object" ;
sh:order 24 ;
sh:path as:url ],
[ sh:datatype xsd:string ;
sh:description "A simple, human-readable, plain-text name for the object. HTML markup MUST NOT be included. The name MAY be expressed using multiple language-tagged values." ;
sh:order 18 ;
sh:path rdfs:name ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the page that contains the most recently updated member items." ;
sh:maxCount 1 ;
sh:order 0 ;
sh:path as:current ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity that provides a preview of this object." ;
sh:order 19 ;
sh:path as:preview ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities that represent the total population of entities for which the object can considered to be relevant." ;
sh:order 7 ;
sh:path as:audience ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more Objects that are part of the private secondary audience of this Object." ;
sh:order 8 ;
sh:path as:bcc ],
[ sh:datatype xsd:string ;
sh:description """Identifies the context within which the object exists or an activity was performed.
The notion of "context" used is intentionally vague. The intended function is to serve as a means of grouping objects and activities that share a common originating context or purpose. An example could be all activities relating to a common project or event.
""" ;
sh:order 12 ;
sh:path as:context ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time at which the object was published" ;
sh:maxCount 1 ;
sh:order 29 ;
sh:path as:published ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an icon for this object. The image should have an aspect ratio of one (horizontal) to one (vertical) and should be suitable for presentation at a small size." ;
sh:order 14 ;
sh:path as:icon ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest proceeding page of the collection." ;
sh:maxCount 1 ;
sh:order 3 ;
sh:path as:last ],
[ sh:datatype xsd:string ;
sh:description "Identifies an Object that is part of the private primary audience of this Object." ;
sh:order 9 ;
sh:path as:bto ],
[ sh:datatype xsd:string ;
sh:description "Identifies an entity considered to be part of the public primary audience of an Object" ;
sh:order 23 ;
sh:path as:to ],
[ sh:datatype xsd:string ;
sh:description "In a paged Collection, indicates the furthest preceeding page of items in the collection." ;
sh:maxCount 1 ;
sh:order 1 ;
sh:path as:first ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more entities for which this object is considered a response." ;
sh:order 16 ;
sh:path as:inReplyTo ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected starting time of the object. When used with an Activity object, for instance, the startTime property specifies the moment the activity began or is scheduled to begin." ;
sh:maxCount 1 ;
sh:order 30 ;
sh:path as:startTime ],
[ sh:datatype xsd:string ;
sh:description "Identifies one or more entities to which this object is attributed. The attributed entities might not be Actors. For instance, an object might be attributed to the completion of another activity." ;
sh:order 6 ;
sh:path as:attributedTo ],
[ sh:datatype xsd:string ;
sh:description "Indicates one or more physical or logical locations associated with the object." ;
sh:order 17 ;
sh:path as:location ],
[ sh:datatype xsd:string ;
sh:description "Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed." ;
sh:order 15 ;
sh:path as:image ],
[ sh:datatype xsd:string ;
sh:description "Identifies the items contained in a collection. The items might be ordered or unordered." ;
sh:order 2 ;
sh:path as:items ],
[ sh:datatype xsd:dateTime ;
sh:description "The date and time describing the actual or expected ending time of the object. When used with an Activity object, for instance, the endTime property specifies the moment the activity concluded or is expected to conclude." ;
sh:maxCount 1 ;
sh:order 26 ;
sh:path as:endTime ],
[ sh:class as:Collection ;
sh:description "Identifies a Collection containing objects considered to be responses to this object." ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNode ;
sh:order 20 ;
sh:path as:replies ] ;
sh:targetClass as:Collection .