diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl
index 4b16e41..4d55bde 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-types: .
@prefix xsd: .
@@ -35,3 +36,7 @@ uco-identity:Person
rdfs:subClassOf gufo:Object ;
.
+uco-types:Hash
+ rdfs:subClassOf gufo:AbstractIndividual ;
+ .
+
diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl
index 2556576..a6f52df 100644
--- a/tests/exemplars.ttl
+++ b/tests/exemplars.ttl
@@ -8,6 +8,8 @@
@prefix uco-action: .
@prefix uco-core: .
@prefix uco-identity: .
+@prefix uco-types: .
+@prefix uco-vocabulary: .
@prefix xsd: .
@@ -24,6 +26,12 @@ kb:Event-03a1a1db-0579-4427-9a51-448c32281146
a uco-core:Event ;
.
+kb:Hash-4c3d0623-d365-4c69-a1a1-01523c6502fa
+ a uco-types:Hash ;
+ uco-types:hashMethod "SHA1"^^uco-vocabulary:HashNameVocab ;
+ uco-types:hashValue "da39a3ee5e6b4b0d3255bfef95601890afd80709"^^xsd:hexBinary ;
+ .
+
kb:Organization-3b542161-47e1-40cd-a1b1-e1b9d07af81f
a uco-identity:Organization ;
.