Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as:anyOf mislabeled as oneOf in OWL file? #556

Closed
ahouseholder opened this issue Dec 6, 2023 · 4 comments · Fixed by #559 · May be fixed by #557
Closed

as:anyOf mislabeled as oneOf in OWL file? #556

ahouseholder opened this issue Dec 6, 2023 · 4 comments · Fixed by #559 · May be fixed by #557
Labels
Pending Closure Resolved Unless the issue creator protests, this will be closed in a week or two

Comments

@ahouseholder
Copy link

ahouseholder commented Dec 6, 2023

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.

@evanp
Copy link
Collaborator

evanp commented Dec 6, 2023

Thanks for this report! During issue triage, we decided it made sense to start putting more effort into this OWL file. We've moved it to its own repository, where it will be managed. I've moved this issue to that repository. Can you follow up on that thread?

@evanp evanp added the Pending Closure Resolved Unless the issue creator protests, this will be closed in a week or two label Dec 6, 2023
@ahouseholder
Copy link
Author

Sure.

Leaving a breadcrumb in here to the new issue: swicg/activitystreams2-owl#1

@ThisIsMissEm
Copy link
Contributor

The repository at https://github.com/swicg/activitystreams2-owl is now ready for use, and all history has been migrated across.

@ahouseholder
Copy link
Author

ahouseholder commented Dec 12, 2023

So since #559 was reverted, it seems like this issue should be reopened here as it remains relevant to the current master branch

as:anyOf a owl:ObjectProperty ;
rdfs:label "oneOf"@en ;
rdfs:comment "Describes a possible inclusive answer or option for a question."@en ;

(Still fixed by #557 too)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pending Closure Resolved Unless the issue creator protests, this will be closed in a week or two
Projects
None yet
3 participants