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

Create initial version of objects ontology

parent b5d1bec0
No related branches found
No related tags found
No related merge requests found
@prefix : <http://digitalheraldry.org/digital-heraldry-ontology/objects#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dhoh: <http://digitalheraldry.org/digital-heraldry-ontology/heraldry#> .
@prefix dhoo: <http://digitalheraldry.org/digital-heraldry-ontology/objects#> .
@prefix dhor: <http://digitalheraldry.org/digital-heraldry-ontology/representation#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://digitalheraldry.org/digital-heraldry-ontology/objects#> .
<http://digitalheraldry.org/digital-heraldry-ontology/objects#> rdf:type owl:Ontology ;
owl:versionIRI <http://digitalheraldry.org/digital-heraldry-ontology/objects/0.1.0> ;
dcterms:creator "Philipp Schneider" ,
"Torsten Hiltmann" ;
dcterms:description "The Digital Heraldry Object Ontology is used to describe objects and their metadata that display coats of arms. It is used together with the Digital Heraldry Ontology to describe coats of arms and the Digital Heraldry Representation Ontology to link these descriptions to particular places on objects."@en ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher "https://www.geschichte.hu-berlin.de/de/bereiche-und-lehrstuehle/digital-history" ;
dcterms:title "Digital Heraldry Objects Ontology" ;
vann:preferredNamespacePrefix "dhoo" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/objects#Manuscript
dhoo:Manuscript rdf:type owl:Class ;
rdfs:subClassOf dhoo:Object ;
rdfs:label "Manuscript"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/objects#Object
dhoo:Object rdf:type owl:Class ;
rdfs:label "Object"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
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