diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl
index dfff42e..cf61e28 100644
--- a/ontology/uco-gufo.ttl
+++ b/ontology/uco-gufo.ttl
@@ -10,6 +10,7 @@
@prefix uco-analysis: .
@prefix uco-core: .
@prefix uco-identity: .
+@prefix uco-location: .
@prefix uco-observable: .
@prefix uco-types: .
@prefix xsd: .
@@ -225,6 +226,13 @@ uco-identity:Person
;
.
+uco-location:Location
+ rdfs:subClassOf
+ drafting:Endurant ,
+ gufo:Object
+ ;
+ .
+
uco-observable:AlternateDataStream
a gufo:Kind ;
rdfs:subClassOf
diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl
index f6b95c7..8fae553 100644
--- a/tests/exemplars.ttl
+++ b/tests/exemplars.ttl
@@ -11,6 +11,7 @@
@prefix uco-analysis: .
@prefix uco-core: .
@prefix uco-identity: .
+@prefix uco-location: .
@prefix uco-observable: .
@prefix uco-types: .
@prefix uco-vocabulary: .
@@ -114,6 +115,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 ;
.