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

Add basic metadata properties

parent f1505ea7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,11 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
# Object Properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/objects#datedInCentury
dhoo:datedInCentury rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoo:hasDate .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasDate
dhoo:hasDate rdf:type owl:ObjectProperty ;
rdfs:domain dhoo:Object .
......@@ -68,6 +73,14 @@ dhoo:hasLatestDate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoo:hasDate .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasLibraryPlace
dhoo:hasLibraryPlace rdf:type owl:ObjectProperty .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasTitle
dhoo:hasTitle rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
......
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