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

Add basic properties for dating

parent 263f5ab6
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,25 @@ dcterms:title rdf:type owl:AnnotationProperty .
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasDate
dhoo:hasDate rdf:type owl:ObjectProperty ;
rdfs:domain dhoo:Object .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasEarliestDate
dhoo:hasEarliestDate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoo:hasDate .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#hasLatestDate
dhoo:hasLatestDate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf dhoo:hasDate .
#################################################################
# 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