From 153e69dcd25a0e252191696061025659a865c273 Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Thu, 8 Jun 2023 15:35:49 +0200
Subject: [PATCH] Add distinction between hasTopologicalRelation and
 hasSpatialRelation

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

diff --git a/data/ontologies/digital-heraldry-ontology-heraldry.ttl b/data/ontologies/digital-heraldry-ontology-heraldry.ttl
index 432958a..a38eee1 100644
--- a/data/ontologies/digital-heraldry-ontology-heraldry.ttl
+++ b/data/ontologies/digital-heraldry-ontology-heraldry.ttl
@@ -146,12 +146,6 @@ dhoh:eachTippedWith rdf:type owl:ObjectProperty ;
                     rdfs:label "eachTippedWith" .
 
 
-###  http://digitalheraldry.org/digital-heraldry-ontology/heraldry#enhanced
-dhoh:enhanced rdf:type owl:ObjectProperty ;
-              rdfs:subPropertyOf dhoh:hasSpatialRelation ;
-              rdfs:label "enhanced" .
-
-
 ###  http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasBeliefValue
 dhoh:hasBeliefValue rdf:type owl:ObjectProperty ;
                     rdfs:comment "DOCUMENTATION TO BE ADDED"@en ;
@@ -1185,6 +1179,12 @@ dhoh:Engrailed rdf:type owl:Class ;
                rdfs:label "Engrailed" .
 
 
+###  http://digitalheraldry.org/digital-heraldry-ontology/heraldry#Enhanced
+dhoh:Enhanced rdf:type owl:Class ;
+              rdfs:subClassOf dhoh:Direction ;
+              rdfs:label "Enhanced"@en .
+
+
 ###  http://digitalheraldry.org/digital-heraldry-ontology/heraldry#Erect
 dhoh:Erect rdf:type owl:Class ;
            rdfs:subClassOf dhoh:Modifier ;
-- 
GitLab