From d14744cc8fdf6ae0d3e9a21924ec3c4cf7e8676c Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Mon, 8 Aug 2022 16:39:55 +0200
Subject: [PATCH] Rename properties for better consistency

---
 .../digital-heraldry-ontology-entities.ttl    | 23 ++++++++++---------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/data/ontologies/digital-heraldry-ontology-entities.ttl b/data/ontologies/digital-heraldry-ontology-entities.ttl
index 646a979..09e0b24 100644
--- a/data/ontologies/digital-heraldry-ontology-entities.ttl
+++ b/data/ontologies/digital-heraldry-ontology-entities.ttl
@@ -59,17 +59,18 @@ dhoe:attributesCoATo rdf:type owl:ObjectProperty ;
                      rdfs:label "attributesCoATo"@en .
 
 
-###  http://digitalheraldry.org/digital-heraldry-ontology/entities#hasPrimaryAttribution
-dhoe:hasPrimaryAttribution rdf:type owl:ObjectProperty ;
-                           rdfs:subPropertyOf dhoe:attributesCoATo ;
-                           rdfs:range dhoe:IdentifiedEntity .
-
-
-###  http://digitalheraldry.org/digital-heraldry-ontology/entities#isIdentifiedBy
-dhoe:isIdentifiedBy rdf:type owl:ObjectProperty ;
-                    rdfs:domain dhor:CoatOfArmsRepresentation ;
-                    rdfs:range dhoe:CoAIdentificationAct ;
-                    rdfs:label "isIdentifiedBy"@en .
+###  http://digitalheraldry.org/digital-heraldry-ontology/entities#hasIdentificationAct
+dhoe:hasIdentificationAct rdf:type owl:ObjectProperty ;
+                          rdfs:domain dhor:CoatOfArmsRepresentation ;
+                          rdfs:range dhoe:CoAIdentificationAct ;
+                          rdfs:label "hasIdentificationAct"@en .
+
+
+###  http://digitalheraldry.org/digital-heraldry-ontology/entities#hasPrimaryIdentification
+dhoe:hasPrimaryIdentification rdf:type owl:ObjectProperty ;
+                              rdfs:subPropertyOf dhoe:attributesCoATo ;
+                              rdfs:range dhoe:IdentifiedEntity ;
+                              rdfs:label "hasPrimaryIdentification"@en .
 
 
 #################################################################
-- 
GitLab