Skip to content

Commit

Permalink
Try considering Locations to be Endurants
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* ucoProject/UCO#544

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Oct 23, 2023
1 parent 6d5521d commit a8a1845
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ontology/uco-bfo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix uco-location: <https://ontology.unifiedcyberontology.org/uco/location/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix uco-pattern: <https://ontology.unifiedcyberontology.org/uco/pattern/> .
@prefix uco-role: <https://ontology.unifiedcyberontology.org/uco/role/> .
Expand Down Expand Up @@ -63,6 +64,10 @@ uco-identity:Identity
rdfs:subClassOf drafting:Endurant ;
.

uco-location:Location
rdfs:subClassOf drafting:Endurant ;
.

uco-observable:File
rdfs:subClassOf obo:BFO_0000031 ;
.
Expand Down
5 changes: 5 additions & 0 deletions tests/exemplars.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix uco-location: <https://ontology.unifiedcyberontology.org/uco/location/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix uco-pattern: <https://ontology.unifiedcyberontology.org/uco/pattern/> .
@prefix uco-role: <https://ontology.unifiedcyberontology.org/uco/role/> .
Expand Down Expand Up @@ -36,6 +37,10 @@ kb:Identity-7658570e-f6e1-4fbf-ad6b-d057a38cc7eb
a uco-identity:Identity ;
.

kb:Location-b28d808d-d0f8-495e-b7df-783ce6aabdc3
a uco-location:Location ;
.

kb:LogicalPattern-31b4baf1-a8af-4cd8-8648-8946115c04ce
a uco-pattern:LogicalPattern ;
.
Expand Down

0 comments on commit a8a1845

Please sign in to comment.