Skip to content

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

@keesnieuwstad

Description

@keesnieuwstad

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.)

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions