From 2d0f4bdd35194b44b1557b03e543faa38a0e370a Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Wed, 6 Dec 2023 12:00:05 -0500 Subject: [PATCH] s/oneOf/anyOf/ in line 225 of activitystreams2.owl Fixes a mislabeled owl property --- vocabulary/activitystreams2.owl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vocabulary/activitystreams2.owl b/vocabulary/activitystreams2.owl index 28354c5..16bbbf5 100644 --- a/vocabulary/activitystreams2.owl +++ b/vocabulary/activitystreams2.owl @@ -222,7 +222,7 @@ as:oneOf a owl:ObjectProperty ; rdfs:domain as:Question . as:anyOf a owl:ObjectProperty ; - rdfs:label "oneOf"@en ; + rdfs:label "anyOf"@en ; rdfs:comment "Describes a possible inclusive answer or option for a question."@en ; rdfs:range [ a owl:Class ;