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.)
Describe the bug
In the Venus example model in the documentation, the object property concernsConstitutedObject is used, see below.
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