From 14f699e31a7dd6fd2a804409e90837ac1074e2a2 Mon Sep 17 00:00:00 2001
From: Philipp Schneider <schneider.philipp@uni-muenster.de>
Date: Wed, 21 Dec 2022 11:58:49 +0100
Subject: [PATCH] Fixe cardinality error of property hasCharge

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

diff --git a/data/ontologies/digital-heraldry-ontology.ttl b/data/ontologies/digital-heraldry-ontology.ttl
index ffda7b4..8d9b59b 100644
--- a/data/ontologies/digital-heraldry-ontology.ttl
+++ b/data/ontologies/digital-heraldry-ontology.ttl
@@ -1572,32 +1572,32 @@ dhoh:Layer rdf:type owl:Class ;
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge1 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge2 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge3 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge4 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge5 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty dhoh:hasCharge6 ;
-                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
+                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onClass dhoh:Charge
                                ] ;
            rdfs:comment "A group of one or more Charges that form a strong visual relation between each other. A Layer may be connected to other Layers by using hasVisualRelation."@en ;
-- 
GitLab