From ff3595fa33e8f8c1065c833f9c4ac557f4ca6a8b Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Wed, 19 Apr 2023 16:41:02 +0200
Subject: [PATCH] Add property for OMA legacy id

---
 data/ontologies/digital-heraldry-ontology-representation.ttl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/ontologies/digital-heraldry-ontology-representation.ttl b/data/ontologies/digital-heraldry-ontology-representation.ttl
index a4f46d1..3c0d89a 100644
--- a/data/ontologies/digital-heraldry-ontology-representation.ttl
+++ b/data/ontologies/digital-heraldry-ontology-representation.ttl
@@ -310,6 +310,7 @@ dhor:hasItemID rdf:type owl:DatatypeProperty ;
 
 ###  http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmCode
 dhor:hasOMAArmCode rdf:type owl:DatatypeProperty ;
+                   rdfs:range rdfs:Literal ;
                    rdfs:comment "Legacy ArmCode from OMA"@en ;
                    rdfs:label "hasOMAArmCode"@en .
 
-- 
GitLab