Skip to content

Commit

Permalink
Merge pull request #38 from acdh-oeaw/ontology_v-5.2.0
Browse files Browse the repository at this point in the history
Added new Class OldResource and new property wasPartOf
  • Loading branch information
zozlak authored Feb 19, 2025
2 parents 5003dbd + 378e5eb commit 6cf686b
Showing 1 changed file with 109 additions and 2 deletions.
111 changes: 109 additions & 2 deletions acdh-schema.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,26 @@ Handles belong into hasPid and all other identifiers without URL or URI, like lo



<!-- https://vocabs.acdh.oeaw.ac.at/schema#wasPartOf -->

<owl:ObjectProperty rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#wasPartOf">
<rdfs:subPropertyOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#relation"/>
<rdfs:domain rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#OldResource"/>
<rdfs:range rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#Collection"/>
<rdfs:comment xml:lang="de">Gibt an, dass ein Objekt (A) Teil einer aggregierten Sammlung (B) war, z.B. Elemente einer Sammlung oder ein Ort der Teil eines anderen Ortes ist, jedoch durch eine neuere Version ersetzt wurde.</rdfs:comment>
<rdfs:comment xml:lang="en">Indicates an object (A) was part of an aggregate collection (B), e.g. items of a Collection or a Place within another Place, but is now superseded by another version.</rdfs:comment>
<rdfs:label xml:lang="en">was part of</rdfs:label>
<skos:altLabel xml:lang="de">War Teil von</skos:altLabel>
<skos:altLabel xml:lang="en">Was part of</skos:altLabel>
<acdh:exampleValue xml:lang="de">Titel der Sammlung</acdh:exampleValue>
<acdh:exampleValue xml:lang="en">Title of Collection</acdh:exampleValue>
<acdh:inverse xml:lang="en">had part</acdh:inverse>
<acdh:ordering rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">154</acdh:ordering>
<acdh:recommendedClass rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#Metadata"/>
</owl:ObjectProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -2084,7 +2104,7 @@ Alle anderen Identifikatoren, wie lokal zugewiesene Projekt- oder Inventarnummer

<owl:DatatypeProperty rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#hasPixelHeight">
<rdfs:subPropertyOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#technical"/>
<rdfs:domain rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#Resource"/>
<rdfs:domain rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:comment xml:lang="en">Pixel height of a digital image stored in the ARCHE repository. Can be applied also to other digital objects which dimensions can be measured in pixels. Its primary aim is to allow IIIF Presentation Manifest generation. It is generated automatically by the ARCHE repository backend.</rdfs:comment>
<rdfs:label xml:lang="en">has pixel height</rdfs:label>
Expand All @@ -2098,7 +2118,7 @@ Alle anderen Identifikatoren, wie lokal zugewiesene Projekt- oder Inventarnummer

<owl:DatatypeProperty rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#hasPixelWidth">
<rdfs:subPropertyOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#technical"/>
<rdfs:domain rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#Resource"/>
<rdfs:domain rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:comment xml:lang="en">Pixel width of a digital image stored in the ARCHE repository. Can be applied also to other digital objects which dimensions can be measured in pixels. Its primary aim is to allow IIIF Presentation Manifest generation. It is generated automatically by the ARCHE repository backend.</rdfs:comment>
<rdfs:label xml:lang="en">has pixel width</rdfs:label>
Expand Down Expand Up @@ -3103,6 +3123,12 @@ Die verschiedenen Rollen, die ein Agent in Bezug auf ein Projekt, eine Sammlung,
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasPid"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>


Expand Down Expand Up @@ -3205,6 +3231,78 @@ Das Standardbeispiel ist eine CMDI-Datei, die andere Ressourcen beschreibt.</rdf



<!-- https://vocabs.acdh.oeaw.ac.at/schema#OldResource -->

<owl:Class rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#OldResource">
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#BinaryContent"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#CollectionOrResource"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#CollectionOrResourceOrPublication"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ContainerOrResource"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ReMe"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#wasPartOf"/>
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasVersion"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasCharacterEncoding"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasCustomCitation"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasEditorialPractice"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasExtent"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasPixelHeight"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasPixelWidth"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#hasTableOfContents"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Older version of a basic entity in the schema containing actual data / content payload; comparable (and mostly equivalent) to files in a file system.</rdfs:comment>
<rdfs:comment xml:lang="de">Ältere Version einer Basiseinheit im Schema mit Ist-Daten / Inhalts-Nutzlast; vergleichbar (und meist gleichwertig) mit Dateien in einem Dateisystem.</rdfs:comment>
<rdfs:label xml:lang="en">Old Resource</rdfs:label>
<skos:altLabel xml:lang="de">Alte Ressource</skos:altLabel>
<skos:altLabel xml:lang="en">Old Resource</skos:altLabel>
</owl:Class>



<!-- https://vocabs.acdh.oeaw.ac.at/schema#Organisation -->

<owl:Class rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#Organisation">
Expand Down Expand Up @@ -3554,6 +3652,7 @@ Note that though a Project might (and usually will) use or produce data, it is N
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#CollectionOrResourceOrPublication"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ContainerOrResource"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ReMe"/>
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#isPartOf"/>
Expand Down Expand Up @@ -3617,6 +3716,14 @@ Note that though a Project might (and usually will) use or produce data, it is N



<!-- https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource -->

<owl:Class rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#ResourceOrOldResource">
<rdfs:subClassOf rdf:resource="https://vocabs.acdh.oeaw.ac.at/schema#ReMe"/>
</owl:Class>



<!-- https://vocabs.acdh.oeaw.ac.at/schema#Technical -->

<owl:Class rdf:about="https://vocabs.acdh.oeaw.ac.at/schema#Technical">
Expand Down

0 comments on commit 6cf686b

Please sign in to comment.