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

Minor bug fixes

parent 791a0872
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ dhoh:chargedWithCoatOfArms rdf:type owl:ObjectProperty ; ...@@ -128,7 +128,7 @@ dhoh:chargedWithCoatOfArms rdf:type owl:ObjectProperty ;
dhoh:hasCoatOfArms ; dhoh:hasCoatOfArms ;
rdfs:range dhoh:CoatOfArms ; rdfs:range dhoh:CoatOfArms ;
rdfs:comment "If a layer, a field, or a charge includes another coat of arms (that is not presented as an escutcheon) this property may be used to link to another heraldic description."@en ; rdfs:comment "If a layer, a field, or a charge includes another coat of arms (that is not presented as an escutcheon) this property may be used to link to another heraldic description."@en ;
rdfs:isDefinedBy "chargedWithCoatOfArms"@en ; rdfs:label "chargedWithCoatOfArms"@en ;
schema:domainIncludes dhoh:Charge , schema:domainIncludes dhoh:Charge ,
dhoh:Field , dhoh:Field ,
dhoh:Layer . dhoh:Layer .
...@@ -217,7 +217,9 @@ dhoh:hasDirection rdf:type owl:ObjectProperty ; ...@@ -217,7 +217,9 @@ dhoh:hasDirection rdf:type owl:ObjectProperty ;
### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasEscutcheon ### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasEscutcheon
dhoh:hasEscutcheon rdf:type owl:ObjectProperty ; dhoh:hasEscutcheon rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoh:hasCoatOfArms . rdfs:subPropertyOf dhoh:hasCoatOfArms ;
rdfs:domain dhoh:Field ;
rdfs:label "hasEscutcheon"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasField ### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasField
...@@ -285,7 +287,8 @@ dhoh:hasLineModifier rdf:type owl:ObjectProperty ; ...@@ -285,7 +287,8 @@ dhoh:hasLineModifier rdf:type owl:ObjectProperty ;
dhoh:hasMarshalledPart rdf:type owl:ObjectProperty ; dhoh:hasMarshalledPart rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoh:hasCoatOfArms ; rdfs:subPropertyOf dhoh:hasCoatOfArms ;
rdfs:domain dhoh:Field ; rdfs:domain dhoh:Field ;
rdfs:range dhoh:CoatOfArms . rdfs:range dhoh:CoatOfArms ;
rdfs:label "hasMarshalledPart"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasMarshalledPart1 ### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasMarshalledPart1
...@@ -425,7 +428,7 @@ dhoh:hasBlazonTerm rdf:type owl:DatatypeProperty ; ...@@ -425,7 +428,7 @@ dhoh:hasBlazonTerm rdf:type owl:DatatypeProperty ;
rdfs:domain dhoh:BlazonTermDefinition ; rdfs:domain dhoh:BlazonTermDefinition ;
rdfs:range rdfs:Literal ; rdfs:range rdfs:Literal ;
rdfs:comment "DOCUMENTATION TO BE ADDED"@en ; rdfs:comment "DOCUMENTATION TO BE ADDED"@en ;
rdfs:label "fromReference"@en . rdfs:label "hasBlazonTerm"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasChargeNumber ### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#hasChargeNumber
......
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