Skip to content

Commit

Permalink
Add restriction on hasTotalItem for JOPA compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aloccid-iata committed Mar 7, 2024
1 parent 92cedb6 commit fc85279
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion working_draft/API/ONE-Record-API-Ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
For a detailed Changelog, see CHANGELOG.md in API directory in GitHub"""@en ;
rdfs:isDefinedBy "https://www.iata.org/one-record/"^^xsd:anyURI ;
rdfs:label "ONE Record API Ontology"@en ;
owl:versionInfo "2.0.0-dev" .
owl:versionInfo "2.0.1-dev" .

#################################################################
# Annotation properties
Expand Down Expand Up @@ -740,6 +740,10 @@ owl:minQualifiedCardinality rdf:type owl:AnnotationProperty .
owl:onProperty :hasItem ;
owl:someValuesFrom owl:Thing
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasTotalItems ;
owl:allValuesFrom xsd:nonNegativeInteger
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasTotalItems ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
Expand Down

0 comments on commit fc85279

Please sign in to comment.