Skip to content

Commit

Permalink
Set acdh:hasPid cardinality to 0-1
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
zozlak committed Feb 17, 2025
1 parent a65685d commit 904eefe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion acdh-schema.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3123,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 @@ -3775,5 +3781,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.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->

0 comments on commit 904eefe

Please sign in to comment.