-
Notifications
You must be signed in to change notification settings - Fork 66
Labels
Pending Closure ResolvedUnless the issue creator protests, this will be closed in a week or twoUnless the issue creator protests, this will be closed in a week or two
Description
activitystreams/vocabulary/activitystreams2.owl
Lines 215 to 231 in 5f093f2
as:oneOf a owl:ObjectProperty ; | |
rdfs:label "oneOf"@en ; | |
rdfs:comment "Describes a possible exclusive answer or option for a question."@en ; | |
rdfs:range [ | |
a owl:Class ; | |
owl:unionOf ( as:Object as:Link ) | |
] ; | |
rdfs:domain as:Question . | |
as:anyOf a owl:ObjectProperty ; | |
rdfs:label "oneOf"@en ; | |
rdfs:comment "Describes a possible inclusive answer or option for a question."@en ; | |
rdfs:range [ | |
a owl:Class ; | |
owl:unionOf ( as:Object as:Link ) | |
] ; | |
rdfs:domain as:Question . |
The "oneOf" label in line 225 seems like it should be "anyOf".
This causes confusion when using Protégé to manipulate the ontology because it uses the label instead of the URI for the object property in the GUI, which means that it appears that there are two oneOf
properties, when in fact one of them is the anyOf
property just labeled as oneOf
.
Metadata
Metadata
Assignees
Labels
Pending Closure ResolvedUnless the issue creator protests, this will be closed in a week or twoUnless the issue creator protests, this will be closed in a week or two