Skip to content

Commit a6f8880

Browse files
committed
fix issue #355
1 parent c6fa456 commit a6f8880

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

2025-07-standard/API-Security/ONE-Record-API-Ontology.ttl

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,11 @@ owl:minQualifiedCardinality rdf:type owl:AnnotationProperty .
889889
:SUBSCRIPTION_REQUEST_PENDING
890890
:SUBSCRIPTION_REQUEST_REJECTED
891891
:SUBSCRIPTION_REQUEST_REVOKED
892+
:VERIFICATION_REQUEST_ACKNOWLEDGED
893+
:VERIFICATION_REQUEST_FAILED
894+
:VERIFICATION_REQUEST_PENDING
895+
:VERIFICATION_REQUEST_REJECTED
896+
:VERIFICATION_REQUEST_REVOKED
892897
)
893898
] ;
894899
rdfs:label "Notification Event Type"@en .
@@ -1280,7 +1285,7 @@ cargo:Organization rdf:type owl:Class .
12801285
### https://onerecord.iata.org/ns/api#CHANGE_REQUEST_REJECTED
12811286
:CHANGE_REQUEST_REJECTED rdf:type owl:NamedIndividual ,
12821287
:NotificationEventType ;
1283-
rdfs:label "CHANGE_REQUEST_PENDING" .
1288+
rdfs:label "CHANGE_REQUEST_REJECTED" .
12841289

12851290

12861291
### https://onerecord.iata.org/ns/api#CHANGE_REQUEST_REVOKED
@@ -1463,10 +1468,10 @@ cargo:Organization rdf:type owl:Class .
14631468
rdfs:label "VERIFICATION_REQUEST_REVOKED"@en .
14641469

14651470

1466-
[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
1471+
[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
14671472
] .
14681473

1469-
[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
1474+
[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
14701475
] .
14711476

14721477
[ owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
3+
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""/>
4+
</catalog>

0 commit comments

Comments
 (0)