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

Add property for OMA legacy id

parent c2d73d30
No related branches found
No related tags found
No related merge requests found
......@@ -200,8 +200,8 @@ dhor:locatedOnObject rdf:type owl:ObjectProperty ;
rdfs:range dhoo:Object ;
rdfs:comment "Indicates the object, on which an iconographic representation is depicted"@en ;
rdfs:label "depictedOn"@en ;
schema:domainIncludes dhor:PaintedArea ,
dhor:CoatOfArmsRepresentation .
schema:domainIncludes dhor:CoatOfArmsRepresentation ,
dhor:PaintedArea .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#mantlingPresent
......@@ -308,6 +308,12 @@ dhor:hasItemID rdf:type owl:DatatypeProperty ;
rdfs:label "hasItemID"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmCode
dhor:hasOMAArmCode rdf:type owl:DatatypeProperty ;
rdfs:comment "Legacy ArmCode from OMA"@en ;
rdfs:label "hasOMAArmCode"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmItemID
dhor:hasOMAArmItemID rdf:type owl:DatatypeProperty ;
rdfs:domain dhor:CoatOfArmsRepresentation ;
......
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