Skip to content

Commit

Permalink
Add and annotate root Facet classification; align core:hasFacet
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Mar 8, 2024
1 parent 3c7c89a commit 010040e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ontology/uco-gufo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ drafting:Velocity
rdfs:seeAlso <https://github.com/ucoProject/UCO/issues/567> ;
.

drafting:isBearerOf
a owl:ObjectProperty ;
rdfs:domain gufo:ConcreteIndividual ;
rdfs:range gufo:Aspect ;
owl:inverseOf gufo:inheresIn ;
.

uco-action:Action
rdfs:subClassOf drafting:Perdurant ;
.
Expand All @@ -111,6 +118,11 @@ uco-core:Event
rdfs:subClassOf drafting:Perdurant ;
.

uco-core:Facet
a gufo:Category ;
rdfs:subClassOf gufo:IntrinsicMode ;
.

uco-core:Item
rdfs:subClassOf
drafting:Endurant ,
Expand All @@ -125,6 +137,10 @@ uco-core:endTime
;
.

uco-core:hasFacet
rdfs:subPropertyOf drafting:isBearerOf ;
.

uco-core:startTime
rdfs:seeAlso
gufo:hasBeginPoint ,
Expand Down Expand Up @@ -157,3 +173,14 @@ uco-types:Hash
rdfs:subClassOf gufo:AbstractIndividual ;
.

[]
a owl:Axiom ;
rdfs:comment
"This specialization stems from a Facet currently being understood to be an intrinsic mode that is not measurable. Were it measurable, a Facet would be a Quality."@en ,
"This specialization will raise some disussion pertaining to core:ConfidenceFacet. If a ConfidenceFacet is measurable, then it is a specialization of gufo:Quality, and Facet should instead be a subclass of IntrinsicAspect."@en
;
owl:annotatedObject gufo:IntrinsicMode ;
owl:annotatedProperty rdfs:subClassOf ;
owl:annotatedSubject uco-core:Facet ;
.

5 changes: 5 additions & 0 deletions tests/exemplars.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ kb:Bearing-74c2bb20-1e4f-40ac-807e-bc2c528e39da

kb:ContentData-179c7e84-f72d-47f7-b6f3-3f4a1f0938bd
a uco-observable:ContentData ;
uco-core:hasFacet kb:ContentDataFacet-a961d865-087b-43bd-ab31-0e33331c5628 ;
.

kb:ContentDataFacet-a961d865-087b-43bd-ab31-0e33331c5628
a uco-observable:ContentDataFacet ;
.

kb:Event-03a1a1db-0579-4427-9a51-448c32281146
Expand Down

0 comments on commit 010040e

Please sign in to comment.