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

Add basic properties for manuscript description

parent a9710dcf
No related merge requests found
......@@ -26,6 +26,31 @@
# Annotation properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasDescriptionURL
dhoo:hasDescriptionURL rdf:type owl:AnnotationProperty ;
rdfs:comment "Provisional property to link an historical object to a webpage with its scholarly description (e.g. the description of a manuscript)"@en ;
rdfs:label "hasDescriptoinURL"@en ;
rdfs:subPropertyOf rdfs:seeAlso .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasIIIFResource
dhoo:hasIIIFResource rdf:type owl:AnnotationProperty ;
rdfs:comment "Provisional property to connect entites to IIIF resources"@en ;
rdfs:label "hasIIIFResource"@en ;
rdfs:subPropertyOf rdfs:seeAlso ;
rdfs:range xsd:anyURI ;
rdfs:domain dhoo:Object .
### http://digitalheraldry.org/digital-heraldry-ontology/object#hasScanURL
dhoo:hasScanURL rdf:type owl:AnnotationProperty ;
rdfs:comment "Provisional property to connect historical objects to a digitized representation"@en ;
rdfs:label "hasScanURL"@en ;
rdfs:subPropertyOf rdfs:seeAlso ;
rdfs:range xsd:anyURI ;
rdfs:domain dhoo:Object .
### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .
......
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