From 3b1eacd1d5bb0e471ce5323c19ac9148123e7b47 Mon Sep 17 00:00:00 2001 From: Philipp Schneider <schneider.philipp@uni-muenster.de> Date: Fri, 25 Nov 2022 18:07:30 +0100 Subject: [PATCH] Refine dhoe --- .../digital-heraldry-ontology-entities.ttl | 62 +++---------------- 1 file changed, 10 insertions(+), 52 deletions(-) diff --git a/data/ontologies/digital-heraldry-ontology-entities.ttl b/data/ontologies/digital-heraldry-ontology-entities.ttl index c3d330c..fa15fc2 100644 --- a/data/ontologies/digital-heraldry-ontology-entities.ttl +++ b/data/ontologies/digital-heraldry-ontology-entities.ttl @@ -25,6 +25,14 @@ # Annotation properties ################################################################# +### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasAnnotatorComment +dhoe:hasAnnotatorComment rdf:type owl:AnnotationProperty ; + rdfs:comment "Comment in natural language, done by the human annotator responsable for the respective identification."@en ; + rdfs:label "hasAnnotatorComment"@en ; + rdfs:range rdfs:Literal ; + rdfs:domain dhor:DescriptionAct . + + ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty . @@ -55,33 +63,14 @@ vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://digitalheraldry.org/digital-heraldry-ontology/entities#attributesCoATo dhoe:attributesCoATo rdf:type owl:ObjectProperty ; + rdfs:domain dhor:DescriptionAct ; rdfs:range dhoe:IdentifiedEntity ; rdfs:label "attributesCoATo"@en . -### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasAnnotatorComment -dhoe:hasAnnotatorComment rdf:type owl:ObjectProperty ; - rdfs:domain dhoe:CoAIdentificationAct ; - rdfs:comment "Comment in natural language, done by the human annotator responsable for the respective identification."@en ; - rdfs:label "hasAnnotatorComment"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasAppellation -dhoe:hasAppellation rdf:type owl:ObjectProperty ; - rdfs:domain dhoe:IdentifiedEntity ; - rdfs:label "hasAppellation"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasIdentificationAct -dhoe:hasIdentificationAct rdf:type owl:ObjectProperty ; - rdfs:domain dhor:CoatOfArmsRepresentation ; - rdfs:range dhoe:CoAIdentificationAct ; - rdfs:label "hasIdentificationAct"@en . - - ### http://digitalheraldry.org/digital-heraldry-ontology/entities#hasPrimaryIdentification dhoe:hasPrimaryIdentification rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf dhoe:attributesCoATo ; + rdfs:domain dhor:CoatOfArmsRepresentation ; rdfs:range dhoe:IdentifiedEntity ; rdfs:label "hasPrimaryIdentification"@en . @@ -90,42 +79,11 @@ dhoe:hasPrimaryIdentification rdf:type owl:ObjectProperty ; # Classes ################################################################# -### http://digitalheraldry.org/digital-heraldry-ontology/entities#AbstractConcept -dhoe:AbstractConcept rdf:type owl:Class ; - rdfs:subClassOf dhoe:IdentifiedEntity ; - rdfs:label "AbstractConcept"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/entities#CoAIdentificationAct -dhoe:CoAIdentificationAct rdf:type owl:Class ; - rdfs:subClassOf dhor:DescriptionAct ; - rdfs:comment "Act of identifying a coat of arms in a concrete source context. This means, a CoAIdentificationAct entity links an entity (dhoe:IdentifiedEntity) that can be represented by a coat of arms to a textual or visual occurrance of a coat of arms at a particular place in a particular (historical) source (dhor:CoatOfArmsRepresentation)."@en ; - rdfs:label "CoAIdentificationAct"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/entities#Group -dhoe:Group rdf:type owl:Class ; - rdfs:subClassOf dhoe:IdentifiedEntity ; - rdfs:label "Group"@en . - - ### http://digitalheraldry.org/digital-heraldry-ontology/entities#IdentifiedEntity dhoe:IdentifiedEntity rdf:type owl:Class ; rdfs:label "IdentifiedEntity"@en . -### http://digitalheraldry.org/digital-heraldry-ontology/entities#IndividualActor -dhoe:IndividualActor rdf:type owl:Class ; - rdfs:subClassOf dhoe:IdentifiedEntity ; - rdfs:label "IndividualActor"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/entities#Place -dhoe:Place rdf:type owl:Class ; - rdfs:subClassOf dhoe:IdentifiedEntity ; - rdfs:label "Place"@en . - - ### http://digitalheraldry.org/digital-heraldry-ontology/heraldry#CoatOfArms dhoh:CoatOfArms rdf:type owl:Class ; rdfs:comment "DOCUMENTATION TO BE ADDED"@en ; -- GitLab