From 0cd116551696dafa4b0fcb14058cb2e113be63e1 Mon Sep 17 00:00:00 2001 From: Philipp Schneider <schneider.philipp@uni-muenster.de> Date: Tue, 11 Apr 2023 13:30:16 +0200 Subject: [PATCH] Change some annotation properties to datatype properties --- ...gital-heraldry-ontology-representation.ttl | 65 ++++++++++--------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/data/ontologies/digital-heraldry-ontology-representation.ttl b/data/ontologies/digital-heraldry-ontology-representation.ttl index 55c4a8c..c5debc5 100644 --- a/data/ontologies/digital-heraldry-ontology-representation.ttl +++ b/data/ontologies/digital-heraldry-ontology-representation.ttl @@ -25,14 +25,6 @@ # Annotation properties ################################################################# -### http://digitalheraldry.org/digital-heraldry-ontology/representation#textHasPrimaryTranscription -dhor:textHasPrimaryTranscription rdf:type owl:DatatypeProperty ; - rdfs:comment "Primary Transcription of the text associated with a coat of arms"@en ; - rdfs:label "textHasPrimaryTranscription"@en ; - rdfs:range rdfs:Literal ; - rdfs:domain dhor:TextualTranskription . - - ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty . @@ -88,12 +80,6 @@ dhor:depictedOn rdf:type owl:ObjectProperty ; rdfs:label "depictedOn"@en . -### http://digitalheraldry.org/digital-heraldry-ontology/representation#digitallyShownBy -dhor:digitallyShownBy rdf:type owl:ObjectProperty ; - rdfs:comment "Link to an external resource that represents something as image or text."@en ; - rdfs:label "digitallyShownBy"@en . - - ### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasBlazon dhor:hasBlazon rdf:type owl:ObjectProperty ; rdfs:domain dhor:CoADescriptionAct ; @@ -110,23 +96,6 @@ dhor:hasDescriptionAct rdf:type owl:ObjectProperty ; rdfs:label "hasDescriptionAct"@en . -### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasItemID -dhor:hasItemID rdf:type owl:ObjectProperty ; - rdfs:comment "Legacy ItemID from OMA"@en ; - rdfs:label "hasItemID"@en . - - -### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmItemID -dhor:hasOMAArmItemID rdf:type owl:ObjectProperty ; - rdfs:domain dhor:CoatOfArmsRepresentation . - - -### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMABranchID -dhor:hasOMABranchID rdf:type owl:ObjectProperty ; - rdfs:domain dhor:CoatOfArmsRepresentation ; - rdfs:label "hasOMAid"@en . - - ### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasPrimaryBlazon dhor:hasPrimaryBlazon rdf:type owl:ObjectProperty ; rdfs:subPropertyOf dhor:hasBlazon ; @@ -172,6 +141,12 @@ dhor:partOfObject rdf:type owl:ObjectProperty ; rdfs:label "partOfObject"@en . +### http://digitalheraldry.org/digital-heraldry-ontology/representation#representedByDigitalImage +dhor:representedByDigitalImage rdf:type owl:ObjectProperty ; + rdfs:comment "Link to an external resource that represents something as image or text."@en ; + rdfs:label "digitallyShownBy"@en . + + ### http://digitalheraldry.org/digital-heraldry-ontology/representation#textHasTranscription dhor:textHasTranscription rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; @@ -193,6 +168,34 @@ dhor:folioNumber rdf:type owl:DatatypeProperty ; schema:domainIncludes dhor:CoatOfArmsRepresentation . +### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasItemID +dhor:hasItemID rdf:type owl:DatatypeProperty ; + rdfs:range rdfs:Literal ; + rdfs:comment "Legacy ItemID from OMA"@en ; + rdfs:label "hasItemID"@en . + + +### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMAArmItemID +dhor:hasOMAArmItemID rdf:type owl:DatatypeProperty ; + rdfs:domain dhor:CoatOfArmsRepresentation ; + rdfs:range rdfs:Literal . + + +### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasOMABranchID +dhor:hasOMABranchID rdf:type owl:DatatypeProperty ; + rdfs:domain dhoh:CoatOfArms ; + rdfs:range rdfs:Literal ; + rdfs:label "hasOMAid"@en . + + +### http://digitalheraldry.org/digital-heraldry-ontology/representation#textHasPrimaryTranscription +dhor:textHasPrimaryTranscription rdf:type owl:DatatypeProperty ; + rdfs:domain dhor:TextualTranskription ; + rdfs:range rdfs:Literal ; + rdfs:comment "Primary Transcription of the text associated with a coat of arms"@en ; + rdfs:label "textHasPrimaryTranscription"@en . + + ################################################################# # Classes ################################################################# -- GitLab