From d2c299095f72ba520926c787880c6d6ff9483de8 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 5 Jun 2024 14:51:05 -0400 Subject: [PATCH] Classify Location No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- ontology/uco-gufo.ttl | 8 ++++++++ tests/exemplars.ttl | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl index db86ce5..9cb4219 100644 --- a/ontology/uco-gufo.ttl +++ b/ontology/uco-gufo.ttl @@ -9,6 +9,7 @@ @prefix uco-action: . @prefix uco-core: . @prefix uco-identity: . +@prefix uco-location: . @prefix uco-observable: . @prefix uco-types: . @prefix xsd: . @@ -205,6 +206,13 @@ uco-identity:Person ; . +uco-location:Location + rdfs:subClassOf + drafting:Endurant , + gufo:Object + ; + . + uco-observable:BluetoothAddressFacet a drafting:SpecificFacetType ; . diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl index c7786a8..eec52c0 100644 --- a/tests/exemplars.ttl +++ b/tests/exemplars.ttl @@ -10,6 +10,7 @@ @prefix uco-action: . @prefix uco-core: . @prefix uco-identity: . +@prefix uco-location: . @prefix uco-observable: . @prefix uco-types: . @prefix uco-vocabulary: . @@ -92,6 +93,10 @@ kb:Interval-336d4db4-727e-4694-8bf0-5902c6ae504f time:inside kb:Instant-2918592a-9d87-4b30-acbc-521a19f97fcd ; . +kb:Location-c39f5c70-ba6d-44a1-8c6c-426b0372eade + a uco-location:Location ; + . + kb:MACAddressFacet-3b25d05e-a3b0-4828-8b6d-1e08f4d4264f a uco-observable:MACAddressFacet ; .