Skip to content

Instantly share code, notes, and snippets.

@acka47
Created October 5, 2020 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acka47/f78b0a7803e0c5ffdac171551f6fe638 to your computer and use it in GitHub Desktop.
Save acka47/f78b0a7803e0c5ffdac171551f6fe638 to your computer and use it in GitHub Desktop.
ActivityStreams OWL file with JSON-LD context added
{
"@context": {
"@vocab": "_:",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"as": "https://www.w3.org/ns/activitystreams#",
"owl": "http://www.w3.org/2002/07/owl#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"ldp": "http://www.w3.org/ns/ldp#",
"id": "@id",
"type": "@type",
"Accept": "as:Accept",
"Activity": "as:Activity",
"IntransitiveActivity": "as:IntransitiveActivity",
"Add": "as:Add",
"Announce": "as:Announce",
"Application": "as:Application",
"Arrive": "as:Arrive",
"Article": "as:Article",
"Audio": "as:Audio",
"Block": "as:Block",
"Collection": "as:Collection",
"CollectionPage": "as:CollectionPage",
"Relationship": "as:Relationship",
"Create": "as:Create",
"Delete": "as:Delete",
"Dislike": "as:Dislike",
"Document": "as:Document",
"Event": "as:Event",
"Follow": "as:Follow",
"Flag": "as:Flag",
"Group": "as:Group",
"Ignore": "as:Ignore",
"Image": "as:Image",
"Invite": "as:Invite",
"Join": "as:Join",
"Leave": "as:Leave",
"Like": "as:Like",
"Link": "as:Link",
"Mention": "as:Mention",
"Note": "as:Note",
"Object": "as:Object",
"Offer": "as:Offer",
"OrderedCollection": "as:OrderedCollection",
"OrderedCollectionPage": "as:OrderedCollectionPage",
"Organization": "as:Organization",
"Page": "as:Page",
"Person": "as:Person",
"Place": "as:Place",
"Profile": "as:Profile",
"Question": "as:Question",
"Reject": "as:Reject",
"Remove": "as:Remove",
"Service": "as:Service",
"TentativeAccept": "as:TentativeAccept",
"TentativeReject": "as:TentativeReject",
"Tombstone": "as:Tombstone",
"Undo": "as:Undo",
"Update": "as:Update",
"Video": "as:Video",
"View": "as:View",
"Listen": "as:Listen",
"Read": "as:Read",
"Move": "as:Move",
"Travel": "as:Travel",
"IsFollowing": "as:IsFollowing",
"IsFollowedBy": "as:IsFollowedBy",
"IsContact": "as:IsContact",
"IsMember": "as:IsMember",
"subject": {
"@id": "as:subject",
"@type": "@id"
},
"relationship": {
"@id": "as:relationship",
"@type": "@id"
},
"actor": {
"@id": "as:actor",
"@type": "@id"
},
"attributedTo": {
"@id": "as:attributedTo",
"@type": "@id"
},
"attachment": {
"@id": "as:attachment",
"@type": "@id"
},
"bcc": {
"@id": "as:bcc",
"@type": "@id"
},
"bto": {
"@id": "as:bto",
"@type": "@id"
},
"cc": {
"@id": "as:cc",
"@type": "@id"
},
"context": {
"@id": "as:context",
"@type": "@id"
},
"current": {
"@id": "as:current",
"@type": "@id"
},
"first": {
"@id": "as:first",
"@type": "@id"
},
"generator": {
"@id": "as:generator",
"@type": "@id"
},
"icon": {
"@id": "as:icon",
"@type": "@id"
},
"image": {
"@id": "as:image",
"@type": "@id"
},
"inReplyTo": {
"@id": "as:inReplyTo",
"@type": "@id"
},
"items": {
"@id": "as:items",
"@type": "@id"
},
"instrument": {
"@id": "as:instrument",
"@type": "@id"
},
"orderedItems": {
"@id": "as:items",
"@type": "@id",
"@container": "@list"
},
"last": {
"@id": "as:last",
"@type": "@id"
},
"location": {
"@id": "as:location",
"@type": "@id"
},
"next": {
"@id": "as:next",
"@type": "@id"
},
"object": {
"@id": "as:object",
"@type": "@id"
},
"oneOf": {
"@id": "as:oneOf",
"@type": "@id"
},
"anyOf": {
"@id": "as:anyOf",
"@type": "@id"
},
"closed": {
"@id": "as:closed",
"@type": "xsd:dateTime"
},
"origin": {
"@id": "as:origin",
"@type": "@id"
},
"accuracy": {
"@id": "as:accuracy",
"@type": "xsd:float"
},
"prev": {
"@id": "as:prev",
"@type": "@id"
},
"preview": {
"@id": "as:preview",
"@type": "@id"
},
"replies": {
"@id": "as:replies",
"@type": "@id"
},
"result": {
"@id": "as:result",
"@type": "@id"
},
"audience": {
"@id": "as:audience",
"@type": "@id"
},
"partOf": {
"@id": "as:partOf",
"@type": "@id"
},
"tag": {
"@id": "as:tag",
"@type": "@id"
},
"target": {
"@id": "as:target",
"@type": "@id"
},
"to": {
"@id": "as:to",
"@type": "@id"
},
"url": {
"@id": "as:url",
"@type": "@id"
},
"altitude": {
"@id": "as:altitude",
"@type": "xsd:float"
},
"content": "as:content",
"contentMap": {
"@id": "as:content",
"@container": "@language"
},
"name": "as:name",
"nameMap": {
"@id": "as:name",
"@container": "@language"
},
"duration": {
"@id": "as:duration",
"@type": "xsd:duration"
},
"endTime": {
"@id": "as:endTime",
"@type": "xsd:dateTime"
},
"height": {
"@id": "as:height",
"@type": "xsd:nonNegativeInteger"
},
"href": {
"@id": "as:href",
"@type": "@id"
},
"hreflang": "as:hreflang",
"latitude": {
"@id": "as:latitude",
"@type": "xsd:float"
},
"longitude": {
"@id": "as:longitude",
"@type": "xsd:float"
},
"mediaType": "as:mediaType",
"published": {
"@id": "as:published",
"@type": "xsd:dateTime"
},
"radius": {
"@id": "as:radius",
"@type": "xsd:float"
},
"rel": "as:rel",
"startIndex": {
"@id": "as:startIndex",
"@type": "xsd:nonNegativeInteger"
},
"startTime": {
"@id": "as:startTime",
"@type": "xsd:dateTime"
},
"summary": "as:summary",
"summaryMap": {
"@id": "as:summary",
"@container": "@language"
},
"totalItems": {
"@id": "as:totalItems",
"@type": "xsd:nonNegativeInteger"
},
"units": "as:units",
"updated": {
"@id": "as:updated",
"@type": "xsd:dateTime"
},
"width": {
"@id": "as:width",
"@type": "xsd:nonNegativeInteger"
},
"describes": {
"@id": "as:describes",
"@type": "@id"
},
"formerType": {
"@id": "as:formerType",
"@type": "@id"
},
"deleted": {
"@id": "as:deleted",
"@type": "xsd:dateTime"
},
"inbox": {
"@id": "ldp:inbox",
"@type": "@id"
},
"outbox": {
"@id": "as:outbox",
"@type": "@id"
},
"following": {
"@id": "as:following",
"@type": "@id"
},
"followers": {
"@id": "as:followers",
"@type": "@id"
},
"streams": {
"@id": "as:streams",
"@type": "@id"
},
"preferredUsername": "as:preferredUsername",
"endpoints": {
"@id": "as:endpoints",
"@type": "@id"
},
"uploadMedia": {
"@id": "as:uploadMedia",
"@type": "@id"
},
"proxyUrl": {
"@id": "as:proxyUrl",
"@type": "@id"
},
"liked": {
"@id": "as:liked",
"@type": "@id"
},
"oauthAuthorizationEndpoint": {
"@id": "as:oauthAuthorizationEndpoint",
"@type": "@id"
},
"oauthTokenEndpoint": {
"@id": "as:oauthTokenEndpoint",
"@type": "@id"
},
"provideClientKey": {
"@id": "as:provideClientKey",
"@type": "@id"
},
"signClientKey": {
"@id": "as:signClientKey",
"@type": "@id"
},
"sharedInbox": {
"@id": "as:sharedInbox",
"@type": "@id"
},
"Public": {
"@id": "as:Public",
"@type": "@id"
},
"source": "as:source",
"likes": {
"@id": "as:likes",
"@type": "@id"
},
"shares": {
"@id": "as:shares",
"@type": "@id"
}
},
"@graph": [
{
"id": "http://www.w3.org/ns/activitystreams#formerType",
"type": [
"owl:ObjectProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "On a Tombstone object, describes the former type of the deleted object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Tombstone"
},
"rdfs:label": {
"@language": "en",
"@value": "formerType"
},
"rdfs:range": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Read",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "The actor read the object"
},
"rdfs:label": {
"@language": "en",
"@value": "Read"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Object",
"type": "owl:Class",
"rdfs:label": {
"@language": "en",
"@value": "Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Add",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Add an Object or Link to Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Add"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL91C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#OrderedCollectionPage",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An ordered subset of items from an OrderedCollection"
},
"rdfs:label": {
"@language": "en",
"@value": "OrderedCollectionPage"
},
"rdfs:subClassOf": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#OrderedCollection"
}
]
},
{
"id": "_:ub4bL413C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
},
{
"id": "xsd:string"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Audio",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An audio file"
},
"rdfs:label": {
"@language": "en",
"@value": "Audio"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Document"
}
},
{
"id": "_:ub4bL543C7",
"xsd:minInclusive": {
"type": "xsd:float",
"@value": "0.0"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#attachment",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "attachment"
},
"rdfs:range": {
"id": "_:ub4bL53C14"
},
"owl:equivalentProperty": {
"id": "http://www.w3.org/ns/activitystreams#attachments"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#objectType",
"type": [
"owl:DeprecatedProperty",
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "objectType"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Service",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A service provided by some entity"
},
"rdfs:label": {
"@language": "en",
"@value": "Service"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL158C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Update",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Update/Modify Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Update"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#TentativeAccept",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor tentatively accepts the Object"
},
"rdfs:label": {
"@language": "en",
"@value": "TentativeAccept"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Accept"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Article",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A written work. Typically several paragraphs long. For example, a blog post or a news article."
},
"rdfs:label": {
"@language": "en",
"@value": "Article"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL843C7",
"type": "owl:Restriction",
"owl:allValuesFrom": {
"id": "_:ub4bL846C27"
},
"owl:onProperty": {
"id": "http://www.w3.org/ns/activitystreams#items"
}
},
{
"id": "_:ub4bL247C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#latitude",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The latitude"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "latitude"
},
"rdfs:range": {
"id": "xsd:float"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#attachments",
"type": [
"owl:ObjectProperty",
"owl:DeprecatedProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "attachments"
},
"rdfs:range": {
"id": "_:ub4bL64C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#deleted",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies the date and time the object was deleted"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Tombstone"
},
"rdfs:label": {
"@language": "en",
"@value": "deleted"
},
"rdfs:range": {
"id": "xsd:dateTime"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Listen",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "The actor listened to the object"
},
"rdfs:label": {
"@language": "en",
"@value": "Listen"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Profile",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Profile Document"
},
"rdfs:label": {
"@language": "en",
"@value": "Profile"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil",
"type": "http://www.w3.org/ns/activitystreams#OrderedItems"
},
{
"id": "_:ub4bL870C7",
"type": "owl:Restriction",
"owl:allValuesFrom": {
"id": "_:ub4bL873C27"
},
"owl:onProperty": {
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
}
},
{
"id": "_:ub4bL169C7",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#image",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "image"
},
"rdfs:range": {
"id": "_:ub4bL149C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#height",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The display height expressed as device independent pixels"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Link"
},
"rdfs:label": {
"@language": "en",
"@value": "height"
},
"rdfs:range": {
"id": "xsd:nonNegativeInteger"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#totalItems",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The total number of items in a logical collection"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "totalItems"
},
"rdfs:range": {
"id": "xsd:nonNegativeInteger"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#View",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "The actor viewed the object"
},
"rdfs:label": {
"@language": "en",
"@value": "View"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Group",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Group of any kind."
},
"rdfs:label": {
"@language": "en",
"@value": "Group"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL501C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Link"
},
{
"id": "http://www.w3.org/ns/activitystreams#Object"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#prev",
"type": [
"owl:ObjectProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
"rdfs:label": {
"@language": "en",
"@value": "prev"
},
"rdfs:range": {
"id": "_:ub4bL236C14"
}
},
{
"id": "_:ub4bL850C13",
"type": "owl:Class",
"owl:complementOf": {
"id": "_:ub4bL852C32"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Dislike",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "The actor dislikes the object"
},
"rdfs:label": {
"@language": "en",
"@value": "Dislike"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#tags",
"type": [
"owl:DeprecatedProperty",
"owl:ObjectProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "tags"
},
"rdfs:range": {
"id": "_:ub4bL303C14"
},
"owl:equivalentProperty": {
"id": "http://www.w3.org/ns/activitystreams#tag"
}
},
{
"id": "_:ub4bL312C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#endTime",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The ending time of the object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "endTime"
},
"rdfs:range": {
"id": "xsd:dateTime"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#altitude",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The altitude of a place"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "altitude"
},
"rdfs:range": {
"id": "xsd:float"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#bcc",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "bcc"
},
"rdfs:range": {
"id": "_:ub4bL83C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#provider",
"type": [
"owl:DeprecatedProperty",
"owl:ObjectProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "provider"
},
"rdfs:range": {
"id": "_:ub4bL256C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Remove",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Remove Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Remove"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL866C19",
"type": "owl:Class",
"owl:intersectionOf": {
"@list": [
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
},
{
"id": "_:ub4bL870C7"
},
{
"id": "_:ub4bL878C7"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#bto",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "bto"
},
"rdfs:range": {
"id": "_:ub4bL91C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Video",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Video document of any kind."
},
"rdfs:label": {
"@language": "en",
"@value": "Video"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Document"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#OrderedItems",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A rdf:List variant for Objects and Links"
},
"rdfs:label": {
"@language": "en",
"@value": "OrderedItems"
},
"rdfs:subClassOf": {
"id": "_:ub4bL866C19"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Collection",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An ordered or unordered collection of Objects or Links"
},
"rdfs:label": {
"@language": "en",
"@value": "Collection"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Offer",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Offer something to someone or something"
},
"rdfs:label": {
"@language": "en",
"@value": "Offer"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Undo",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Undo Something. This would typically be used to indicate that a previous Activity has been undone."
},
"rdfs:label": {
"@language": "en",
"@value": "Undo"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL141C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Image"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL149C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Image"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL243C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#",
"type": "owl:Ontology",
"rdfs:comment": {
"@language": "en",
"@value": "Extended Activity Streams 2.0 Vocabulary"
},
"rdfs:label": {
"@language": "en",
"@value": "Activity Streams 2.0"
},
"owl:imports": {
"id": "http://www.w3.org/ns/prov#"
}
},
{
"id": "_:ub4bL209C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL539C14",
"type": "rdfs:Datatype",
"owl:onDatatype": {
"id": "xsd:float"
},
"owl:withRestrictions": {
"@list": [
{
"id": "_:ub4bL543C7"
},
{
"id": "_:ub4bL544C7"
}
]
}
},
{
"id": "_:ub4bL878C7",
"type": "owl:Restriction",
"owl:allValuesFrom": {
"id": "http://www.w3.org/ns/activitystreams#OrderedItems"
},
"owl:onProperty": {
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
}
},
{
"id": "_:ub4bL75C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL236C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL587C14",
"type": "rdfs:Datatype",
"owl:unionOf": {
"@list": [
{
"id": "_:ub4bL590C7"
},
{
"id": "xsd:anyURI"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Document",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Represents a digital document/file of any sort"
},
"rdfs:label": {
"@language": "en",
"@value": "Document"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#first",
"type": [
"owl:FunctionalProperty",
"owl:ObjectProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "first"
},
"rdfs:range": {
"id": "_:ub4bL126C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#duration",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The duration of the object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "duration"
},
"rdfs:range": {
"id": "xsd:duration"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#icon",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "icon"
},
"rdfs:range": {
"id": "_:ub4bL141C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#content",
"type": "owl:DatatypeProperty",
"rdfs:comment": {
"@language": "en",
"@value": "The content of the object."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "content"
},
"rdfs:range": {
"id": "_:ub4bL413C14"
}
},
{
"id": "_:ub4bL529C7",
"xsd:minInclusive": {
"type": "xsd:float",
"@value": "0.0"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#origin",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "For certain activities, specifies the entity from which the action is directed."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "origin"
},
"rdfs:range": {
"id": "_:ub4bL321C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Announce",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor announces the object to the target"
},
"rdfs:label": {
"@language": "en",
"@value": "Announce"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL108C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#generator",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "generator"
},
"rdfs:range": {
"id": "_:ub4bL134C14"
}
},
{
"id": "_:ub4bL205C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
{
"id": "http://www.w3.org/ns/activitystreams#Relationship"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Arrive",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a \"check-in\")"
},
"rdfs:label": {
"@language": "en",
"@value": "Arrive"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#IntransitiveActivity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#url",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Specifies a link to a specific representation of the Object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "url"
},
"rdfs:range": {
"id": "_:ub4bL346C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Organization",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An Organization"
},
"rdfs:label": {
"@language": "en",
"@value": "Organization"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL330C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#IntransitiveActivity",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An Activity that has no direct object"
},
"rdfs:label": {
"@language": "en",
"@value": "IntransitiveActivity"
},
"rdfs:subClassOf": [
{
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
{
"id": "_:ub4bL661C19"
}
]
},
{
"id": "http://www.w3.org/ns/activitystreams#startTime",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The starting time of the object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "startTime"
},
"rdfs:range": {
"id": "xsd:dateTime"
}
},
{
"id": "_:ub4bL395C14",
"type": "rdfs:Datatype",
"owl:onDatatype": {
"id": "xsd:float"
},
"owl:withRestrictions": {
"@list": [
{
"id": "_:ub4bL399C7"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#rel",
"type": "owl:DatatypeProperty",
"rdfs:comment": {
"@language": "en",
"@value": "The RFC 5988 or HTML5 Link Relation associated with the Link"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Link"
},
"rdfs:label": {
"@language": "en",
"@value": "rel"
},
"rdfs:range": {
"id": "xsd:string"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#verb",
"type": [
"owl:DatatypeProperty",
"owl:DeprecatedProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "verb"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "_:ub4bL226C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#cc",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "cc"
},
"rdfs:range": {
"id": "_:ub4bL99C14"
}
},
{
"id": "_:ub4bL166C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "_:ub4bL169C7"
},
{
"id": "http://www.w3.org/ns/activitystreams#OrderedItems"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#actor",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Subproperty of as:attributedTo that identifies the primary actor"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "actor"
},
"rdfs:range": {
"id": "_:ub4bL34C14"
},
"rdfs:subPropertyOf": {
"id": "http://www.w3.org/ns/activitystreams#attributedTo"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#current",
"type": [
"owl:ObjectProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "current"
},
"rdfs:range": {
"id": "_:ub4bL117C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#name",
"type": "owl:DatatypeProperty",
"rdfs:domain": {
"id": "_:ub4bL426C15"
},
"rdfs:label": {
"@language": "en",
"@value": "name"
},
"rdfs:name": {
"@language": "en",
"@value": "The default, plain-text display name of the object or link."
},
"rdfs:range": {
"id": "_:ub4bL422C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#hreflang",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "A hint about the language of the referenced resource"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Link"
},
"rdfs:label": {
"@language": "en",
"@value": "hreflang"
},
"rdfs:range": {
"id": "xsd:language"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#subject",
"type": [
"owl:ObjectProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "On a Relationship object, identifies the subject. e.g. when saying \"John is connected to Sally\", 'subject' refers to 'John'"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Relationship"
},
"rdfs:label": {
"@language": "en",
"@value": "a"
},
"rdfs:range": {
"id": "_:ub4bL358C14"
},
"rdfs:subPropertyOf": {
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#href",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The target URI of the Link"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Link"
},
"rdfs:label": {
"@language": "en",
"@value": "href"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#longitude",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The longitude"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "longitude"
},
"rdfs:range": {
"id": "xsd:float"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#instrument",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Indentifies an object used (or to be used) to complete an activity"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "instrument"
},
"rdfs:range": {
"id": "_:ub4bL330C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#upstreamDuplicates",
"type": [
"owl:DatatypeProperty",
"owl:DeprecatedProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "upstreamDuplicates"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Application",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Represents a software application of any sort"
},
"rdfs:label": {
"@language": "en",
"@value": "Application"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL399C7",
"xsd:minInclusive": {
"type": "xsd:float",
"@value": "0.0"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#items",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "items"
},
"rdfs:range": {
"id": "_:ub4bL166C14"
}
},
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",
"type": "rdfs:Datatype"
},
{
"id": "_:ub4bL422C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
},
{
"id": "xsd:string"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#location",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "location"
},
"rdfs:range": {
"id": "_:ub4bL189C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A subset of items from a Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "CollectionPage"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
}
},
{
"id": "_:ub4bL286C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Place",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A physical or logical location"
},
"rdfs:label": {
"@language": "en",
"@value": "Place"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#replies",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "replies"
},
"rdfs:range": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
}
},
{
"id": "_:ub4bL198C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Accept",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor accepts the Object"
},
"rdfs:label": {
"@language": "en",
"@value": "Accept"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL358C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Link"
},
{
"id": "http://www.w3.org/ns/activitystreams#Object"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#relationship",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "On a Relationship object, describes the type of relationship"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Relationship"
},
"rdfs:label": {
"@language": "en",
"@value": "relationship"
},
"rdfs:range": {
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
},
"rdfs:subPropertyOf": {
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Invite",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To invite someone or something to something"
},
"rdfs:label": {
"@language": "en",
"@value": "Invite"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Offer"
}
},
{
"id": "_:ub4bL117C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#oneOf",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Describes a possible exclusive answer or option for a question."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Question"
},
"rdfs:label": {
"@language": "en",
"@value": "oneOf"
},
"rdfs:range": {
"id": "_:ub4bL217C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#units",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "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."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "units"
},
"rdfs:range": {
"id": "_:ub4bL587C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#last",
"type": [
"owl:ObjectProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
"rdfs:label": {
"@language": "en",
"@value": "last"
},
"rdfs:range": {
"id": "_:ub4bL181C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Image",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An Image file"
},
"rdfs:label": {
"@language": "en",
"@value": "Image"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Document"
}
},
{
"id": "_:ub4bL303C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Follow",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Express Interest in Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Follow"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Question",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A question of any sort."
},
"rdfs:label": {
"@language": "en",
"@value": "Question"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#IntransitiveActivity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#summary",
"type": "owl:DatatypeProperty",
"rdfs:comment": {
"@language": "en",
"@value": "A short summary of the object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "summary"
},
"rdfs:range": {
"id": "_:ub4bL570C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#author",
"type": [
"owl:DeprecatedProperty",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Identifies the author of an object. Deprecated. Use as:attributedTo instead"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "author"
},
"rdfs:range": {
"id": "_:ub4bL75C14"
},
"rdfs:subPropertyOf": {
"id": "http://www.w3.org/ns/activitystreams#attributedTo"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#tag",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "tag"
},
"rdfs:range": {
"id": "_:ub4bL294C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#radius",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies a radius around the point established by the longitude and latitude"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "radius"
},
"rdfs:range": {
"id": "_:ub4bL525C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Move",
"type": "owl:Class",
"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.",
"rdfs:label": {
"@language": "en",
"@value": "Move"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL590C7",
"type": "rdfs:Datatype",
"owl:oneOf": {
"@list": [
"inches",
"feet",
"miles",
"cm",
"m",
"km"
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#id",
"type": [
"owl:DeprecatedProperty",
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:domain": {
"id": "_:ub4bL477C15"
},
"rdfs:label": {
"@language": "en",
"@value": "id"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#mediaType",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "The MIME Media Type"
},
"rdfs:domain": {
"id": "_:ub4bL501C15"
},
"rdfs:label": {
"@language": "en",
"@value": "mediaType"
},
"rdfs:range": {
"id": "xsd:string"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Flag",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To flag something (e.g. flag as inappropriate, flag as spam, etc)"
},
"rdfs:label": {
"@language": "en",
"@value": "Flag"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#describes",
"type": [
"owl:FunctionalProperty",
"owl:ObjectProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "On a Profile object, describes the object described by the profile"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Profile"
},
"rdfs:label": {
"@language": "en",
"@value": "describes"
},
"rdfs:range": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#anyOf",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Describes a possible inclusive answer or option for a question."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Question"
},
"rdfs:label": {
"@language": "en",
"@value": "oneOf"
},
"rdfs:range": {
"id": "_:ub4bL226C14"
}
},
{
"id": "_:ub4bL269C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL217C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL426C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Reject",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor rejects the Object"
},
"rdfs:label": {
"@language": "en",
"@value": "Reject"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Join",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Join Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Join"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#attributedTo",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Identifies an entity to which an object is attributed"
},
"rdfs:domain": {
"id": "_:ub4bL46C15"
},
"rdfs:label": {
"@language": "en",
"@value": "attributedTo"
},
"rdfs:range": {
"id": "_:ub4bL42C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#audience",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "audience"
},
"rdfs:range": {
"id": "_:ub4bL277C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#published",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies the date and time the object was published"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "published"
},
"rdfs:range": {
"id": "xsd:dateTime"
}
},
{
"id": "_:ub4bL525C14",
"type": "rdfs:Datatype",
"owl:onDatatype": {
"id": "xsd:float"
},
"owl:withRestrictions": {
"@list": [
{
"id": "_:ub4bL529C7"
}
]
}
},
{
"id": "xsd:duration",
"type": "rdfs:Datatype"
},
{
"id": "http://www.w3.org/ns/activitystreams#width",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies the preferred display width of the content, expressed in terms of device independent pixels."
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Link"
},
"rdfs:label": {
"@language": "en",
"@value": "width"
},
"rdfs:range": {
"id": "xsd:nonNegativeInteger"
}
},
{
"id": "_:ub4bL570C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString"
},
{
"id": "xsd:string"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Mention",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A specialized Link that represents an @mention"
},
"rdfs:label": {
"@language": "en",
"@value": "Mention"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Link"
}
},
{
"id": "_:ub4bL846C27",
"type": "owl:Class",
"owl:intersectionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#OrderedItems"
},
{
"id": "_:ub4bL850C13"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Page",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Web Page"
},
"rdfs:label": {
"@language": "en",
"@value": "Page"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL181C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Link",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model"
},
"rdfs:label": {
"@language": "en",
"@value": "Link"
},
"owl:disjointWith": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#partOf",
"type": [
"owl:FunctionalProperty",
"owl:ObjectProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
"rdfs:label": {
"@language": "en",
"@value": "partOf"
},
"rdfs:range": {
"id": "_:ub4bL286C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Relationship",
"type": [
"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement",
"owl:Class"
],
"rdfs:comment": {
"@language": "en",
"@value": "Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties)"
},
"rdfs:label": {
"@language": "en",
"@value": "Relationship"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL64C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Like",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Like Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Like"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL99C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Tombstone",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A placeholder for a deleted object"
},
"rdfs:label": {
"@language": "en",
"@value": "Tombstone"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "_:ub4bL126C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#accuracy",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies the accuracy around the point established by the longitude and latitude"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Place"
},
"rdfs:label": {
"@language": "en",
"@value": "accuracy"
},
"rdfs:range": {
"id": "_:ub4bL395C14"
}
},
{
"id": "_:ub4bL338C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Note",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Short note, typically less than a single paragraph. A \"tweet\" is an example, or a \"status update\""
},
"rdfs:label": {
"@language": "en",
"@value": "Note"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Delete",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Delete Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Delete"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#startIndex",
"type": [
"owl:DatatypeProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "In a strictly ordered logical collection, specifies the index position of the first item in the items list"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#OrderedCollectionPage"
},
"rdfs:label": {
"@language": "en",
"@value": "startIndex"
},
"rdfs:range": {
"id": "xsd:nonNegativeInteger"
}
},
{
"id": "_:ub4bL839C19",
"type": "owl:Class",
"owl:intersectionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Collection"
},
{
"id": "_:ub4bL843C7"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#object",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "_:ub4bL205C15"
},
"rdfs:label": {
"@language": "en",
"@value": "object"
},
"rdfs:range": {
"id": "_:ub4bL209C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#TentativeReject",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor tentatively rejects the object"
},
"rdfs:label": {
"@language": "en",
"@value": "TentativeReject"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Reject"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Ignore",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "Actor is ignoring the Object"
},
"rdfs:label": {
"@language": "en",
"@value": "Ignore"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Activity",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An Object representing some form of Action that has been taken"
},
"rdfs:label": {
"@language": "en",
"@value": "Activity"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Travel",
"type": "owl:Class",
"rdfs:comment": "The actor is traveling to the target. The origin specifies where the actor is traveling from.",
"rdfs:label": {
"@language": "en",
"@value": "Travel"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#IntransitiveActivity"
}
},
{
"id": "_:ub4bL256C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL294C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL661C19",
"type": "owl:Restriction",
"owl:maxCardinality": {
"type": "xsd:nonNegativeInteger",
"@value": "0"
},
"owl:onProperty": {
"id": "http://www.w3.org/ns/activitystreams#object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Create",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Create Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Create"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL34C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#rating",
"type": [
"owl:DatatypeProperty",
"owl:DeprecatedProperty",
"owl:FunctionalProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "A numeric rating (>= 0.0, <= 5.0) for the object"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "rating"
},
"rdfs:range": {
"id": "_:ub4bL539C14"
}
},
{
"id": "_:ub4bL83C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Block",
"type": "owl:Class",
"rdfs:label": {
"@language": "en",
"@value": "Block"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Ignore"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#next",
"type": [
"owl:FunctionalProperty",
"owl:ObjectProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#CollectionPage"
},
"rdfs:label": {
"@language": "en",
"@value": "next"
},
"rdfs:range": {
"id": "_:ub4bL198C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Person",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A Person"
},
"rdfs:label": {
"@language": "en",
"@value": "Person"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#updated",
"type": [
"owl:FunctionalProperty",
"owl:DatatypeProperty"
],
"rdfs:comment": {
"@language": "en",
"@value": "Specifies when the object was last updated"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "updated"
},
"rdfs:range": {
"id": "xsd:dateTime"
}
},
{
"id": "_:ub4bL346C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Link"
},
{
"id": "owl:Thing"
}
]
}
},
{
"id": "_:ub4bL873C27",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#to",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "to"
},
"rdfs:range": {
"id": "_:ub4bL338C14"
}
},
{
"id": "_:ub4bL42C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Leave",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "To Leave Something"
},
"rdfs:label": {
"@language": "en",
"@value": "Leave"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
}
},
{
"id": "_:ub4bL53C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Link"
},
{
"id": "http://www.w3.org/ns/activitystreams#Object"
}
]
}
},
{
"id": "_:ub4bL477C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Link"
},
{
"id": "http://www.w3.org/ns/activitystreams#Object"
}
]
}
},
{
"id": "_:ub4bL134C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#Event",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "An Event of any kind"
},
"rdfs:label": {
"@language": "en",
"@value": "Event"
},
"rdfs:subClassOf": {
"id": "http://www.w3.org/ns/activitystreams#Object"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#context",
"type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "Specifies the context within which an object exists or an activity was performed"
},
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "context"
},
"rdfs:range": {
"id": "_:ub4bL108C14"
}
},
{
"id": "_:ub4bL852C32",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#target",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "target"
},
"rdfs:range": {
"id": "_:ub4bL312C14"
}
},
{
"id": "_:ub4bL277C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#result",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Activity"
},
"rdfs:label": {
"@language": "en",
"@value": "result"
},
"rdfs:range": {
"id": "_:ub4bL269C14"
}
},
{
"id": "_:ub4bL321C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#downstreamDuplicates",
"type": [
"owl:DeprecatedProperty",
"owl:DatatypeProperty"
],
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "downstreamDuplicates"
},
"rdfs:range": {
"id": "xsd:anyURI"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#OrderedCollection",
"type": "owl:Class",
"rdfs:comment": {
"@language": "en",
"@value": "A variation of Collection in which items are strictly ordered"
},
"rdfs:label": {
"@language": "en",
"@value": "OrderedCollection"
},
"rdfs:subClassOf": {
"id": "_:ub4bL839C19"
}
},
{
"id": "_:ub4bL189C14",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "_:ub4bL46C15",
"type": "owl:Class",
"owl:unionOf": {
"@list": [
{
"id": "http://www.w3.org/ns/activitystreams#Object"
},
{
"id": "http://www.w3.org/ns/activitystreams#Link"
}
]
}
},
{
"id": "http://www.w3.org/ns/activitystreams#preview",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "_:ub4bL243C15"
},
"rdfs:label": {
"@language": "en",
"@value": "preview"
},
"rdfs:range": {
"id": "_:ub4bL247C14"
}
},
{
"id": "http://www.w3.org/ns/activitystreams#inReplyTo",
"type": "owl:ObjectProperty",
"rdfs:domain": {
"id": "http://www.w3.org/ns/activitystreams#Object"
},
"rdfs:label": {
"@language": "en",
"@value": "inReplyTo"
},
"rdfs:range": {
"id": "_:ub4bL158C14"
}
},
{
"id": "_:ub4bL544C7",
"xsd:maxInclusive": {
"type": "xsd:float",
"@value": "5.0"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment