From a8a18456a5ea21b610db154eeed42700af6e7caa Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 23 Oct 2023 11:00:04 -0400 Subject: [PATCH] Try considering Locations to be Endurants No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/544 Signed-off-by: Alex Nelson --- ontology/uco-bfo.ttl | 5 +++++ tests/exemplars.ttl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ontology/uco-bfo.ttl b/ontology/uco-bfo.ttl index 6615697..57454e4 100644 --- a/ontology/uco-bfo.ttl +++ b/ontology/uco-bfo.ttl @@ -9,6 +9,7 @@ @prefix uco-action: . @prefix uco-core: . @prefix uco-identity: . +@prefix uco-location: . @prefix uco-observable: . @prefix uco-pattern: . @prefix uco-role: . @@ -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 ; . diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl index e035b23..45897c1 100644 --- a/tests/exemplars.ttl +++ b/tests/exemplars.ttl @@ -9,6 +9,7 @@ @prefix uco-action: . @prefix uco-core: . @prefix uco-identity: . +@prefix uco-location: . @prefix uco-observable: . @prefix uco-pattern: . @prefix uco-role: . @@ -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 ; .