rdfs:comment"Specifies the accuracy around the point established by the longitude and latitude"@en;
rdfs:domainas:Place;
rdfs:range[
ardfs:Datatype;
owl:onDatatypexsd:float;
owl:withRestrictions(
[xsd:minInclusive"0.0"^^xsd:float]
)
].
as:altitudeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"altitude"@en;
rdfs:comment"The altitude of a place"@en;
rdfs:domainas:Place;
rdfs:rangexsd:float.
as:contentaowl:DatatypeProperty;
rdfs:label"content"@en;
rdfs:comment"The content of the object."@en;
rdfs:range[
aowl:Class;
owl:unionOf(rdf:langStringxsd:string)
];
rdfs:domainas:Object.
as:nameaowl:DatatypeProperty;
rdfs:label"name"@en;
rdfs:name"The default, plain-text display name of the object or link."@en;
rdfs:range[
aowl:Class;
owl:unionOf(rdf:langStringxsd:string)
];
rdfs:domain[
aowl:Class;
owl:unionOf(as:Objectas:Link)
].
as:downstreamDuplicatesaowl:DatatypeProperty,
owl:DeprecatedProperty;
rdfs:label"downstreamDuplicates"@en;
rdfs:rangexsd:anyURI;
rdfs:domainas:Object.
as:durationaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"duration"@en;
rdfs:comment"The duration of the object"@en;
rdfs:rangexsd:duration;
rdfs:domainas:Object.
as:endTimeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"endTime"@en;
rdfs:comment"The ending time of the object"@en;
rdfs:rangexsd:dateTime;
rdfs:domainas:Object.
as:heightaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"height"@en;
rdfs:comment"The display height expressed as device independent pixels"@en;
rdfs:rangexsd:nonNegativeInteger;
rdfs:domainas:Link.
as:hrefaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"href"@en;
rdfs:comment"The target URI of the Link"@en;
rdfs:rangexsd:anyURI;
rdfs:domainas:Link.
as:hreflangaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"hreflang"@en;
rdfs:comment"A hint about the language of the referenced resource"@en;
rdfs:rangexsd:language;
rdfs:domainas:Link.
as:idaowl:DatatypeProperty,
owl:FunctionalProperty,
owl:DeprecatedProperty;
rdfs:label"id"@en;
rdfs:rangexsd:anyURI;
rdfs:domain[
aowl:Class;
owl:unionOf(as:Linkas:Object)
].
as:latitudeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"latitude"@en;
rdfs:comment"The latitude"@en;
rdfs:rangexsd:float;
rdfs:domainas:Place.
as:longitudeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"longitude"@en;
rdfs:comment"The longitude"@en;
rdfs:rangexsd:float;
rdfs:domainas:Place.
as:mediaTypeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"mediaType"@en;
rdfs:comment"The MIME Media Type"@en;
rdfs:rangexsd:string;
rdfs:domain[
aowl:Class;
owl:unionOf(as:Linkas:Object)
].
as:objectTypeaowl:DatatypeProperty,
owl:FunctionalProperty,
owl:DeprecatedProperty;
rdfs:label"objectType"@en;
rdfs:rangexsd:anyURI;
rdfs:domainas:Object.
as:publishedaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"published"@en;
rdfs:comment"Specifies the date and time the object was published"@en;
rdfs:rangexsd:dateTime;
rdfs:domainas:Object.
as:radiusaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"radius"@en;
rdfs:comment"Specifies a radius around the point established by the longitude and latitude"@en;
rdfs:domainas:Place;
rdfs:range[
ardfs:Datatype;
owl:onDatatypexsd:float;
owl:withRestrictions(
[xsd:minInclusive"0.0"^^xsd:float]
)
].
as:ratingaowl:DatatypeProperty,
owl:FunctionalProperty,
owl:DeprecatedProperty;
rdfs:label"rating"@en;
rdfs:comment"A numeric rating (>= 0.0, <= 5.0) for the object"@en;
rdfs:domainas:Object;
rdfs:range[
ardfs:Datatype;
owl:onDatatypexsd:float;
owl:withRestrictions(
[xsd:minInclusive"0.0"^^xsd:float]
[xsd:maxInclusive"5.0"^^xsd:float]
)].
as:relaowl:DatatypeProperty;
rdfs:label"rel"@en;
rdfs:comment"The RFC 5988 or HTML5 Link Relation associated with the Link"@en;
rdfs:rangexsd:string;
rdfs:domainas:Link.
as:startIndexaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"startIndex"@en;
rdfs:comment"In a strictly ordered logical collection, specifies the index position of the first item in the items list"@en;
rdfs:rangexsd:nonNegativeInteger;
rdfs:domainas:OrderedCollectionPage.
as:startTimeaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"startTime"@en;
rdfs:comment"The starting time of the object"@en;
rdfs:rangexsd:dateTime;
rdfs:domainas:Object.
as:summaryaowl:DatatypeProperty;
rdfs:label"summary"@en;
rdfs:comment"A short summary of the object"@en;
rdfs:range[
aowl:Class;
owl:unionOf(rdf:langStringxsd:string)
];
rdfs:domainas:Object.
as:totalItemsaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"totalItems"@en;
rdfs:comment"The total number of items in a logical collection"@en;
rdfs:rangexsd:nonNegativeInteger;
rdfs:domainas:Collection.
as:unitsaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"units"@en;
rdfs:comment"Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units."@en;
rdfs:range[
ardfs:Datatype;
owl:unionOf(
[ardfs:Datatype;
owl:oneOf(
"inches"
"feet"
"miles"
"cm"
"m"
"km"
)
]
xsd:anyURI)
];
rdfs:domainas:Place.
as:updatedaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"updated"@en;
rdfs:comment"Specifies when the object was last updated"@en;
rdfs:rangexsd:dateTime;
rdfs:domainas:Object.
as:upstreamDuplicatesaowl:DatatypeProperty,
owl:DeprecatedProperty;
rdfs:label"upstreamDuplicates"@en;
rdfs:rangexsd:anyURI;
rdfs:domainas:Object.
as:verbaowl:DatatypeProperty,
owl:FunctionalProperty,
owl:DeprecatedProperty;
rdfs:label"verb"@en;
rdfs:rangexsd:anyURI;
rdfs:domainas:Activity.
as:widthaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"width"@en;
rdfs:comment"Specifies the preferred display width of the content, expressed in terms of device independent pixels."@en;
rdfs:rangexsd:nonNegativeInteger;
rdfs:domainas:Link.
as:deletedaowl:DatatypeProperty,
owl:FunctionalProperty;
rdfs:label"deleted"@en;
rdfs:comment"Specifies the date and time the object was deleted"@en;
rdfs:comment"An Object representing some form of Action that has been taken"@en.
as:Blockaowl:Class;
rdfs:label"Block"@en;
rdfs:subClassOfas:Ignore.
as:IntransitiveActivityaowl:Class;
rdfs:label"IntransitiveActivity"@en;
rdfs:subClassOfas:Activity;
rdfs:subClassOf[
aowl:Restriction;
owl:onPropertyas:object;
owl:maxCardinality"0"^^xsd:nonNegativeInteger
];
rdfs:comment"An Activity that has no direct object"@en.
as:Addaowl:Class;
rdfs:label"Add"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Add an Object or Link to Something"@en.
as:Announceaowl:Class;
rdfs:label"Announce"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"Actor announces the object to the target"@en.
as:Applicationaowl:Class;
rdfs:label"Application"@en;
rdfs:subClassOfas:Object;
rdfs:comment"Represents a software application of any sort"@en.
as:Arriveaowl:Class;
rdfs:label"Arrive"@en;
rdfs:subClassOfas:IntransitiveActivity;
rdfs:comment"To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")"@en.
as:Articleaowl:Class;
rdfs:label"Article"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A written work. Typically several paragraphs long. For example, a blog post or a news article."@en.
as:Audioaowl:Class;
rdfs:label"Audio"@en;
rdfs:subClassOfas:Document;
rdfs:comment"An audio file"@en.
as:Collectionaowl:Class;
rdfs:label"Collection"@en;
rdfs:subClassOfas:Object;
rdfs:comment"An ordered or unordered collection of Objects or Links"@en.
as:CollectionPageaowl:Class;
rdfs:label"CollectionPage"@en;
rdfs:subClassOfas:Collection;
rdfs:comment"A subset of items from a Collection"@en.
rdfs:comment"An ordered subset of items from an OrderedCollection"@en.
as:Relationshipaowl:Class,rdf:Statement;
rdfs:label"Relationship"@en;
rdfs:subClassOfas:Object;
rdfs:comment"Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)"@en.
as:Createaowl:Class;
rdfs:label"Create"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Create Something"@en.
as:Deleteaowl:Class;
rdfs:label"Delete"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Delete Something"@en.
as:Dislikeaowl:Class;
rdfs:label"Dislike"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"The actor dislikes the object"@en.
as:Documentaowl:Class;
rdfs:label"Document"@en;
rdfs:subClassOfas:Object;
rdfs:comment"Represents a digital document/file of any sort"@en.
as:Eventaowl:Class;
rdfs:label"Event"@en;
rdfs:subClassOfas:Object;
rdfs:comment"An Event of any kind"@en.
as:Flagaowl:Class;
rdfs:label"Flag"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To flag something (e.g. flag as inappropriate, flag as spam, etc)"@en.
as:Followaowl:Class;
rdfs:label"Follow"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Express Interest in Something"@en.
as:Groupaowl:Class;
rdfs:label"Group"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A Group of any kind."@en.
as:Ignoreaowl:Class;
rdfs:label"Ignore"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"Actor is ignoring the Object"@en.
as:Imageaowl:Class;
rdfs:label"Image"@en;
rdfs:subClassOfas:Document;
rdfs:comment"An Image file"@en.
as:Inviteaowl:Class;
rdfs:label"Invite"@en;
rdfs:subClassOfas:Offer;
rdfs:comment"To invite someone or something to something"@en.
as:Joinaowl:Class;
rdfs:label"Join"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Join Something"@en.
as:Leaveaowl:Class;
rdfs:label"Leave"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Leave Something"@en.
as:Likeaowl:Class;
rdfs:label"Like"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Like Something"@en.
as:Viewaowl:Class;
rdfs:label"View"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"The actor viewed the object"@en.
as:Listenaowl:Class;
rdfs:label"Listen"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"The actor listened to the object"@en.
as:Readaowl:Class;
rdfs:label"Read"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"The actor read the object"@en.
as:Moveaowl:Class;
rdfs:label"Move"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.".
as:Travelaowl:Class;
rdfs:label"Travel"@en;
rdfs:subClassOfas:IntransitiveActivity;
rdfs:comment"The actor is traveling to the target. The origin specifies where the actor is traveling from.".
as:Linkaowl:Class;
rdfs:label"Link"@en;
owl:disjointWithas:Object;
rdfs:comment"Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model"@en.
as:Mentionaowl:Class;
rdfs:label"Mention"@en;
rdfs:subClassOfas:Link;
rdfs:comment"A specialized Link that represents an @mention"@en.
as:Noteaowl:Class;
rdfs:label"Note"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\""@en.
as:Objectaowl:Class;
rdfs:label"Object"@en.
as:Offeraowl:Class;
rdfs:label"Offer"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Offer something to someone or something"@en.
as:OrderedCollectionaowl:Class;
rdfs:label"OrderedCollection"@en;
rdfs:comment"A variation of Collection in which items are strictly ordered"@en;
rdfs:subClassOf[
aowl:Class;
owl:intersectionOf(
as:Collection
[
aowl:Restriction;
owl:onPropertyas:items;
owl:allValuesFrom[
aowl:Class;
owl:intersectionOf(
as:OrderedItems
[
aowl:Class;
owl:complementOf[
aowl:Class;
owl:unionOf(as:Objectas:Link)
]
]
)
]
]
)
].
as:OrderedItemsaowl:Class;
rdfs:label"OrderedItems"@en;
rdfs:comment"A rdf:List variant for Objects and Links"@en;
rdfs:subClassOf[
aowl:Class;
owl:intersectionOf(
rdf:List
[
aowl:Restriction;
owl:onPropertyrdf:first;
owl:allValuesFrom[
aowl:Class;
owl:unionOf(as:Objectas:Link)
]
]
[
aowl:Restriction;
owl:allValuesFromas:OrderedItems;
owl:onPropertyrdf:rest
]
)
].
as:Pageaowl:Class;
rdfs:label"Page"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A Web Page"@en.
as:Personaowl:Class;
rdfs:label"Person"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A Person"@en.
as:Organizationaowl:Class;
rdfs:label"Organization"@en;
rdfs:subClassOfas:Object;
rdfs:comment"An Organization"@en.
as:Profileaowl:Class;
rdfs:label"Profile"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A Profile Document"@en.
as:Placeaowl:Class;
rdfs:label"Place"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A physical or logical location"@en.
as:Questionaowl:Class;
rdfs:label"Question"@en;
rdfs:subClassOfas:IntransitiveActivity;
rdfs:comment"A question of any sort."@en.
as:Rejectaowl:Class;
rdfs:label"Reject"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"Actor rejects the Object"@en.
as:Removeaowl:Class;
rdfs:label"Remove"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Remove Something"@en.
as:Serviceaowl:Class;
rdfs:label"Service"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A service provided by some entity"@en.
as:TentativeAcceptaowl:Class;
rdfs:label"TentativeAccept"@en;
rdfs:subClassOfas:Accept;
rdfs:comment"Actor tentatively accepts the Object"@en.
as:TentativeRejectaowl:Class;
rdfs:label"TentativeReject"@en;
rdfs:subClassOfas:Reject;
rdfs:comment"Actor tentatively rejects the object"@en.
as:Tombstoneaowl:Class;
rdfs:label"Tombstone"@en;
rdfs:subClassOfas:Object;
rdfs:comment"A placeholder for a deleted object"@en.
as:Undoaowl:Class;
rdfs:label"Undo"@en;
rdfs:subClassOfas:Activity;
rdfs:comment"To Undo Something. This would typically be used to indicate that a previous Activity has been undone."@en.