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

Add class ManuscriptFolio

parent c77c80d6
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
@prefix dhor: <http://digitalheraldry.org/digital-heraldry-ontology/representation#> . @prefix dhor: <http://digitalheraldry.org/digital-heraldry-ontology/representation#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> . @prefix vann: <http://purl.org/vocab/vann/> .
@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://digitalheraldry.org/digital-heraldry-ontology/object#> . @base <http://digitalheraldry.org/digital-heraldry-ontology/object#> .
...@@ -49,6 +50,10 @@ dcterms:title rdf:type owl:AnnotationProperty . ...@@ -49,6 +50,10 @@ dcterms:title rdf:type owl:AnnotationProperty .
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### https://schema.org/domainIncludes
schema:domainIncludes rdf:type owl:AnnotationProperty .
################################################################# #################################################################
# Object Properties # Object Properties
################################################################# #################################################################
...@@ -84,6 +89,28 @@ dhoo:hasLibraryPlace rdf:type owl:ObjectProperty . ...@@ -84,6 +89,28 @@ dhoo:hasLibraryPlace rdf:type owl:ObjectProperty .
dhoo:hasTitle rdf:type owl:ObjectProperty . dhoo:hasTitle rdf:type owl:ObjectProperty .
#################################################################
# Data properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/object#folioNumber
dhoo:folioNumber rdf:type owl:DatatypeProperty ;
owl:equivalentProperty dhor:folioNumber ;
rdfs:range rdfs:Literal ;
rdfs:comment "Indicates the number of the folio a coat of arms representation is located on. This is a shortcut for the property dhor:locatedOnFolio."@en ;
rdfs:label "folioNumber"@en ;
schema:domainIncludes dhoo:ManuscriptFolio .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#folioNumber
dhor:folioNumber rdf:type owl:DatatypeProperty ;
rdfs:range rdfs:Literal ;
rdfs:comment "Indicates the number of the folio a coat of arms representation is located on. This is a shortcut for the property dhor:locatedOnFolio."@en ;
rdfs:label "folioNumber"@en ;
owl:equivalentProperty dhoo:folioNumber ;
schema:domainIncludes dhor:CoatOfArmsRepresentation .
################################################################# #################################################################
# Classes # Classes
################################################################# #################################################################
...@@ -94,6 +121,17 @@ dhoo:Manuscript rdf:type owl:Class ; ...@@ -94,6 +121,17 @@ dhoo:Manuscript rdf:type owl:Class ;
rdfs:label "Manuscript"@en . rdfs:label "Manuscript"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/object#ManuscriptFolio
dhoo:ManuscriptFolio rdf:type owl:Class ;
rdfs:subClassOf dhoo:Object ;
rdfs:label "ManuscriptFolio"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/object#ManuscriptSegment
dhoo:ManuscriptSegment rdf:type owl:Class ;
rdfs:subClassOf dhoo:Object .
### http://digitalheraldry.org/digital-heraldry-ontology/object#Object ### http://digitalheraldry.org/digital-heraldry-ontology/object#Object
dhoo:Object rdf:type owl:Class ; dhoo:Object rdf:type owl:Class ;
rdfs:label "Object"@en . rdfs:label "Object"@en .
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
@prefix dhor: <http://digitalheraldry.org/digital-heraldry-ontology/representation#> . @prefix dhor: <http://digitalheraldry.org/digital-heraldry-ontology/representation#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> . @prefix vann: <http://purl.org/vocab/vann/> .
@prefix schema: <https://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://digitalheraldry.org/digital-heraldry-ontology/representation#> . @base <http://digitalheraldry.org/digital-heraldry-ontology/representation#> .
...@@ -56,6 +57,10 @@ dcterms:title rdf:type owl:AnnotationProperty . ...@@ -56,6 +57,10 @@ dcterms:title rdf:type owl:AnnotationProperty .
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty . vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### https://schema.org/domainIncludes
schema:domainIncludes rdf:type owl:AnnotationProperty .
################################################################# #################################################################
# Object Properties # Object Properties
################################################################# #################################################################
...@@ -89,16 +94,9 @@ dhor:digitallyShownBy rdf:type owl:ObjectProperty ; ...@@ -89,16 +94,9 @@ dhor:digitallyShownBy rdf:type owl:ObjectProperty ;
rdfs:label "digitallyShownBy"@en . rdfs:label "digitallyShownBy"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#folioNumber
dhor:folioNumber rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:domain dhor:CoatOfArmsRepresentation ;
rdfs:comment "Indicates the number of the folio a coat of arms representation is located on"@en ;
rdfs:label "folioNumber"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasBlazon ### http://digitalheraldry.org/digital-heraldry-ontology/representation#hasBlazon
dhor:hasBlazon rdf:type owl:ObjectProperty ; dhor:hasBlazon rdf:type owl:ObjectProperty ;
rdfs:domain dhor:CoADescriptionAct ;
rdfs:range dhoh:CoatOfArms ; rdfs:range dhoh:CoatOfArms ;
rdfs:comment "Links to a DescriptionAct to a description of a coat of arms"@en ; rdfs:comment "Links to a DescriptionAct to a description of a coat of arms"@en ;
rdfs:label "hasBlazon"@en . rdfs:label "hasBlazon"@en .
...@@ -183,6 +181,18 @@ dhor:textHasTranscription rdf:type owl:ObjectProperty ; ...@@ -183,6 +181,18 @@ dhor:textHasTranscription rdf:type owl:ObjectProperty ;
rdfs:label "textHasTranscription"@en . rdfs:label "textHasTranscription"@en .
#################################################################
# Data properties
#################################################################
### http://digitalheraldry.org/digital-heraldry-ontology/representation#folioNumber
dhor:folioNumber rdf:type owl:DatatypeProperty ;
rdfs:range rdfs:Literal ;
rdfs:comment "Indicates the number of the folio a coat of arms representation is located on. This is a shortcut for the property dhor:locatedOnFolio."@en ;
rdfs:label "folioNumber"@en ;
schema:domainIncludes dhor:CoatOfArmsRepresentation .
################################################################# #################################################################
# Classes # Classes
################################################################# #################################################################
...@@ -215,6 +225,12 @@ dhor:CoADescriptionAct rdf:type owl:Class ; ...@@ -215,6 +225,12 @@ dhor:CoADescriptionAct rdf:type owl:Class ;
rdfs:label "CoADescriptionAct"@en . rdfs:label "CoADescriptionAct"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#CoAOrientation
dhor:CoAOrientation rdf:type owl:Class ;
rdfs:isDefinedBy "Orientation of a coat of arms that is represented visually"@en ;
rdfs:label "CoAOrientation"@en .
### http://digitalheraldry.org/digital-heraldry-ontology/representation#CoatOfArmsRepresentation ### http://digitalheraldry.org/digital-heraldry-ontology/representation#CoatOfArmsRepresentation
dhor:CoatOfArmsRepresentation rdf:type owl:Class ; dhor:CoatOfArmsRepresentation rdf:type owl:Class ;
rdfs:comment "Representation of a single coat of arms at a particular place in a particular source."@en ; rdfs:comment "Representation of a single coat of arms at a particular place in a particular source."@en ;
......
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