From ed41971b51d3ce605c155888f38c9e3972563d80 Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Wed, 10 Aug 2022 14:36:34 +0200
Subject: [PATCH] Rename hasOMAid to hasOMABranchID and hasOMAArmItemID

---
 .../digital-heraldry-ontology-representation.ttl    | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/data/ontologies/digital-heraldry-ontology-representation.ttl b/data/ontologies/digital-heraldry-ontology-representation.ttl
index 6a5a84c..5aa890b 100644
--- a/data/ontologies/digital-heraldry-ontology-representation.ttl
+++ b/data/ontologies/digital-heraldry-ontology-representation.ttl
@@ -110,10 +110,15 @@ dhor:hasItemID rdf:type owl:ObjectProperty ;
                rdfs:label "hasItemID"@en .
 
 
-###  http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAid
-dhor:hasOMAid rdf:type owl:ObjectProperty ;
-              rdfs:domain dhor:CoatOfArmsRepresentation ;
-              rdfs:label "hasOMAid"@en .
+###  http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmItemID
+dhor:hasOMAArmItemID rdf:type owl:ObjectProperty ;
+                     rdfs:domain dhor:CoatOfArmsRepresentation .
+
+
+###  http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMABranchID
+dhor:hasOMABranchID rdf:type owl:ObjectProperty ;
+                    rdfs:domain dhor:CoatOfArmsRepresentation ;
+                    rdfs:label "hasOMAid"@en .
 
 
 ###  http://digitalheraldry.org/digital-heraldry-ontology/representation#hasPrimaryBlazon
-- 
GitLab