From 3116ca0a6e98d6fd784f9e687b2aec1b828f00f6 Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Mon, 8 Aug 2022 16:43:34 +0200
Subject: [PATCH] Add property for concordance to OMA id of representation

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

diff --git a/data/ontologies/digital-heraldry-ontology-representation.ttl b/data/ontologies/digital-heraldry-ontology-representation.ttl
index 87f5aee..6a5a84c 100644
--- a/data/ontologies/digital-heraldry-ontology-representation.ttl
+++ b/data/ontologies/digital-heraldry-ontology-representation.ttl
@@ -110,6 +110,12 @@ 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#hasPrimaryBlazon
 dhor:hasPrimaryBlazon rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf dhor:hasBlazon ;
-- 
GitLab