Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new Class OldResource and new property wasPartOf #38

Merged
merged 5 commits into from
Feb 19, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 104 additions & 3 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#CollectionOrPlaceOrPublication"/>
<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 @@ -3205,6 +3225,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 +3646,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 +3710,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 Expand Up @@ -3674,5 +3775,5 @@ Note that though a Project might (and usually will) use or produce data, it is N



<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->

Loading