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

Object property concernsConstitutedObject not found in purl.org/nemo/gufo? #36

Open
keesnieuwstad opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@keesnieuwstad
Copy link

Describe the bug

In the Venus example model in the documentation, the object property concernsConstitutedObject is used, see below.

:OriginalQuantityOfMarble rdf:type :AmountOfMarble ;
gufo:standsInQualifiedConstitution :VenusHasArms .

:ReducedQuantityOfMarble rdf:type :AmountOfMarble ;
gufo:standsInQualifiedConstitution :VenusHasNoArms .

:VenusHasArms rdf:type gufo:TemporaryConstitutionSituation ;
gufo:concernsConstitutedObject :VenusOfMilo ;
gufo:hasEndPointInXSDDate "1820-01-01"^^xsd:date .

:VenusHasNoArms rdf:type gufo:TemporaryConstitutionSituation ;
gufo:concernsConstitutedObject :VenusOfMilo ;
gufo:hasBeginPointInXSDDate "1820-01-02"^^xsd:date .

Expected behavior

When I look at: https://purl.org/nemo/gufo, i cannot find "concernsConstitutedObject" in the model specification.
I wonder: do I look in the wrong place, or should I use the "concernsConstitutedEndurant" property?

Additional context

  • I'm importing purl.org/nemo/gufo into Protege to create a model similar to the Venus model specification example (but have trouble finding the correct object property.)
  • (I'm new to UFO modelling, so if this is an "operator-error", my my apologies in advance for filing an unjustified issue.)
@jpalmeida jpalmeida added the documentation Improvements or additions to documentation label Aug 27, 2024
@jpalmeida
Copy link
Member

You are right @keesnieuwstad

It should have been gufo:concernsConstitutedEndurant in the example.

@jpalmeida jpalmeida self-assigned this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants