Skip to content
Snippets Groups Projects
Commit 0178d4a5 authored by Philipp Schneider's avatar Philipp Schneider
Browse files

Add subclasses for CoAOrientation

parent b2c11c00
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,6 @@ schema:domainIncludes rdf:type owl:AnnotationProperty . ...@@ -58,7 +58,6 @@ schema:domainIncludes rdf:type owl:AnnotationProperty .
# Object Properties # Object Properties
################################################################# #################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/representation#coatOfArmsPresentedAs ### http://digitalheraldry.org/digital-heraldry-ontology/representation#coatOfArmsPresentedAs
dhor:coatOfArmsPresentedAs rdf:type owl:ObjectProperty ; dhor:coatOfArmsPresentedAs rdf:type owl:ObjectProperty ;
rdfs:domain dhor:CoADescriptionAct ; rdfs:domain dhor:CoADescriptionAct ;
...@@ -121,7 +120,6 @@ dhor:helmetPresent rdf:type owl:ObjectProperty ; ...@@ -121,7 +120,6 @@ dhor:helmetPresent rdf:type owl:ObjectProperty ;
rdfs:label "helmetPresent"@en . rdfs:label "helmetPresent"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#locatedOnFolio ### http://digitalheraldry.org/digital-heraldry-ontology/representation#locatedOnFolio
dhor:locatedOnFolio rdf:type owl:ObjectProperty ; dhor:locatedOnFolio rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhor:locatedOnObject ; rdfs:subPropertyOf dhor:locatedOnObject ;
...@@ -299,6 +297,18 @@ dhor:ModeOfCoatOfArmsRepresentation rdf:type owl:Class ; ...@@ -299,6 +297,18 @@ dhor:ModeOfCoatOfArmsRepresentation rdf:type owl:Class ;
rdfs:label "ModeOfCoatOfArmsRepresentation"@en . rdfs:label "ModeOfCoatOfArmsRepresentation"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#OnDexterSide
dhor:OnDexterSide rdf:type owl:Class ;
rdfs:subClassOf dhor:CoAOrientation ;
rdfs:label "OnDexterSide"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#OnSinisterSide
dhor:OnSinisterSide rdf:type owl:Class ;
rdfs:subClassOf dhor:CoAOrientation ;
rdfs:label "OnSinisterSide"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#Shield ### http://digitalheraldry.org/digital-heraldry-ontology/representation#Shield
dhor:Shield rdf:type owl:Class ; dhor:Shield rdf:type owl:Class ;
rdfs:subClassOf dhor:ModeOfCoatOfArmsRepresentation ; rdfs:subClassOf dhor:ModeOfCoatOfArmsRepresentation ;
...@@ -312,4 +322,22 @@ dhor:TextualTranskription rdf:type owl:Class ; ...@@ -312,4 +322,22 @@ dhor:TextualTranskription rdf:type owl:Class ;
rdfs:label "TextualTranskription"@en . rdfs:label "TextualTranskription"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#TiltedOrientation
dhor:TiltedOrientation rdf:type owl:Class ;
rdfs:subClassOf dhor:CoAOrientation ;
rdfs:label "TiltedOrientation"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#UprightOrientation
dhor:UprightOrientation rdf:type owl:Class ;
rdfs:subClassOf dhor:CoAOrientation ;
rdfs:label "UprightOrientation"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#UpsideDown
dhor:UpsideDown rdf:type owl:Class ;
rdfs:subClassOf dhor:CoAOrientation ;
rdfs:label "UpsideDown"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment