Skip to content

Commit

Permalink
arche-schema.owl: fix acdh:hasPixelWidth and acdh:hasPixelHeight card…
Browse files Browse the repository at this point in the history
…inality restrictions
  • Loading branch information
zozlak committed Apr 22, 2024
1 parent ad21848 commit 9ab02d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions acdh-schema.owl
Original file line number Diff line number Diff line change
Expand Up @@ -2866,18 +2866,6 @@ 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#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#hasRawBinarySize"/>
Expand Down Expand Up @@ -3596,6 +3584,18 @@ Note that though a Project might (and usually will) use or produce data, it is N
<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:comment xml:lang="en">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">Basiseinheit im Schema mit Ist-Daten / Inhalts-Nutzlast; vergleichbar (und meist gleichwertig) mit Dateien in einem Dateisystem.</rdfs:comment>
<rdfs:label xml:lang="en">Resource</rdfs:label>
Expand Down

0 comments on commit 9ab02d4

Please sign in to comment.