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

Add properties to add crude metadata on manuscripts

parent c1f4a0c0
No related branches found
No related tags found
No related merge requests found
...@@ -251,8 +251,43 @@ dhoo:folioNumber rdf:type owl:DatatypeProperty ; ...@@ -251,8 +251,43 @@ dhoo:folioNumber rdf:type owl:DatatypeProperty ;
dhor:CoatOfArmsRepresentation . dhor:CoatOfArmsRepresentation .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasIDhs
dhoo:hasIDhs rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal ;
rdfs:comment "Legacy ID of a manuscript in the filemaker database from Coats of Arms in Practice Phase 1"@en ;
rdfs:label "hasIDhs"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasLibraryCollection
dhoo:hasLibraryCollection rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasLibraryInstitution
dhoo:hasLibraryInstitution rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasLibrarySignature
dhoo:hasLibrarySignature rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasOMAarmCode
dhoo:hasOMAarmCode rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal ;
rdfs:comment "Stores legacy manuscript identifier from OMA database"@en ;
rdfs:label "hasOMAarmCode"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#folioNumber ### http://digitalheraldry.org/digital-heraldry-ontology/representation#folioNumber
dhor:folioNumber rdf:type owl:DatatypeProperty ; dhor:folioNumber rdf:type owl:DatatypeProperty ;
rdfs:domain dhoo:Manuscript ;
rdfs:range rdfs:Literal ; rdfs:range rdfs:Literal ;
rdfs:comment "Indicates the number of the folio a coat of arms representation is located on. This is a shortcut for the property dhor:locatedOnFolio."@en ; rdfs:comment "Indicates the number of the folio a coat of arms representation is located on. This is a shortcut for the property dhor:locatedOnFolio."@en ;
rdfs:label "folioNumber"@en ; rdfs:label "folioNumber"@en ;
......
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