From 356c4a9b3445935fb142455d3e06fe208be510b0 Mon Sep 17 00:00:00 2001 From: Steve Bate Date: Wed, 27 Dec 2023 11:57:21 +0100 Subject: [PATCH] Added relationships defined in JSON-LD context. --- vocabulary/activitystreams2.owl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/vocabulary/activitystreams2.owl b/vocabulary/activitystreams2.owl index 28354c5..4480447 100644 --- a/vocabulary/activitystreams2.owl +++ b/vocabulary/activitystreams2.owl @@ -959,4 +959,28 @@ as:Video a owl:Class ; rdfs:comment "A Video document of any kind."@en ; rdfs:subClassOf as:Document . +as:IsFollowing a owl:Class ; + rdfs:label "IsFollowing"@en ; + rdfs:subClassOf as:Relationship ; + rdfs:comment "(Not documented). Apparently a type of Relationship." ; +. + +as:IsFollowedBy a owl:Class ; + rdfs:label "IsFollowedBy"@en ; + rdfs:subClassOf as:Relationship ; + rdfs:comment "(Not documented). Apparently a type of Relationship." ; +. + +as:IsContact a owl:Class ; + rdfs:label "IsContact"@en ; + rdfs:subClassOf as:Relationship ; + rdfs:comment "(Not documented). Apparently a type of Relationship." ; +. + +as:IsMember a owl:Class ; + rdfs:label "IsMember"@en ; + rdfs:subClassOf as:Relationship ; + rdfs:comment "(Not documented). Apparently a type of Relationship." ; +. + rdf:nil a as:OrderedItems .