nemo-ufes / gufo

gUFO: A Lightweight Implementation of the Unified Foundational Ontology (UFO)
http://purl.org/nemo/doc/gufo
Creative Commons Attribution 4.0 International
27 stars 5 forks source link

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

Open keesnieuwstad opened 3 months ago

keesnieuwstad commented 3 months ago

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

jpalmeida commented 2 months ago

You are right @keesnieuwstad

It should have been gufo:concernsConstitutedEndurant in the example.