I made a few changes that I believe will make gUFO a but easier to use, mostly by letting users move stuff about temporary situations from instances of gufo:Endurant to instances of gufo:Situation so that those can be "self-contained" which makes things cleaner and easier to inspect on .ttl dumps.
First I added the following object properties:
gufo:concernsType (superproperty for gufo:concernsNonRigidType, concernsQualityType, and gufo:concernsRelationshipType)
gufo:standsInQualifiedWholehood (counterpart for gufo:standsInQualifiedParthood)
gufo:concernsInstanciatedEndurant (inverse of gufo:standsInQualifiedInstantiation)
gufo:concernsQualifiedEndurant (inverse of gufo:standsInQualifiedAttribution)
gufo:concernsConstitutedEndurant (inverse of gufo:standsInQualifiedConstitution)
gufo:concernsTemporaryPart (inverse of gufo:standsInQualifiedParthood)
gufo:concernsThing (inverse of gufo:standsIn)
gufo:concernsTemporaryWhole (inverse of gufo:standsInQualifiedWholehood)
gufo:concernsMainEndurant (inverse of standsInQualifiedRelationship)
Then I added the gufo:numberoid datatype for things like vehicle plate numbers and ID numbers.
And finally I finished by upping the version number.
I made a few changes that I believe will make gUFO a but easier to use, mostly by letting users move stuff about temporary situations from instances of
gufo:Endurant
to instances ofgufo:Situation
so that those can be "self-contained" which makes things cleaner and easier to inspect on .ttl dumps.First I added the following object properties:
gufo:concernsType
(superproperty forgufo:concernsNonRigidType
,concernsQualityType
, andgufo:concernsRelationshipType
)gufo:standsInQualifiedWholehood
(counterpart forgufo:standsInQualifiedParthood
)gufo:concernsInstanciatedEndurant
(inverse ofgufo:standsInQualifiedInstantiation
)gufo:concernsQualifiedEndurant
(inverse ofgufo:standsInQualifiedAttribution
)gufo:concernsConstitutedEndurant
(inverse ofgufo:standsInQualifiedConstitution
)gufo:concernsTemporaryPart
(inverse ofgufo:standsInQualifiedParthood
)gufo:concernsThing
(inverse ofgufo:standsIn
)gufo:concernsTemporaryWhole
(inverse ofgufo:standsInQualifiedWholehood
)gufo:concernsMainEndurant
(inverse ofstandsInQualifiedRelationship
)Then I added the
gufo:numberoid
datatype for things like vehicle plate numbers and ID numbers.And finally I finished by upping the version number.