diff --git a/data/ontologies/digital-heraldry-ontology-representation.ttl b/data/ontologies/digital-heraldry-ontology-representation.ttl index 55c4a8c81564a95cd87ae39d8be840dee49474aa..c5debc556ea3a50e1fc154c203b364fd6bc88025 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 #################################################################