@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix codes: . @prefix terms: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; dc:description "The ONE Record vocabulary, described using W3C RDF Schema and the Web Ontology Language."@en ; dc:title "ONE Record Ontology"@en ; terms:abstract "The ontology of the ONE Record standard is the core data model underlying the Linked Data solution drafted by the ONE Record standard: https://github.com/IATA-Cargo/ONE-Record. ONE Record is a standard for data sharing and creates a single record view of the shipment. This standard defines a common data model for the data that is shared via standardized and secured web API."@en ; terms:modified "24-06-2025" ; terms:title "ONE Record Ontology"@en ; rdfs:comment """Details available on GitHub https://github.com/IATA-Cargo/ONE-Record Version 3.2 Additions: - Added cityName to Address (#287) - Added open AccountType code list (with FF, CONSIGNEE, CONSIGNOR as NamedIndividuals) (#277) - Added AccountNumber object (#277) - Added textualValue to AccountNumber (#277) - Added new accountNumberType property (#277) - Added new accountNumbers property to Party (#277) - Added HandlingService object (#271) - Added new serviceProvider property to HandlingService (#271) - Added new serviceRequestor property to HandlingService (#271) - Added new serviceForWaybills property to HandlingService (#271) - Added new handlingServiceFor property to HandlingService (#271) - Added involvedParties to LogisticsEvent (#301) - Added property ociLineNumber (#296) - Added ociLineNumber to CustomsInformation (#296) - Added property declarationPlace (#316) - Added property declarationDate (#316) - Added declarationPlace to DgDeclaration (#316) - Added declarationDate to DgDeclaration (#316) - Added shippingRefNo to DgDeclaration (#316) - Added departureLocation to DgDeclaration (#316) - Added arrivalLocation to DgDeclaration (#316) - Added carrier to Booking (#302) - Added carrierProduct to Booking (#302) - Added transportLegs to Booking (#302) - Added stationRemarks to Booking (#302) - Added bookingTimes to Booking (#302) - Added additionalInformation to Booking (#302) - Added bookingShipmentDetails to Booking (#302) - Added shippingInfo to Booking (#319) - Added shippingRefNo to Booking (#319) - Added departureLocation to Booking (#319) - Added arrivalLocation to Booking (#319) - Added chargeableWeight to BookingShipment (#319) - Added totalGrossWeight to BookingShipment (#319) - Added totalDimensions to BookingShipment (#319) - Added customsInformation to BookingShipment (#319) - Added totalVolume to PieceGroup (#319) - Added operatingTransportMeans to TransportLeg (#319) - Added rateGrossWeight property (#303) - Added rateVolume property (#303) - Added rateSlac property (#303) - Added lineItemPackages property (#303) - Added packageGrossWeight property (#303) - Added packageVolume property (#303) - Added packageSlac property (#303) - Added LineItemPackage object (#303) - Added rateGrossWeight to WaybillLineItem (#303) - Added rateVolume to WaybillLineItem (#303) - Added rateSlac to WaybillLineItem (#303) - Added lineItemPackages to WaybillLineItem (#303) - Added packageGrossWeight to LineItemPackage (#303) - Added packageVolume to LineItemPackage (#303) - Added packageSlac to LineItemPackage (#303) - Added bookingSegment property (#321) - Added spaceAllocationCode property (#321) - Added allotmentCode property (#321) - Added BookingSegment object (#321) - Added bookingSegments to Booking (#321) - Added spaceAllocationCode to BookingSegment (#321) - Added allotmentCode to BookingSegment (#321) - Added pieceGroups to BookingSegment (#321) - Added transportLegs to BookingSegment (#321) Removals: - Removed pieceReferences from WaybillLineItem (#303) Changes: Visualization : Bugfixes :"""@en ; rdfs:isDefinedBy "https://www.iata.org/one-record/"^^xsd:anyURI ; rdfs:label "ONE Record Ontology"@en ; owl:versionInfo "3.2-rc2"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title dc:title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/abstract terms:abstract rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified terms:modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title terms:title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#comment owl:comment rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#maxCardinality owl:maxCardinality rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#minCardinality owl:minCardinality rdf:type owl:AnnotationProperty . ### https://onerecord.iata.org/ns/cargo#vis_element :vis_element rdf:type owl:AnnotationProperty ; rdfs:comment "Annotation for ontology visualizer. Indicates what part of the ontology the class is a part of (air core ontology, distribution, ...) to colorize accordingly."@en ; rdfs:label "vis_element"@en ; rdfs:range xsd:string . ### https://onerecord.iata.org/ns/cargo#vis_hidden :vis_hidden rdf:type owl:AnnotationProperty ; rdfs:comment "Annotation for ontology visualizer. Indicates that the link should be invisible in the ontology viewer."@en ; rdfs:label "vis_invisible"@en ; rdfs:range xsd:boolean . ### https://onerecord.iata.org/ns/cargo#vis_inverseProperty :vis_inverseProperty rdf:type owl:AnnotationProperty ; rdfs:comment "Annotation for ontology visualizer. Indicates what is shown as inverse property (edge) in the visualizer."@en ; rdfs:label "vis_inverseProperty"@en ; rdfs:range owl:topObjectProperty . ### https://onerecord.iata.org/ns/cargo#vis_level :vis_level rdf:type owl:AnnotationProperty ; rdfs:comment "Annotation for ontology visualizer. Indicates levels of importance to allow for different views."@en ; rdfs:label "vis_level"@en ; rdfs:range xsd:nonNegativeInteger . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#duration xsd:duration rdf:type rdfs:Datatype . ### http://www.w3.org/2002/07/owl#thing owl:thing rdf:type rdfs:Datatype . ################################################################# # Object Properties ################################################################# ### https://onerecord.iata.org/ns/cargo#accountNumberType :accountNumberType rdf:type owl:ObjectProperty ; rdfs:range :AccountType ; rdfs:comment "Type of the account of the account number" ; rdfs:label "accountNumberType" . ### https://onerecord.iata.org/ns/cargo#accountNumbers :accountNumbers rdf:type owl:ObjectProperty ; rdfs:range :AccountNumber ; rdfs:comment "Information about account numbers" ; rdfs:label "accountNumbers" . ### https://onerecord.iata.org/ns/cargo#accountingNotes :accountingNotes rdf:type owl:ObjectProperty ; rdfs:range :AccountingNote ; rdfs:comment "Information about accounting notes (AWB box 10)" ; rdfs:label "accountingNotes"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#actionTimeType :actionTimeType rdf:type owl:ObjectProperty ; rdfs:range :ActionTimeType ; rdfs:comment "Enum stating the type of the Action"@en ; rdfs:label "actionTimeType"@en ; owl:comment "Domain :BookingShipment"@en , "Domain :LogisticsAction"@en . ### https://onerecord.iata.org/ns/cargo#activity :activity rdf:type owl:ObjectProperty ; rdfs:range :LogisticsActivity ; rdfs:comment "Reference to the Activity that is performed as part of a Service"@en ; rdfs:label "activity"@en ; owl:comment "Domain :ActivitySequence"@en . ### https://onerecord.iata.org/ns/cargo#activitySequences :activitySequences rdf:type owl:ObjectProperty ; rdfs:range :ActivitySequence ; rdfs:comment "Information about the Activities that are part of the Service and their sequence"@en ; rdfs:label "activitySequences"@en ; owl:comment "Domain :LogisticsService"@en . ### https://onerecord.iata.org/ns/cargo#address :address rdf:type owl:ObjectProperty ; rdfs:range :Address ; rdfs:comment "Address details"@en ; rdfs:label "address"@en ; owl:comment "Domain :Location"@en . ### https://onerecord.iata.org/ns/cargo#addressCode :addressCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Address identifier using special coding systems e.g. US CBP FIRMS code"@en ; rdfs:label "addressCode"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#adjustments :adjustments rdf:type owl:ObjectProperty ; rdfs:range :Adjustments ; rdfs:comment "Information about Adjustments performed on the BillingDetails"@en ; rdfs:label "adjustments"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#aircraftPossibilityCode :aircraftPossibilityCode rdf:type owl:ObjectProperty ; rdfs:range codes:AircraftPossibilityCode ; rdfs:comment "Type of aircraft to be used if any specific requirements (e.g. Pure freighter, etc.)"@en ; rdfs:label "aircraftPossibilityCode"@en ; owl:comment "Domain :BookingPreferences"@en . ### https://onerecord.iata.org/ns/cargo#answer :answer rdf:type owl:ObjectProperty ; rdfs:range :Answer ; rdfs:comment "Reference to the Answer to the Question"@en ; rdfs:label "answer"@en ; owl:comment "Domain :Question"@en ; :vis_inverseProperty :question . ### https://onerecord.iata.org/ns/cargo#answerActor :answerActor rdf:type owl:ObjectProperty ; rdfs:range :Actor ; rdfs:comment "Reference to the Actor giving the Answer"@en ; rdfs:label "answerActor"@en ; owl:comment "Domain :Answer"@en . ### https://onerecord.iata.org/ns/cargo#answerValue :answerValue rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about an answer Value of any kind of the Answer"@en ; rdfs:label "answerValue"@en ; owl:comment "Domain :Answer"@en . ### https://onerecord.iata.org/ns/cargo#appliedOnPieces :appliedOnPieces rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "Piece on which the Packaging type is applicable"@en ; rdfs:label "appliedOnPieces"@en ; owl:comment "Domain :PackagingType"@en ; :vis_inverseProperty :packagingType . ### https://onerecord.iata.org/ns/cargo#arrivalLocation :arrivalLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the arrival Location"@en ; rdfs:label "arrivalLocation"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#associatedEpermit :associatedEpermit rdf:type owl:ObjectProperty ; rdfs:range :EpermitConsignment ; rdfs:comment "Reference to the permits associated with the Live Animals"@en ; rdfs:label "associatedEpermit"@en ; owl:comment "Domain :PieceLiveAnimals"@en ; :vis_inverseProperty :consignmentItems . ### https://onerecord.iata.org/ns/cargo#associatedOrganization :associatedOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Reference to the Organization the Actor is associated with"@en ; rdfs:label "associatedOrganization"@en ; owl:comment "Domain :Actor"@en ; :vis_inverseProperty :contactPersons . ### https://onerecord.iata.org/ns/cargo#attachedIotDevices :attachedIotDevices rdf:type owl:ObjectProperty ; rdfs:range :IotDevice ; rdfs:comment "References to all connected IotDevices"@en ; rdfs:label "attachedIotDevices"@en ; owl:comment "Domain :PhysicalLogisticsObject"@en ; :vis_inverseProperty :attachedToObject . ### https://onerecord.iata.org/ns/cargo#attachedToObject :attachedToObject rdf:type owl:ObjectProperty ; rdfs:range :PhysicalLogisticsObject ; rdfs:comment "Reference to the PhysicalLogisticsObject the IotDevice is attached to"@en ; rdfs:label "attachedToObject"@en ; owl:comment "Domain :IotDevice"@en ; :vis_inverseProperty :attachedIotDevices . ### https://onerecord.iata.org/ns/cargo#awbUseIndicator :awbUseIndicator rdf:type owl:ObjectProperty ; rdfs:range codes:AWBUseIndicator ; rdfs:comment "It must either contain the values of R for Revenue AWB, V for Void AWB or S for Service AWB."@en ; rdfs:label "awbUseIndicator"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#basedAtLocation :basedAtLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the Location where the Organization is based at or headquartered"@en ; rdfs:label "basedAtLocation"@en ; owl:comment "Domain :Organization"@en . ### https://onerecord.iata.org/ns/cargo#billingChargeIdentifier :billingChargeIdentifier rdf:type owl:ObjectProperty ; rdfs:range codes:ChargeIdentifier ; rdfs:comment "Billing charge identifiers to be used for CASS. Refer to CargoXML Code List 1.33"@en ; rdfs:label "billingChargeIdentifier"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#billingDetails :billingDetails rdf:type owl:ObjectProperty ; rdfs:range :BillingDetails ; rdfs:comment "Reference to the BillingDetails of the Waybill"@en ; rdfs:label "billingDetails"@en ; owl:comment "Domain :Waybill"@en ; :vis_inverseProperty :detailedWaybill . ### https://onerecord.iata.org/ns/cargo#booking :booking rdf:type owl:ObjectProperty ; rdfs:range :Booking ; rdfs:comment "Reference to the Booking"@en ; rdfs:label "booking"@en ; owl:comment "Domain :BookingRequest"@en ; :vis_inverseProperty :bookingRequest . ### https://onerecord.iata.org/ns/cargo#bookingOptions :bookingOptions rdf:type owl:ObjectProperty ; rdfs:range :BookingOption ; rdfs:comment "Reference to all Booking Options"@en ; rdfs:label "bookingOptions"@en ; owl:comment "Domain :BookingOptionRequest"@en ; :vis_inverseProperty :forBookingOptionRequest . ### https://onerecord.iata.org/ns/cargo#bookingPreference :bookingPreference rdf:type owl:ObjectProperty ; rdfs:range :BookingPreferences ; rdfs:comment "Reference to the Booking preferences"@en ; rdfs:label "bookingPreference"@en ; owl:comment "Domain :BookingOptionRequest"@en . ### https://onerecord.iata.org/ns/cargo#bookingRequest :bookingRequest rdf:type owl:ObjectProperty ; rdfs:range :BookingRequest ; rdfs:comment "Reference to the Booking Request"@en ; rdfs:label "bookingRequest"@en ; owl:comment "Domain :Booking"@en ; :vis_inverseProperty :booking . ### https://onerecord.iata.org/ns/cargo#bookingSegments :bookingSegments rdf:type owl:ObjectProperty ; rdfs:range :BookingSegment ; rdfs:comment "Information about booking segments - physics allocated to a specific transport leg"@en ; rdfs:label "bookingSegments"@en . ### https://onerecord.iata.org/ns/cargo#bookingShipmentDetails :bookingShipmentDetails rdf:type owl:ObjectProperty ; rdfs:range :BookingShipment ; rdfs:comment "Reference to the BookingShipment if required"@en ; rdfs:label "bookingShipmentDetails"@en ; owl:comment "Domain :BookingOptionRequest"@en ; :vis_inverseProperty :forBookingOptionRequest . ### https://onerecord.iata.org/ns/cargo#bookingStatus :bookingStatus rdf:type owl:ObjectProperty ; rdfs:range :BookingStatus ; rdfs:comment "Status of the Booking"@en ; rdfs:label "bookingStatus"@en ; owl:comment "Domain :Booking"@en . ### https://onerecord.iata.org/ns/cargo#bookingTimes :bookingTimes rdf:type owl:ObjectProperty ; rdfs:range :BookingTimes ; rdfs:comment "Information about the Booking Times of a provided Booking Option"@en ; rdfs:label "bookingTimes"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#bookingToUpdate :bookingToUpdate rdf:type owl:ObjectProperty ; rdfs:range :Booking ; rdfs:comment "Reference to the Booking to update"@en ; rdfs:label "bookingToUpdate"@en ; owl:comment "Domain :BookingOptionRequest"@en ; :vis_inverseProperty :updateBookingOptionRequests . ### https://onerecord.iata.org/ns/cargo#calculatedEmissions :calculatedEmissions rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "CO2 emissions calculated"@en ; rdfs:label "calculatedEmissions"@en ; owl:comment "Domain :CO2Emissions"@en . ### https://onerecord.iata.org/ns/cargo#calculationFor :calculationFor rdf:type owl:ObjectProperty ; rdfs:range :LogisticsObject ; rdfs:comment "Reference to the TransportMovement or TransportLegs the CO2Emissions have been calculated for"@en ; rdfs:label "calculationFor"@en ; owl:comment "Domain :CO2Emissions"@en ; :vis_inverseProperty :co2Emissions . ### https://onerecord.iata.org/ns/cargo#carrier :carrier rdf:type owl:ObjectProperty ; rdfs:range :Carrier ; rdfs:comment "Reference to the operating carrier"@en ; rdfs:label "carrier"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#carrierChargeCode :carrierChargeCode rdf:type owl:ObjectProperty ; rdfs:range codes:ChargeCode ; rdfs:comment "One letter charge code as per bullet point 12 - data element 13 from AWB"@en ; rdfs:label "carrierChargeCode"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#carrierDeclarationPlace :carrierDeclarationPlace rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Location of individual or company involved in the movement of a consignment or Coded representation of a specific airport/city code"@en ; rdfs:label "carrierDeclarationPlace"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#carrierProduct :carrierProduct rdf:type owl:ObjectProperty ; rdfs:range :CarrierProduct ; rdfs:comment "Reference to the Carrier product if known"@en ; rdfs:label "carrierProduct"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#certifiedByActor :certifiedByActor rdf:type owl:ObjectProperty ; rdfs:range :Person ; rdfs:comment "Reference to the Actor certifying the result of the Check if required"@en ; rdfs:label "certifiedByActor"@en ; owl:comment "Domain :CheckTotalResult"@en . ### https://onerecord.iata.org/ns/cargo#chargeCode :chargeCode rdf:type owl:ObjectProperty ; rdfs:range codes:ChargeCode ; rdfs:comment "Charge code, refer to CargoXML Code List 1.1"@en ; rdfs:label "chargeCode"@en ; owl:comment "Domain :Price"@en . ### https://onerecord.iata.org/ns/cargo#chargePaymentType :chargePaymentType rdf:type owl:ObjectProperty ; rdfs:range codes:PrepaidCollectIndicator ; rdfs:comment "Indicates if charge is prepaid or collect (P, C)"@en ; rdfs:label "chargePaymentType"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#chargeType :chargeType rdf:type owl:ObjectProperty ; rdfs:range codes:ChargeIdentifier ; rdfs:comment "Charge type related to amount total as per bullet points 2/21 - data elements 24A - 3B from AWB"@en ; rdfs:label "chargeType"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#chargeableWeight :chargeableWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Chargeable weight"@en ; rdfs:label "chargeableWeight"@en ; owl:comment "Domain :VolumetricWeight"@en . ### https://onerecord.iata.org/ns/cargo#chargeableWeightForRate :chargeableWeightForRate rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Chargeable weight for which the rate description details apply"@en ; rdfs:label "chargeableWeightForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#checkActions :checkActions rdf:type owl:ObjectProperty ; rdfs:range :Check ; rdfs:comment "References to CheckActions performed for the Activity"@en ; rdfs:label "checkActions"@en ; owl:comment "Domain :LogisticsActivity"@en ; :vis_inverseProperty :servedActivity . ### https://onerecord.iata.org/ns/cargo#checkTemplate :checkTemplate rdf:type owl:ObjectProperty ; rdfs:range :CheckTemplate ; rdfs:comment "Reference to the CheckTemplate the Question is from"@en ; rdfs:label "checkTemplate"@en ; owl:comment "Domain :Question"@en ; :vis_inverseProperty :questions . ### https://onerecord.iata.org/ns/cargo#checkTotalResult :checkTotalResult rdf:type owl:ObjectProperty ; rdfs:range :CheckTotalResult ; rdfs:comment "Reference to the result of the Check"@en ; rdfs:label "checkTotalResult"@en ; owl:comment "Domain :Check"@en ; :vis_inverseProperty :resultOfCheck . ### https://onerecord.iata.org/ns/cargo#checkedObject :checkedObject rdf:type owl:ObjectProperty ; rdfs:range :LogisticsObject ; rdfs:comment "Reference to the checked Object"@en ; rdfs:label "checkedObject"@en ; owl:comment "Domain :Check"@en ; :vis_inverseProperty :checks . ### https://onerecord.iata.org/ns/cargo#checker :checker rdf:type owl:ObjectProperty ; rdfs:range :Actor ; rdfs:comment "Reference to the Actor performing the Check"@en ; rdfs:label "checker"@en ; owl:comment "Domain :Check"@en . ### https://onerecord.iata.org/ns/cargo#checks :checks rdf:type owl:ObjectProperty ; rdfs:range :Check ; rdfs:comment "References to the CheckActions performed on the object"@en ; rdfs:label "checks"@en ; owl:comment "Domain :LogisticsObject"@en ; :vis_inverseProperty :checkedObject . ### https://onerecord.iata.org/ns/cargo#cityCode :cityCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "UN/LOCODE city code (5 letter) or IATA city code (3 letter)"@en ; rdfs:label "cityCode"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#co2Emissions :co2Emissions rdf:type owl:ObjectProperty ; rdfs:range :CO2Emissions ; rdfs:comment "References to CO2Emissions"@en ; rdfs:label "co2Emissions"@en ; owl:comment "Domain :LogisticsObject"@en ; :vis_inverseProperty :calculationFor . ### https://onerecord.iata.org/ns/cargo#composedMaterials :composedMaterials rdf:type owl:ObjectProperty ; rdfs:range :LoadingMaterial ; rdfs:comment "References to the Materials being built-up or broken-down"@en ; rdfs:label "composedMaterials"@en ; owl:comment "Domain :Composing"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#composedPieces :composedPieces rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "References to the Pieces being built-up or broken-down"@en ; rdfs:label "composedPieces"@en ; owl:comment "Domain :Composing"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#compositionActions :compositionActions rdf:type owl:ObjectProperty ; rdfs:range :Composing ; rdfs:comment "References to all CompositionActions performed for the UnitComposition"@en ; rdfs:label "compositionActions"@en ; owl:comment "Domain :UnitComposition"@en ; :vis_inverseProperty :servedActivity . ### https://onerecord.iata.org/ns/cargo#compositionType :compositionType rdf:type owl:ObjectProperty ; rdfs:range :CompositionType ; rdfs:comment "Enum stating whether the CompositionAction describes build-up or break-down"@en ; rdfs:label "compositionType"@en ; owl:comment "Domain :Composing"@en . ### https://onerecord.iata.org/ns/cargo#connectedSensors :connectedSensors rdf:type owl:ObjectProperty ; rdfs:range :Sensor ; rdfs:comment "Reference to the sensors linked to the device"@en ; rdfs:label "connectedSensors"@en ; owl:comment "Domain :IotDevice"@en ; :vis_inverseProperty :partOfIotDevice . ### https://onerecord.iata.org/ns/cargo#consignee :consignee rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Reference to the Organization that fulfills the role of the consignee, for a LiveAnimalsEpermit it has to include complete name and address (box 3)"@en ; rdfs:label "consignee"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#consignmentItems :consignmentItems rdf:type owl:ObjectProperty ; rdfs:range :PieceLiveAnimals ; rdfs:comment "Reference to te pieces (Live Animals) of the permit"@en ; rdfs:label "consignmentItems"@en ; owl:comment "Domain :EpermitConsignment"@en ; :vis_inverseProperty :associatedEpermit . ### https://onerecord.iata.org/ns/cargo#consignments :consignments rdf:type owl:ObjectProperty ; rdfs:range :EpermitConsignment ; rdfs:comment "Reference to the pieces and properties linked to the Permit (box 7 to 12)"@en ; rdfs:label "consignments"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en ; :vis_inverseProperty :epermit . ### https://onerecord.iata.org/ns/cargo#contactDetailType :contactDetailType rdf:type owl:ObjectProperty ; rdfs:range :ContactDetailType ; rdfs:comment "Type of the contact details, e.g. Phone number, Mail address"@en ; rdfs:label "contactDetailType"@en ; owl:comment "Domain :ContactDetail"@en . ### https://onerecord.iata.org/ns/cargo#contactDetails :contactDetails rdf:type owl:ObjectProperty ; rdfs:range :ContactDetail ; rdfs:comment "Information about contactDetails"@en ; rdfs:label "contactDetails"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#contactPersons :contactPersons rdf:type owl:ObjectProperty ; rdfs:range :Actor ; rdfs:comment "References to Actors (Person, NonHumanActor) acting as contacts"@en ; rdfs:label "contactPersons"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :associatedOrganization . ### https://onerecord.iata.org/ns/cargo#contactRole :contactRole rdf:type owl:ObjectProperty ; rdfs:range :ContactRole ; rdfs:comment "Contact type - e.g. Emergency contact, Customs contact, Customer contact"@en ; rdfs:label "contactRole"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#containedItems :containedItems rdf:type owl:ObjectProperty ; rdfs:range :Item ; rdfs:comment "Reference to the item(s) contained in the piece"@en ; rdfs:label "containedItems"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :inPiece . ### https://onerecord.iata.org/ns/cargo#containedPieces :containedPieces rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "Details of contained piece(s)"@en ; rdfs:label "containedPieces"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :inPiece . ### https://onerecord.iata.org/ns/cargo#contentCode :contentCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Customs, Security and Regulatory Control Information Identifier. Coded indicator qualifying Customs related information: Item Number \"I\", Exemption Legend \"L\", System Downtime Reference \"S\", Unique Consignment Reference Number \"U\", Movement Reference Number \"M\" . Refers to Code List 1.1. Condition: At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed"@en ; rdfs:label "contentCode"@en ; owl:comment "Domain :CustomsInformation"@en . ### https://onerecord.iata.org/ns/cargo#contentOfDgProductRadioactive :contentOfDgProductRadioactive rdf:type owl:ObjectProperty ; rdfs:range :DgProductRadioactive ; rdfs:comment "Reference to the DgProductRadioactive this Isotope is contained in"@en ; rdfs:label "contentOfDgProductRadioactive"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en ; :vis_inverseProperty :isotopes . ### https://onerecord.iata.org/ns/cargo#contentProductionCountry :contentProductionCountry rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Goods production country, mandatory when there are no Items. Refer ISO 3166-2"@en ; rdfs:label "contentProductionCountry"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#contentProducts :contentProducts rdf:type owl:ObjectProperty ; rdfs:range :Product ; rdfs:comment "Reference to the Products describing the content of the Piece, mandatory if no data on Item level is used"@en ; rdfs:label "contentProducts"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :describedObjects . ### https://onerecord.iata.org/ns/cargo#country :country rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Country details. Refer ISO 3166-2"@en ; rdfs:label "country"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#coveringOrganization :coveringOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Party covering the insurance "@en ; rdfs:label "coveringOrganization"@en ; owl:comment "Domain :Insurance"@en . ### https://onerecord.iata.org/ns/cargo#createdAtLocation :createdAtLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Location of the document, e.g. location where the document was emitted"@en ; rdfs:label "createdAtLocation"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#currency :currency rdf:type owl:ObjectProperty ; rdfs:range codes:CurrencyCode ; rdfs:comment "Preferred unit for currency"@en ; rdfs:label "currency"@en ; owl:comment "Domain :UnitsPreference"@en . ### https://onerecord.iata.org/ns/cargo#currencyUnit :currencyUnit rdf:type owl:ObjectProperty ; rdfs:range codes:CurrencyCode ; rdfs:comment "Information about the currency used in a CurrencyValue. Create an instance of CurrencyCode based on ISO 4217"@en ; rdfs:label "currencyUnit"@en ; owl:comment "Domain :CurrencyValue"@en . ### https://onerecord.iata.org/ns/cargo#customsInformation :customsInformation rdf:type owl:ObjectProperty ; rdfs:range :CustomsInformation ; rdfs:comment "Customs details"@en ; rdfs:label "customsInformation"@en ; owl:comment "Domain :LogisticsObject"@en ; :vis_inverseProperty :issuedForPiece , :issuedForShipment . ### https://onerecord.iata.org/ns/cargo#customsOriginCode :customsOriginCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Code indicating the origin of goods for Customs purposes (e.g. For goods in free circulation in the EU) List to be provided by local authorities"@en ; rdfs:label "customsOriginCode"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#declarationPlace :declarationPlace rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the Location the DgDeclaration was declared at"@en ; rdfs:label "declarationPlace"@en . ### https://onerecord.iata.org/ns/cargo#declaredValueForCarriage :declaredValueForCarriage rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "The value of a shipment declared for carriage purposes"@en ; rdfs:label "declaredValueForCarriage"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#declaredValueForCustoms :declaredValueForCustoms rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "The value of a shipment declared for customs purposes"@en ; rdfs:label "declaredValueForCustoms"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#demurrageCode :demurrageCode rdf:type owl:ObjectProperty ; rdfs:range codes:DemurrageCode ; rdfs:comment "Contains three designator of demurrage code, refer to RP 1654 (BCC, HHH, XXX, ZZZ)"@en ; rdfs:label "demurrageCode"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#densityGroupCode :densityGroupCode rdf:type owl:ObjectProperty ; rdfs:range codes:DensityGroupCode ; rdfs:comment "Density Group Code as defined in cXML code list 2"@en ; rdfs:label "densityGroupCode"@en . ### https://onerecord.iata.org/ns/cargo#departureLocation :departureLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the departure Location"@en ; rdfs:label "departureLocation"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#describedObjects :describedObjects rdf:type owl:ObjectProperty ; rdfs:range :PhysicalLogisticsObject ; rdfs:comment "Reference to the Items or Pieces in which the product can be found."@en ; rdfs:label "describedObjects"@en ; owl:comment "Domain :Product"@en ; :vis_inverseProperty :contentProducts , :ofProduct . ### https://onerecord.iata.org/ns/cargo#destinationCharges :destinationCharges rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Charges levied at destination accruing to the last carrier, in destination currency"@en ; rdfs:label "destinationCharges"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#detailedWaybill :detailedWaybill rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Reference to the Waybill"@en ; rdfs:label "detailedWaybill"@en ; owl:comment "Domain :BillingDetails"@en ; :vis_inverseProperty :billingDetails . ### https://onerecord.iata.org/ns/cargo#dgDeclaration :dgDeclaration rdf:type owl:ObjectProperty ; rdfs:range :DgDeclaration ; rdfs:comment "Reference to the Dangerous Goods declaration"@en ; rdfs:label "dgDeclaration"@en ; owl:comment "Domain :PieceDg"@en ; :vis_inverseProperty :issuedForPiece . ### https://onerecord.iata.org/ns/cargo#dgRaTypeCode :dgRaTypeCode rdf:type owl:ObjectProperty ; rdfs:range codes:RaTypeCode ; rdfs:comment "The category of the package or all packed in one. Complete text to be transmitted: I-White, II-Yellow, III-Yellow instead of I, II, III"@en ; rdfs:label "dgRaTypeCode"@en ; owl:comment "Domain :DgProductRadioactive"@en . ### https://onerecord.iata.org/ns/cargo#dgRadioactiveMaterial :dgRadioactiveMaterial rdf:type owl:ObjectProperty ; rdfs:range :DgProductRadioactive ; rdfs:comment "Dg Radioactive Material"@en ; rdfs:label "dgRadioactiveMaterial"@en ; owl:comment "Domain :ProductDg"@en ; :vis_inverseProperty :forProductDg . ### https://onerecord.iata.org/ns/cargo#dimensions :dimensions rdf:type owl:ObjectProperty ; rdfs:range :Dimensions ; rdfs:comment "Dimensions details"@en ; rdfs:label "dimensions"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#dimensionsForRate :dimensionsForRate rdf:type owl:ObjectProperty ; rdfs:range :Dimensions ; rdfs:comment "Information about the Dimensions used for the rate described by the Line Item"@en ; rdfs:label "dimensionsForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#dimensionsUnit :dimensionsUnit rdf:type owl:ObjectProperty ; rdfs:range codes:DimensionsUnitCode ; rdfs:comment "Preferred unit for measurement and dimensions"@en ; rdfs:label "dimensionsUnit"@en ; owl:comment "Domain :UnitsPreference"@en . ### https://onerecord.iata.org/ns/cargo#direction :direction rdf:type owl:ObjectProperty ; rdfs:range :DirectionType ; rdfs:comment "Direction to indicate if it's Inbound or Outbound"@en ; rdfs:label "direction"@en ; owl:comment "Domain :MovementTime"@en . ### https://onerecord.iata.org/ns/cargo#distanceCalculated :distanceCalculated rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the calculated distance"@en ; rdfs:label "distanceCalculated"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#distanceMeasured :distanceMeasured rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the measured distance"@en ; rdfs:label "distanceMeasured"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#documents :documents rdf:type owl:ObjectProperty ; rdfs:range :ExternalReference ; rdfs:comment "Linked documents to the person, e.g. driver's license, ID, etc."@en ; rdfs:label "documents"@en ; owl:comment "Domain :Person"@en ; :vis_inverseProperty :referenceForObjects . ### https://onerecord.iata.org/ns/cargo#dryIceWeight :dryIceWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Weight of dry ice"@en ; rdfs:label "dryIceWeight"@en ; owl:comment "Domain :PieceGroup"@en . ### https://onerecord.iata.org/ns/cargo#elevation :elevation rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Elevation from sea level - Change of data type to Value as of ontology v1.1"@en ; rdfs:label "elevation"@en ; owl:comment "Domain :Geolocation"@en . ### https://onerecord.iata.org/ns/cargo#emergencyContact :emergencyContact rdf:type owl:ObjectProperty ; rdfs:range :Person ; rdfs:comment "Contains the Emergency contact name (e.g. the name of the agency) and phone number (min required)"@en ; rdfs:label "emergencyContact"@en ; owl:comment "Domain :ItemDg"@en . ### https://onerecord.iata.org/ns/cargo#entitlement :entitlement rdf:type owl:ObjectProperty ; rdfs:range codes:EntitlementCode ; rdfs:comment "Entitlement code to define if charges are Due carrier (C) or Due agent (A). Refer to CXML Code List 1.3"@en ; rdfs:label "entitlement"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#epermit :epermit rdf:type owl:ObjectProperty ; rdfs:range :LiveAnimalsEpermit ; rdfs:comment "Reference to the Epermit of the consignment"@en ; rdfs:label "epermit"@en ; owl:comment "Domain :EpermitConsignment"@en ; :vis_inverseProperty :consignments . ### https://onerecord.iata.org/ns/cargo#eventCode :eventCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Movement or milestone code. Can hold a named individual of the StatusCode core code list (corresponding to cXML code list 1.18), but can also be referring to different code lists."@en ; rdfs:label "eventCode"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#eventFor :eventFor rdf:type owl:ObjectProperty ; rdfs:range :LogisticsObject ; rdfs:comment "Refers to the URI of the linked object(s)" ; rdfs:label "eventFor"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#eventLocation :eventLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Location of event"@en ; rdfs:label "eventLocation"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#eventTimeType :eventTimeType rdf:type owl:ObjectProperty ; rdfs:range :EventTimeType ; rdfs:comment "Indicates type of event e.g. Scheduled, Estimated, Actual"@en ; rdfs:label "eventTimeType"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#events :events rdf:type owl:ObjectProperty ; rdfs:range :LogisticsEvent ; rdfs:comment "Events object"@en ; rdfs:label "events"@en ; owl:comment "Domain :LogisticsObject"@en . ### https://onerecord.iata.org/ns/cargo#examiningQuantity :examiningQuantity rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Quantity measured by the examining authority (box 14)"@en ; rdfs:label "examiningQuantity"@en ; owl:comment "Domain :EpermitConsignment"@en . ### https://onerecord.iata.org/ns/cargo#excludedViaPoints :excludedViaPoints rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Locations of excluded Via Points"@en ; rdfs:label "excludedViaPoints"@en ; owl:comment "Domain :BookingPreferences"@en . ### https://onerecord.iata.org/ns/cargo#executionStatus :executionStatus rdf:type owl:ObjectProperty ; rdfs:range :ExecutionStatus ; rdfs:comment "Enum stating the status of the Activity"@en ; rdfs:label "executionStatus"@en ; owl:comment "Domain :LogisticsActivity"@en . ### https://onerecord.iata.org/ns/cargo#expectedCommodity :expectedCommodity rdf:type owl:ObjectProperty ; rdfs:range codes:CommodityCode ; rdfs:comment "Expected commodity of the shipment as per Commodity Code list. Either this or expected HS code required"@en ; rdfs:label "expectedCommodity"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#expectedHScode :expectedHScode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Expected commodity of the shipment as per HS code (at least 6 digits). Either this or expectedCommodityCode required"@en ; rdfs:label "expectedHScode"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#explosiveCompatibilityGroupCode :explosiveCompatibilityGroupCode rdf:type owl:ObjectProperty ; rdfs:range codes:ExplosiveCompatibilityGroupCode ; rdfs:comment "Specifies the reference to the group which identifies the kind of substances and articles that are deemed to be compatible. Mandatory field in case of transport of explosive articles or substances"@en ; rdfs:label "explosiveCompatibilityGroupCode"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#exportTradeCountry :exportTradeCountry rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Country of last re-export (box 12a). Refer ISO 3166-2"@en ; rdfs:label "exportTradeCountry"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#externalReferences :externalReferences rdf:type owl:ObjectProperty ; rdfs:range :ExternalReference ; rdfs:comment "References to all associated ExternalReferences"@en ; rdfs:label "externalReferences"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :referenceForObjects . ### https://onerecord.iata.org/ns/cargo#forBookingOption :forBookingOption rdf:type owl:ObjectProperty ; rdfs:range :BookingOption ; rdfs:comment "Reference to the BookingOption the LogisticsObject is detailing"@en ; rdfs:label "forBookingOption"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :forBookingRequest , :price . ### https://onerecord.iata.org/ns/cargo#forBookingOptionRequest :forBookingOptionRequest rdf:type owl:ObjectProperty ; rdfs:range :BookingOptionRequest ; rdfs:comment "Reference to the BookingOptionRequest the information of the LogisticsObject is detailing"@en ; rdfs:label "forBookingOptionRequest"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :bookingOptions , :bookingShipmentDetails . ### https://onerecord.iata.org/ns/cargo#forBookingRequest :forBookingRequest rdf:type owl:ObjectProperty ; rdfs:range :BookingRequest ; rdfs:comment "Reference to the Booking Request the of the Booking Option"@en ; rdfs:label "forBookingRequest"@en ; owl:comment "Domain :BookingOption"@en ; :vis_inverseProperty :forBookingOption . ### https://onerecord.iata.org/ns/cargo#forEpermit :forEpermit rdf:type owl:ObjectProperty ; rdfs:range :LiveAnimalsEpermit ; rdfs:comment "Reference to the LiveAnimalsEpermit this Signature applies to"@en ; rdfs:label "forEpermit"@en ; owl:comment "Domain :EpermitSignature"@en ; :vis_inverseProperty :signatures . ### https://onerecord.iata.org/ns/cargo#forPrices :forPrices rdf:type owl:ObjectProperty ; rdfs:range :Price ; rdfs:comment "Reference to the Prices based on this Ratings"@en ; rdfs:label "forPrices"@en ; owl:comment "Domain :Ratings"@en ; :vis_inverseProperty :ratings . ### https://onerecord.iata.org/ns/cargo#forProductDg :forProductDg rdf:type owl:ObjectProperty ; rdfs:range :ProductDg ; rdfs:comment "Reference to the ProductDg this DgProductRadioactive details"@en ; rdfs:label "forProductDg"@en ; owl:comment "Domain :DgProductRadioactive"@en ; :vis_inverseProperty :dgRadioactiveMaterial . ### https://onerecord.iata.org/ns/cargo#fuelAmountCalculated :fuelAmountCalculated rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the calculated fuel amount"@en ; rdfs:label "fuelAmountCalculated"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#fuelAmountMeasured :fuelAmountMeasured rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the measured fuel amount"@en ; rdfs:label "fuelAmountMeasured"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#fulfillsUldTypeCode :fulfillsUldTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Text holding an ULD Type Code if the Piece fulfills it before UnitComposition"@en ; rdfs:label "fulfillsUldTypeCode"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#geolocation :geolocation rdf:type owl:ObjectProperty ; rdfs:range :Geolocation ; rdfs:comment "Geolocation details"@en ; rdfs:label "geolocation"@en ; owl:comment "Domain :Location"@en . ### https://onerecord.iata.org/ns/cargo#givenAtLocation :givenAtLocation rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the Location from which the Question was answered, relevant for split checks with documentary and physical elements"@en ; rdfs:label "givenAtLocation"@en ; owl:comment "Domain :Answer"@en . ### https://onerecord.iata.org/ns/cargo#goodsTypeCode :goodsTypeCode rdf:type owl:ObjectProperty ; rdfs:range codes:GoodsTypeCode ; rdfs:comment "Appendix number of the convention (I, II or III) (box 1)"@en ; rdfs:label "goodsTypeCode"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#goodsTypeExtensionCode :goodsTypeExtensionCode rdf:type owl:ObjectProperty ; rdfs:range codes:GoodsTypeExtensionCode ; rdfs:comment "Appendix number of the convention (I, II or III) (box 1)"@en ; rdfs:label "goodsTypeExtensionCode"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#grossWeight :grossWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Weight details"@en ; rdfs:label "grossWeight"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#grossWeightForRate :grossWeightForRate rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Gross weight for which the rate description details apply"@en ; rdfs:label "grossWeightForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#groundsForExemption :groundsForExemption rdf:type owl:ObjectProperty ; rdfs:range codes:ScreeningExemption ; rdfs:comment "Exemption code - e.g. BIOM- Bio-Medical Samples SMUS - small undersized shipments MAIL - mail BIOM - bio-medical samples DIPL - diplomatic bags or diplomatic mail LFSM - life-saving materials NUCL - nuclear materials TRNS - transfer or transshipment"@en ; rdfs:label "groundsForExemption"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#handlingServiceFor :handlingServiceFor rdf:type owl:ObjectProperty ; rdfs:range :PhysicalLogisticsObject ; rdfs:label "handlingServiceFor" ; owl:comment "Reference to the physical objects this Handling Service is performed on. To be used if a Service is performed for a Location, TransportMeans, ULD or specific Piece or set of" . ### https://onerecord.iata.org/ns/cargo#height :height rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Height"@en ; rdfs:label "height"@en ; owl:comment "Domain :Dimensions"@en . ### https://onerecord.iata.org/ns/cargo#houseWaybills :houseWaybills rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Refers to the Waybill(s) contained"@en ; rdfs:label "houseWaybills"@en ; owl:comment "Domain :Waybill"@en ; :vis_inverseProperty :masterWaybill . ### https://onerecord.iata.org/ns/cargo#hsCode :hsCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Harmonized Commodity code, refer to hsType used. 6 minimum digits are expected."@en ; rdfs:label "hsCode"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#hsCodeForRate :hsCodeForRate rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Harmonized Commodity code, refer to hsType used. 6 minimum digits are expected."@en ; rdfs:label "hsCodeForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#inPiece :inPiece rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "Reference to the Piece this Item or Piece is contained in"@en ; rdfs:label "inPiece"@en ; owl:comment "Domain :PhysicalLogisticsObject"@en ; :vis_inverseProperty :containedItems , :containedPieces . ### https://onerecord.iata.org/ns/cargo#inUnitComposition :inUnitComposition rdf:type owl:ObjectProperty ; rdfs:range :UnitComposition ; dc:description "Reference to the Unit Composition the LoadingUnit is in"@en ; rdfs:label "inUnitComposition"@en ; owl:comment "Domain :LoadingUnit"@en ; :vis_inverseProperty :loadingUnit . ### https://onerecord.iata.org/ns/cargo#includedViaPoints :includedViaPoints rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Locations or stations to included in the routing"@en ; rdfs:label "includedViaPoints"@en ; owl:comment "Domain :BookingPreferences"@en . ### https://onerecord.iata.org/ns/cargo#incoterms :incoterms rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Standard codes as defined by UNCEFACT and ICC that correspond to international rules for the interpretation of the most commonly used trade terms in different countries. UNECE recommendation n. 5 Incoterms 2."@en ; rdfs:label "incoterms"@en ; owl:comment "Domain :Shipment"@en . ### https://onerecord.iata.org/ns/cargo#insurance :insurance rdf:type owl:ObjectProperty ; rdfs:range :Insurance ; rdfs:comment "Insurance details"@en ; rdfs:label "insurance"@en ; owl:comment "Domain :Shipment"@en ; :vis_inverseProperty :insuredShipments . ### https://onerecord.iata.org/ns/cargo#insuredAmount :insuredAmount rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Insured amount - amount covered by the insurance policy"@en ; rdfs:label "insuredAmount"@en ; owl:comment "Domain :Insurance"@en . ### https://onerecord.iata.org/ns/cargo#insuredShipments :insuredShipments rdf:type owl:ObjectProperty ; rdfs:range :Shipment ; rdfs:comment "Reference to the shipments insured"@en ; rdfs:label "insuredShipments"@en ; owl:comment "Domain :Insurance"@en ; :vis_inverseProperty :insurance . ### https://onerecord.iata.org/ns/cargo#involvedInActions :involvedInActions rdf:type owl:ObjectProperty ; rdfs:range :LogisticsAction ; rdfs:comment "References to the Actions the object is involved in"@en ; rdfs:label "involvedInActions"@en ; owl:comment "Domain :PhysicalLogisticsObject"@en ; :vis_inverseProperty :composedMaterials , :composedPieces , :loadedMaterials , :loadedPieces , :loadedUnits , :loadingUnit , :onTransportMeans , :storedObjects . ### https://onerecord.iata.org/ns/cargo#involvedParties :involvedParties rdf:type owl:ObjectProperty ; rdfs:range :Party ; rdfs:comment "Information about other Parties involved depending on the context of use"@en ; rdfs:label "involvedParties"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#isotopes :isotopes rdf:type owl:ObjectProperty ; rdfs:range :DgRadioactiveIsotope ; rdfs:comment "DgRadioactiveIsotope."@en ; rdfs:label "isotopes"@en ; owl:comment "Domain :DgProductRadioactive"@en ; :vis_inverseProperty :contentOfDgProductRadioactive . ### https://onerecord.iata.org/ns/cargo#issuedBy :issuedBy rdf:type owl:ObjectProperty ; rdfs:range :Person ; rdfs:comment "Name of person (or employee ID) who issued the security status"@en ; rdfs:label "issuedBy"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#issuedForPiece :issuedForPiece rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "Reference to the Piece the document was issued for"@en ; rdfs:label "issuedForPiece"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :customsInformation , :dgDeclaration , :securityDeclarations . ### https://onerecord.iata.org/ns/cargo#issuedForShipment :issuedForShipment rdf:type owl:ObjectProperty ; rdfs:range :Shipment ; rdfs:comment "Reference to the shipment the document was issued for"@en ; rdfs:label "issuedForShipment"@en ; owl:comment "Domain :LogisticsObject"@en ; :vis_inverseProperty :customsInformation . ### https://onerecord.iata.org/ns/cargo#issuedForWaybill :issuedForWaybill rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Reference to the Waybill object"@en ; rdfs:label "issuedForWaybill"@en ; owl:comment "Domain :Booking"@en ; :vis_inverseProperty :referredBookingOption . ### https://onerecord.iata.org/ns/cargo#itemQuantity :itemQuantity rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Quantity of the item when applicable, with associated units of measure"@en ; rdfs:label "itemQuantity"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#legacyTemplate :legacyTemplate rdf:type owl:ObjectProperty ; rdfs:range :ExternalReference ; rdfs:comment "Reference to an ExternalReference holding a legacy template outside of ONE Record, such as a photo or pdf of a checksheet"@en ; rdfs:label "legacyTemplate"@en ; owl:comment "Domain :CheckTemplate"@en ; :vis_inverseProperty :referenceForObjects . ### https://onerecord.iata.org/ns/cargo#length :length rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Length"@en ; rdfs:label "length"@en ; owl:comment "Domain :Dimensions"@en . ### https://onerecord.iata.org/ns/cargo#lineItemPackages :lineItemPackages rdf:type owl:ObjectProperty ; rdfs:range :LineItemPackage ; rdfs:comment "References to piece groupings for rating"@en ; rdfs:label "lineItemPackages"@en . ### https://onerecord.iata.org/ns/cargo#loadType :loadType rdf:type owl:ObjectProperty ; rdfs:range :LoadType ; rdfs:comment "Load type of the shipment or piece (Bulk, ULD, Pallet, Loose)"@en ; rdfs:label "loadType"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#loadedMaterials :loadedMaterials rdf:type owl:ObjectProperty ; rdfs:range :LoadingMaterial ; rdfs:comment "References to Materials onloaded or offloaded"@en ; rdfs:label "loadedMaterials"@en ; owl:comment "Domain :Loading"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#loadedPieces :loadedPieces rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "References to Pieces onloaded or offloaded"@en ; rdfs:label "loadedPieces"@en ; owl:comment "Domain :Loading"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#loadedUnits :loadedUnits rdf:type owl:ObjectProperty ; rdfs:range :LoadingUnit ; rdfs:comment "References to LoadingUnits onloaded or offloaded"@en ; rdfs:label "loadedUnits"@en ; owl:comment "Domain :Loading"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#loadingActions :loadingActions rdf:type owl:ObjectProperty ; rdfs:range :Loading ; rdfs:comment "References to all actions of type Loading performed for the TransportMovement"@en ; rdfs:label "loadingActions"@en ; owl:comment "Domain :TransportMovement"@en ; :vis_inverseProperty :servedActivity . ### https://onerecord.iata.org/ns/cargo#loadingIndicator :loadingIndicator rdf:type owl:ObjectProperty ; rdfs:range codes:ULDLoadingIndicator ; rdfs:comment "ULD height or loading limitation code. Refer CXML Code List 1.47, e.g. R - ULD Height above 244 centimetres"@en ; rdfs:label "loadingIndicator"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#loadingType :loadingType rdf:type owl:ObjectProperty ; rdfs:range :LoadingType ; rdfs:comment "Enum stating whether the LoadingAction describes onloading or offloading"@en ; rdfs:label "loadingType"@en ; owl:comment "Domain :Loading"@en . ### https://onerecord.iata.org/ns/cargo#loadingUnit :loadingUnit rdf:type owl:ObjectProperty ; rdfs:range :LoadingUnit ; rdfs:comment "Reference to the LoadingUnit composed in the Unit Composition or referenced in Composing actions"@en ; rdfs:label "onLoadingUnit"@en ; owl:comment "Domain owl:Thing"@en ; :vis_inverseProperty :inUnitComposition , :involvedInActions . ### https://onerecord.iata.org/ns/cargo#locationCodes :locationCodes rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Location code of airport, freight terminal, seaport, rail station. UN/LOCODE city code (5 letter) or IATA airport code (3 letter)"@en ; rdfs:label "locationCodes"@en ; owl:comment "Domain :Location"@en . ### https://onerecord.iata.org/ns/cargo#manufacturer :manufacturer rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Manufacturing company details and contacts"@en ; rdfs:label "manufacturer"@en ; owl:comment "Domain :PhysicalLogisticsObject"@en . ### https://onerecord.iata.org/ns/cargo#masterWaybill :masterWaybill rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Reference to the master Waybill if it is contained in one"@en ; rdfs:label "masterWaybill"@en ; owl:comment "Domain :Waybill"@en ; :vis_inverseProperty :houseWaybills . ### https://onerecord.iata.org/ns/cargo#maxTemperature :maxTemperature rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Maximum temperature of the range"@en ; rdfs:label "maxTemperature"@en ; owl:comment "Domain :TemperatureInstructions"@en . ### https://onerecord.iata.org/ns/cargo#measurementValue :measurementValue rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about all non-Geolocation values of the measurement"@en ; rdfs:label "measurementValue"@en ; owl:comment "Domain :Measurement"@en . ### https://onerecord.iata.org/ns/cargo#measurements :measurements rdf:type owl:ObjectProperty ; rdfs:range :Measurement ; rdfs:comment "Reference to the Measurements recorded by the Sensor"@en ; rdfs:label "measurements"@en ; owl:comment "Domain :Sensor"@en . ### https://onerecord.iata.org/ns/cargo#minTemperature :minTemperature rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Minimum temperature of the range"@en ; rdfs:label "minTemperature"@en ; owl:comment "Domain :TemperatureInstructions"@en . ### https://onerecord.iata.org/ns/cargo#modeCode :modeCode rdf:type owl:ObjectProperty ; rdfs:range codes:ModeCode ; rdfs:comment "Mode of transport code, refer to UNECE Rec. 19 https://unece.org/fileadmin/DAM/cefact/recommendations/rec19/rec19_1cf19e.pdf"@en ; rdfs:label "modeCode"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#modeQualifier :modeQualifier rdf:type owl:ObjectProperty ; rdfs:range :ModeQualifier ; rdfs:comment "Pre-Carriage, Main-Carriage or On-Carriage"@en ; rdfs:label "modeQualifier"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#movementMilestone :movementMilestone rdf:type owl:ObjectProperty ; rdfs:range codes:MovementIndicator ; rdfs:comment "The milestone list still needs to be defined, it includes elements from CXML Code List 1.92 but is not limited to those values, e.g. block-on and block-off times might be added as a comparison to wheels off and touchdown."@en ; rdfs:label "movementMilestone"@en ; owl:comment "Domain :MovementTime"@en . ### https://onerecord.iata.org/ns/cargo#movementTimeType :movementTimeType rdf:type owl:ObjectProperty ; rdfs:range :MovementTimeType ; rdfs:comment "The type of time can be Actual, Estimated ot Scheduled"@en ; rdfs:label "movementTimeType"@en ; owl:comment "Domain :MovementTime"@en . ### https://onerecord.iata.org/ns/cargo#movementTimes :movementTimes rdf:type owl:ObjectProperty ; rdfs:range :MovementTime ; rdfs:comment "Information about times related to the movement (milestone list to be defined)"@en ; rdfs:label "movementTimes"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#netWeightMeasure :netWeightMeasure rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "The total net weight of dangerous goods transported of this line item. For air transport the value must be the volume or mass in each package."@en ; rdfs:label "netWeightMeasure"@en ; owl:comment "Domain :ItemDg"@en . ### https://onerecord.iata.org/ns/cargo#odlnCode :odlnCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Contains two designator codes of ODLN or Operational Damage Limit Notices. ODLN code is used to define type of damage after visually check the serviceability of ULDs section 7, Standard Specifications 4/3 or 4/4 in ULD Regulations"@en ; rdfs:label "odlnCode"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#ofProduct :ofProduct rdf:type owl:ObjectProperty ; rdfs:range :Product ; rdfs:comment "Reference to the Product describing the Item"@en ; rdfs:label "ofProduct"@en ; owl:comment "Domain :Item"@en ; :vis_inverseProperty :describedObjects . ### https://onerecord.iata.org/ns/cargo#ofShipment :ofShipment rdf:type owl:ObjectProperty ; rdfs:range :Shipment ; rdfs:comment "Reference to the Shipment the Piece is assigned to"@en ; rdfs:label "ofShipment"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :pieces . ### https://onerecord.iata.org/ns/cargo#onTransportMeans :onTransportMeans rdf:type owl:ObjectProperty ; rdfs:range :TransportMeans ; rdfs:comment "Reference to the TransportMeans that is being onloaded or offloaded"@en ; rdfs:label "onTransportMeans"@en ; owl:comment "Domain :Loading"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#onsiteActions :onsiteActions rdf:type owl:ObjectProperty ; rdfs:range :LogisticsAction ; rdfs:comment "References to the Actions happening at the Location"@en ; rdfs:label "onsiteActions"@en ; owl:comment "Domain :Location"@en ; :vis_inverseProperty :performedAt . ### https://onerecord.iata.org/ns/cargo#operatedTransportMovement :operatedTransportMovement rdf:type owl:ObjectProperty ; rdfs:range :TransportMovement ; rdfs:comment "Transport Movement on which the Transport Means is used"@en ; rdfs:label "operatedTransportMovement"@en ; owl:comment "Domain :TransportMeans"@en ; :vis_inverseProperty :operatingTransportMeans . ### https://onerecord.iata.org/ns/cargo#operatingParties :operatingParties rdf:type owl:ObjectProperty ; rdfs:range :Party ; rdfs:comment "Information about the parties operating this TransportMovement, for example pilot and co-pilot; can also refer to organizations through Party" ; rdfs:label "operatingParties"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#operatingTransportMeans :operatingTransportMeans rdf:type owl:ObjectProperty ; rdfs:range :TransportMeans ; rdfs:comment "Reference to the TransportMeans operating the TransportMovement" ; rdfs:label "operatingTransportMeans" ; owl:comment "Domain :TransportMovement"@en ; :vis_inverseProperty :operatedTransportMovement . ### https://onerecord.iata.org/ns/cargo#originReferencePermitTypeCode :originReferencePermitTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Document type code of origin reference permit or re-export reference Certificate (box 12/12a)"@en ; rdfs:label "originReferencePermitTypeCode"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#originTradeCountry :originTradeCountry rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "country of origin (box 12). Refer ISO 3166-2"@en ; rdfs:label "originTradeCountry"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#originator :originator rdf:type owl:ObjectProperty ; rdfs:range :Company ; rdfs:comment "Document originator details and contacts"@en ; rdfs:label "originator"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#otherCharacteristics :otherCharacteristics rdf:type owl:ObjectProperty ; rdfs:range :Characteristic ; rdfs:comment "Characteristics of the product"@en ; rdfs:label "otherCharacteristics"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#otherChargeAmount :otherChargeAmount rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Other Charge amount"@en ; rdfs:label "otherChargeAmount"@en ; owl:comment "Domain :OtherCharge"@en . ### https://onerecord.iata.org/ns/cargo#otherChargeCode :otherChargeCode rdf:type owl:ObjectProperty ; rdfs:range codes:OtherChargeCode ; rdfs:comment "Refer to CargoXML Code List 1.2 for Other Charges"@en ; rdfs:label "otherChargeCode" ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#otherCharges :otherCharges rdf:type owl:ObjectProperty ; rdfs:range :OtherCharge ; rdfs:comment "Information about Other Charges applying to this Waybill"@en ; rdfs:label "otherCharges"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#otherChargesIndicator :otherChargesIndicator rdf:type owl:ObjectProperty ; rdfs:range codes:PrepaidCollectIndicator ; rdfs:comment "Indicator whether the payment of Other Charges is to be made at origin (prepaid) or at destination (collect) as per bullet point 13 - data element 15a/15b from AWB"@en ; rdfs:label "otherChargesIndicator"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#otherIdentifiers :otherIdentifiers rdf:type owl:ObjectProperty ; rdfs:range :OtherIdentifier ; rdfs:comment "Details about any other identifier, depending on the context of use"@en ; rdfs:label "otherIdentifiers" ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#otherRegulatedEntities :otherRegulatedEntities rdf:type owl:ObjectProperty ; rdfs:range :RegulatedEntity ; rdfs:comment "Any other regulated entity that accepts custody of the cargo and accepts the security status originally issued"@en ; rdfs:label "otherRegulatedEntities"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#overpackTypeCode :overpackTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Identifies the Logistic Unit package type. UN Recommendation on Transport of Dangerous Goods, Model Regulations "@en ; rdfs:label "overpackTypeCode"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#ownerCode :ownerCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Owner code of the ULD in aa, an or na format - owner can be an airline or leasing company"@en ; rdfs:label "ownerCode"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#owningOrganization :owningOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Reference to the Organization for which the RegulatedEntity information is valid"@en ; rdfs:label "owningOrganization"@en ; owl:comment "Domain :RegulatedEntity"@en . ### https://onerecord.iata.org/ns/cargo#packageGrossWeight :packageGrossWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the total weight of a grouping of pieces"@en ; rdfs:label "packageGrossWeight"@en . ### https://onerecord.iata.org/ns/cargo#packageMarkCoded :packageMarkCoded rdf:type owl:ObjectProperty ; rdfs:range codes:PackageMarkCode ; rdfs:comment "Reference identifying how the package is marked. Field is hardcode to \"SSCC-18\", \"UPC\" or \"Other\""@en ; rdfs:label "packageMarkCoded"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#packageVolume :packageVolume rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the total volume of a grouping of pieces"@en ; rdfs:label "packageVolume"@en . ### https://onerecord.iata.org/ns/cargo#packagingDangerLevelCode :packagingDangerLevelCode rdf:type owl:ObjectProperty ; rdfs:range codes:PackagingDangerLevelCode ; rdfs:comment "Packing group, If used must reference I, II or III"@en ; rdfs:label "packagingDangerLevelCode"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#packagingType :packagingType rdf:type owl:ObjectProperty ; rdfs:range :PackagingType ; rdfs:comment "Packaging details "@en ; rdfs:label "packagingType"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :appliedOnPieces . ### https://onerecord.iata.org/ns/cargo#parentOrganization :parentOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Reference to the parent Organization"@en ; rdfs:label "parentOrganization"@en ; owl:comment "Domain :Organization"@en ; :vis_inverseProperty :subOrganization . ### https://onerecord.iata.org/ns/cargo#partOfIotDevice :partOfIotDevice rdf:type owl:ObjectProperty ; rdfs:range :IotDevice ; rdfs:comment "Reference to the IoT Device to which the sensor is linked"@en ; rdfs:label "partOfIotDevice"@en ; owl:comment "Domain :Sensor"@en ; :vis_inverseProperty :connectedSensors . ### https://onerecord.iata.org/ns/cargo#partyDetails :partyDetails rdf:type owl:ObjectProperty ; rdfs:range :LogisticsAgent ; rdfs:comment "Reference to the Agent described by the role of the Party"@en ; rdfs:label "partyDetails"@en ; owl:comment "Domain :Party"@en . ### https://onerecord.iata.org/ns/cargo#partyRole :partyRole rdf:type owl:ObjectProperty ; rdfs:range codes:ParticipantIdentifier ; rdfs:comment "Role fo the Company in the context. Can refer to Code List 1.36 in the CXML Toolkit"@en ; rdfs:label "partyRole"@en ; owl:comment "Domain :Party"@en . ### https://onerecord.iata.org/ns/cargo#performedAt :performedAt rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the Location the Action was performed at"@en ; rdfs:label "performedAt"@en ; owl:comment "Domain :LogisticsAction"@en ; :vis_inverseProperty :onsiteActions . ### https://onerecord.iata.org/ns/cargo#permitTypeCode :permitTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Code specifying the document name. (box 1)"@en ; rdfs:label "permitTypeCode"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#physicalChemicalForm :physicalChemicalForm rdf:type owl:ObjectProperty ; rdfs:range codes:RadioactiveMaterialClassification ; rdfs:comment "A description of the physical and chemical form of the material."@en ; rdfs:label "physicalChemicalForm"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#pieceGroupGrossWeight :pieceGroupGrossWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Total gross weight of the piece group"@en ; rdfs:label "pieceGroupGrossWeight"@en ; owl:comment "Domain :PieceGroup"@en . ### https://onerecord.iata.org/ns/cargo#pieceGroups :pieceGroups rdf:type owl:ObjectProperty ; rdfs:range :PieceGroup ; rdfs:comment "Reference to the Piece groups of the shipment"@en ; rdfs:label "pieceGroups"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#pieceHeight :pieceHeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Height of a single piece"@en ; rdfs:label "pieceHeight"@en ; owl:comment "Domain :LoosePiece"@en . ### https://onerecord.iata.org/ns/cargo#pieceLength :pieceLength rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Length of a single piece"@en ; rdfs:label "pieceLength"@en ; owl:comment "Domain :LoosePiece"@en . ### https://onerecord.iata.org/ns/cargo#pieceReferences :pieceReferences rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "References to Pieces for which a rate applies"@en ; rdfs:label "pieceReferences"@en ; owl:comment "Domain :WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#pieceWeight :pieceWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Weight of a single piece"@en ; rdfs:label "pieceWeight"@en ; owl:comment "Domain :LoosePiece"@en . ### https://onerecord.iata.org/ns/cargo#pieceWidth :pieceWidth rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Width of a single piece"@en ; rdfs:label "pieceWidth"@en ; owl:comment "Domain :LoosePiece"@en . ### https://onerecord.iata.org/ns/cargo#pieces :pieces rdf:type owl:ObjectProperty ; rdfs:range :Piece ; rdfs:comment "References to the Pieces that are part of this Shipment"@en ; rdfs:label "pieces"@en ; owl:comment "Domain :Shipment"@en ; :vis_inverseProperty :ofShipment . ### https://onerecord.iata.org/ns/cargo#postalCode :postalCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Postal / ZIP code"@en ; rdfs:label "postalCode"@en ; owl:comment "Domain :Address"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#price :price rdf:type owl:ObjectProperty ; rdfs:range :Price ; rdfs:comment "Price of the Booking (if different from the offer)"@en ; rdfs:label "price"@en ; owl:comment "Domain :BookingOption"@en ; :vis_inverseProperty :forBookingOption . ### https://onerecord.iata.org/ns/cargo#productCode :productCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Carrier's product code"@en ; rdfs:label "productCode"@en ; owl:comment "Domain :CarrierProduct"@en . ### https://onerecord.iata.org/ns/cargo#productionCountry :productionCountry rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Production country details. Refer ISO 3166-2"@en ; rdfs:label "productionCountry"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#productionCountryForRate :productionCountryForRate rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Production country for the rate described by this Line Item. Refer ISO 3166-2"@en ; rdfs:label "productionCountryForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#question :question rdf:type owl:ObjectProperty ; rdfs:range :Question ; rdfs:comment "Reference to the Question the Answer is for"@en ; rdfs:label "question"@en ; owl:comment "Domain :Answer"@en ; :vis_inverseProperty :answer . ### https://onerecord.iata.org/ns/cargo#questions :questions rdf:type owl:ObjectProperty ; rdfs:range :Question ; rdfs:comment "References to all Questions that are part of this template"@en ; rdfs:label "questions"@en ; owl:comment "Domain :CheckTemplate"@en ; :vis_inverseProperty :checkTemplate . ### https://onerecord.iata.org/ns/cargo#ranges :ranges rdf:type owl:ObjectProperty ; rdfs:range :Ranges ; rdfs:comment "Reference to the ranges"@en ; rdfs:label "ranges"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#rateCharge :rateCharge rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "TACT Rate for rate description details"@en ; rdfs:label "rateCharge"@en ; owl:comment "Domain :WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#rateClassCode :rateClassCode rdf:type owl:ObjectProperty ; rdfs:range codes:RateClassCode ; rdfs:comment "Rate class code e.g. Q. Refer to CXML Code List 1.4 Rate Class Codes"@en ; rdfs:label "rateClassCode"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#rateClassCodeBasic :rateClassCodeBasic rdf:type owl:ObjectProperty ; rdfs:range codes:BasicRateClassCode ; rdfs:comment "Rate Surcharge/Reduction - Basic Rate Class Code"@en ; rdfs:label "rateClassCodeBasic"@en ; owl:comment "Domain :WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#rateGrossWeight :rateGrossWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the total gross weight considered for a rate"@en ; rdfs:label "rateGrossWeight"@en . ### https://onerecord.iata.org/ns/cargo#ratePercentage :ratePercentage rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Rate Surcharge/Reduction - Percentage of red. / surcharge"@en ; rdfs:label "ratePercentage"@en ; owl:comment "Domain :WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#rateVolume :rateVolume rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the total volume considered for a rate"@en ; rdfs:label "rateVolume"@en . ### https://onerecord.iata.org/ns/cargo#ratings :ratings rdf:type owl:ObjectProperty ; rdfs:range :Ratings ; rdfs:comment "Rating used for pricing"@en ; rdfs:label "ratings"@en ; owl:comment "Domain :Price"@en ; :vis_inverseProperty :forPrices . ### https://onerecord.iata.org/ns/cargo#rcp :rcp rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "IATA 3-letter city code of the rate combination point as defined in TACT"@en ; rdfs:label "rcp"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#receivedFrom :receivedFrom rdf:type owl:ObjectProperty ; rdfs:range :RegulatedEntity ; rdfs:comment "Regulated entity that tendered the consignment"@en ; rdfs:label "receivedFrom"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#recordedGeolocation :recordedGeolocation rdf:type owl:ObjectProperty ; rdfs:range :Geolocation ; rdfs:comment "Reference to the Geolocation recorded of the measurement"@en ; rdfs:label "recordedGeolocation"@en ; owl:comment "Domain :Measurement"@en . ### https://onerecord.iata.org/ns/cargo#recordingActor :recordingActor rdf:type owl:ObjectProperty ; rdfs:range :Actor ; rdfs:comment "Reference to the Actor recording the LogisticsEvent"@en ; rdfs:label "recordingActor"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#recordingOrganization :recordingOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Organization recording the LogisticsEvent"@en ; rdfs:label "recordingOrganization"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#referenceForObjects :referenceForObjects rdf:type owl:ObjectProperty ; rdfs:range :LogisticsObject ; rdfs:comment "References to the LogisticsObjects referring to this external reference"@en ; rdfs:label "referenceForObjects"@en ; owl:comment "Domain :ExternalReference"@en ; :vis_inverseProperty :documents , :externalReferences , :legacyTemplate . ### https://onerecord.iata.org/ns/cargo#referredBookingOption :referredBookingOption rdf:type owl:ObjectProperty ; rdfs:range :Booking ; rdfs:comment "Refers to the Booking"@en ; rdfs:label "referredBookingOption"@en ; owl:comment "Domain :Waybill"@en ; :vis_inverseProperty :issuedForWaybill . ### https://onerecord.iata.org/ns/cargo#regionCode :regionCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Region/ State / Department. Refer ISO 3166-2"@en ; rdfs:label "regionCode"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#regulatedEntityAcceptor :regulatedEntityAcceptor rdf:type owl:ObjectProperty ; rdfs:range :RegulatedEntity ; rdfs:comment "Information about the accepting regulated entity of the Security Declaration"@en ; rdfs:label "regulatedEntityAcceptor"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#regulatedEntityCategory :regulatedEntityCategory rdf:type owl:ObjectProperty ; rdfs:range codes:RegulatedEntityCategoryCode ; rdfs:comment "Category code of the Regulated Entity"@en ; rdfs:label "regulatedEntityCategory"@en ; owl:comment "Domain :RegulatedEntity"@en . ### https://onerecord.iata.org/ns/cargo#regulatedEntityIssuer :regulatedEntityIssuer rdf:type owl:ObjectProperty ; rdfs:range :RegulatedEntity ; rdfs:comment "Regulated entity issuing the Security Declaration"@en ; rdfs:label "regulatedEntityIssuer"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#resultOfCheck :resultOfCheck rdf:type owl:ObjectProperty ; rdfs:range :Check ; rdfs:label "resultOfCheck"@en ; owl:comment "Domain :CheckTotalResult"@en ; :vis_inverseProperty :checkTotalResult . ### https://onerecord.iata.org/ns/cargo#resultValue :resultValue rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about a result Value of any kind of the Check"@en ; rdfs:label "resultValue"@en ; owl:comment "Domain :CheckTotalResult"@en . ### https://onerecord.iata.org/ns/cargo#screeningMethods :screeningMethods rdf:type owl:ObjectProperty ; rdfs:range codes:ScreeningMethod ; rdfs:comment "Screening methods which have been used to secure the cargo PHS – Physical Inspection and/or hand search VCK - Visual check XRY- X-ray equipment EDS - Explosive detection system EDD - Explosive detection dogsETD - Explosive trace detection equipment - particles or vapor CMD - Cargo metal detection AOM - Subjected to any other means: this entry should be followed by free text specifying what other mean was used to secure the cargo"@en ; rdfs:label "screeningMethods"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#securityDeclarations :securityDeclarations rdf:type owl:ObjectProperty ; rdfs:range :SecurityDeclaration ; rdfs:comment "Security details of the piece"@en ; rdfs:label "securityDeclarations"@en ; owl:comment "Domain :Piece"@en ; :vis_inverseProperty :issuedForPiece . ### https://onerecord.iata.org/ns/cargo#securityStatus :securityStatus rdf:type owl:ObjectProperty ; rdfs:range codes:SecurityStatus ; rdfs:comment "Security status indicator (CXML 1.13) - e.g. SPX- Cargo Secure for Passenger and All-Cargo Aircraft "@en ; rdfs:label "securityStatus"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#sensorType :sensorType rdf:type owl:ObjectProperty ; rdfs:range :SensorType ; rdfs:comment "Type of sensor as described in Interactive Cargo Recommended Practice"@en ; rdfs:label "sensorType"@en ; owl:comment "Domain :Sensor"@en . ### https://onerecord.iata.org/ns/cargo#servedActivity :servedActivity rdf:type owl:ObjectProperty ; rdfs:range :LogisticsActivity ; rdfs:comment "Reference to the Activity the Action was performed for"@en ; rdfs:label "servedActivity"@en ; owl:comment "Domain :LogisticsAction"@en ; :vis_inverseProperty :checkActions , :compositionActions , :loadingActions , :storingActions . ### https://onerecord.iata.org/ns/cargo#servedServices :servedServices rdf:type owl:ObjectProperty ; rdfs:range :LogisticsService ; rdfs:comment "Reference to Services this Activity is executed for"@en ; rdfs:label "servedServices"@en ; owl:comment "Domain :LogisticsActivity"@en . ### https://onerecord.iata.org/ns/cargo#serviceCode :serviceCode rdf:type owl:ObjectProperty ; rdfs:range codes:ServiceCode ; rdfs:comment "One letter service code as per bullet point 18.4 - data element 22Z from AWB"@en ; rdfs:label "serviceCode"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#serviceForWaybills :serviceForWaybills rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Reference to the Waybills this service is to be performed for. To be used if a service is to be performed for a specific shipment or set of" ; rdfs:label "serviceForWaybills" . ### https://onerecord.iata.org/ns/cargo#serviceLevelCode :serviceLevelCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Service level code"@en ; rdfs:label "serviceLevelCode"@en ; owl:comment "Domain :CarrierProduct"@en . ### https://onerecord.iata.org/ns/cargo#serviceProvider :serviceProvider rdf:type owl:ObjectProperty ; rdfs:range :Party ; rdfs:comment "Reference to the Party providing the service" ; rdfs:label "serviceProvider" . ### https://onerecord.iata.org/ns/cargo#serviceRequestor :serviceRequestor rdf:type owl:ObjectProperty ; rdfs:range :Party ; rdfs:comment "Reference to the Party requesting the service" ; rdfs:label "serviceRequestor" . ### https://onerecord.iata.org/ns/cargo#serviceabilityCode :serviceabilityCode rdf:type owl:ObjectProperty ; rdfs:range codes:ULDConditionCode ; rdfs:comment "Designator of serviceability condition e.g. SER or DAM "@en ; rdfs:label "serviceabilityCode"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#shipment :shipment rdf:type owl:ObjectProperty ; rdfs:range :Shipment ; rdfs:comment "Reference to the Shipment"@en ; rdfs:label "shipment"@en ; owl:comment "Domain :Waybill"@en ; :vis_inverseProperty :waybill . ### https://onerecord.iata.org/ns/cargo#signatoryCompany :signatoryCompany rdf:type owl:ObjectProperty ; rdfs:range :Company ; rdfs:comment "Signatory company name"@en ; rdfs:label "signatoryCompany"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#signatoryRole :signatoryRole rdf:type owl:ObjectProperty ; rdfs:range codes:SignatoryRole ; rdfs:comment "Role of the signatory with regards to the ePermit: Applicant, Permit issuer, Issuing Authority or Examining authority"@en ; rdfs:label "signatoryRole"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#signatureTypeCode :signatureTypeCode rdf:type owl:ObjectProperty ; rdfs:range codes:SignatureTypeCode ; rdfs:comment "Code specifying a type of government action such as inspection, detention, fumigation, security."@en ; rdfs:label "signatureTypeCode"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#signatures :signatures rdf:type owl:ObjectProperty ; rdfs:range :EpermitSignature ; rdfs:comment "List of all the signatures of the Epermit (applicant box 4, issuing authority box 6, issuer box 13 and examining authority box 14)"@en ; rdfs:label "signatures"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en ; :vis_inverseProperty :forEpermit . ### https://onerecord.iata.org/ns/cargo#spaceAllocationCode :spaceAllocationCode rdf:type owl:ObjectProperty ; rdfs:range codes:SpaceAllocationCode ; rdfs:comment "Current status of the space allocation of the booking segment"@en ; rdfs:label "spaceAllocationCode"@en . ### https://onerecord.iata.org/ns/cargo#specialHandlingCodes :specialHandlingCodes rdf:type owl:ObjectProperty ; rdfs:range codes:SpecialHandlingCode ; rdfs:comment "Three-letter special handling code (SPH)"@en ; rdfs:label "specialHandlingCodes"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#specimenTypeCode :specimenTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Description of specimens, CITES type code (box 9)"@en ; rdfs:label "specimenTypeCode"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#station :station rdf:type owl:ObjectProperty ; rdfs:range :Location ; rdfs:comment "Reference to the station (Airport), mandatory "@en ; rdfs:label "station"@en ; owl:comment "Domain :StationRemarks"@en . ### https://onerecord.iata.org/ns/cargo#stationRemarks :stationRemarks rdf:type owl:ObjectProperty ; rdfs:range :StationRemarks ; rdfs:comment "Remarks related to specific stations in the routing (e.g. Embargo in XXX)"@en ; rdfs:label "stationRemarks"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#statusBookingOption :statusBookingOption rdf:type owl:ObjectProperty ; rdfs:range :BookingOptionStatus ; rdfs:comment "Status of the Booking Option"@en ; rdfs:label "statusBookingOption"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#storedObjects :storedObjects rdf:type owl:ObjectProperty ; rdfs:range :PhysicalLogisticsObject ; rdfs:comment "Reference to the Objects being stored in or stored out"@en ; rdfs:label "storedObjects"@en ; owl:comment "Domain :Storing"@en ; :vis_inverseProperty :involvedInActions . ### https://onerecord.iata.org/ns/cargo#storingActions :storingActions rdf:type owl:ObjectProperty ; rdfs:range :Storing ; rdfs:comment "References to all StoringActions performed for the Storing Activity"@en ; rdfs:label "storingActions"@en ; owl:comment "Domain :Storage"@en ; :vis_inverseProperty :servedActivity . ### https://onerecord.iata.org/ns/cargo#storingType :storingType rdf:type owl:ObjectProperty ; rdfs:range :StoringType ; rdfs:comment "Enum stating whether the StoringAction describes the store-in or the store-out"@en ; rdfs:label "storingType"@en ; owl:comment "Domain :Storing"@en . ### https://onerecord.iata.org/ns/cargo#subLocationOf :subLocationOf rdf:type owl:ObjectProperty ; rdfs:range :Location ; dc:title "subLocationOf"@en ; rdfs:comment "Reference to the Location this is a Sublocation of"@en ; owl:comment "Domain :Location"@en ; :vis_inverseProperty :subLocations . ### https://onerecord.iata.org/ns/cargo#subLocations :subLocations rdf:type owl:ObjectProperty ; rdfs:range :Location ; dc:title "subLocations"@en ; rdfs:comment "References to Sublocations that describe the Location in more detail"@en ; owl:comment "Domain :Location"@en ; :vis_inverseProperty :subLocationOf . ### https://onerecord.iata.org/ns/cargo#subOrganization :subOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "References to all sub-Organizations"@en ; rdfs:label "subOrganization"@en ; owl:comment "Domain :Organization"@en ; :vis_inverseProperty :parentOrganization . ### https://onerecord.iata.org/ns/cargo#subjectCode :subjectCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Information Identifier. Code identifying a piece of information/entity e.g. \"IMP\" for import, \"EXP\" for export, \"AGT\" for Agent, \"ISS\" for The Regulated Agent Issuing the Security Status for a Consignment etc. Condition: At least one of the three elements (Country Code, Information Identifier or Customs, Security and Regulatory Control Information Identifier) must be completed"@en ; rdfs:label "subjectCode"@en ; owl:comment "Domain :CustomsInformation"@en . ### https://onerecord.iata.org/ns/cargo#tareWeight :tareWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Tare weight of the empty ULD"@en ; rdfs:label "tareWeight"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#targetCountry :targetCountry rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Item target country. Refer ISO 3166-2"@en ; rdfs:label "targetCountry"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#taxAmount :taxAmount rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Information about taxes"@en ; rdfs:label "taxAmount"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#taxDueAgent :taxDueAgent rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Tax due Agent (VAT/GST on Commission). Total VAT/TAX amount payable by airline to agent" ; rdfs:label "taxDueAgent" ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#taxDueAirline :taxDueAirline rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Tax due Airline (as per AWB, or VAT/GST as per invoice). Total VAT/TAX amount payable by agent to airline" ; rdfs:label "taxDueAirline" ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#temperatureInstructions :temperatureInstructions rdf:type owl:ObjectProperty ; rdfs:range :TemperatureInstructions ; rdfs:comment "Temperature instructions if a specific range"@en ; rdfs:label "temperatureInstructions"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#temperatureUnit :temperatureUnit rdf:type owl:ObjectProperty ; rdfs:range codes:TemperatureUnitCode ; rdfs:comment "Preferred unit for temperature"@en ; rdfs:label "temperatureUnit"@en ; owl:comment "Domain :UnitsPreference"@en . ### https://onerecord.iata.org/ns/cargo#timePreferences :timePreferences rdf:type owl:ObjectProperty ; rdfs:range :BookingTimes ; rdfs:comment "Schedule preferences of the request"@en ; rdfs:label "timePreferences"@en ; owl:comment "Domain :BookingOptionRequest"@en . ### https://onerecord.iata.org/ns/cargo#totalDimensions :totalDimensions rdf:type owl:ObjectProperty ; rdfs:range :Dimensions ; rdfs:comment "Dimensions of the whole shipment"@en ; rdfs:label "totalDimensions"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#totalGrossWeight :totalGrossWeight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Total gross weight of the whole shipment"@en ; rdfs:label "totalGrossWeight"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#totalVolume :totalVolume rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Total volume fo the volume piece group"@en ; rdfs:label "totalVolume"@en ; owl:comment "Domain :VolumePieceGroup"@en . ### https://onerecord.iata.org/ns/cargo#totalVolumetricWeight :totalVolumetricWeight rdf:type owl:ObjectProperty ; rdfs:range :VolumetricWeight ; rdfs:comment "Volumetric weight of the whole shipment"@en ; rdfs:label "totalVolumetricWeight"@en ; owl:comment "Domain owl:Thing"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#transactionPurposeCode :transactionPurposeCode rdf:type owl:ObjectProperty ; rdfs:range codes:TransactionPurposeCode ; rdfs:comment "Code indicating the purpose of the transaction (box 5a)"@en ; rdfs:label "transactionPurposeCode"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#transportContractTypeCode :transportContractTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Code specifying the transport document name (box 15)"@en ; rdfs:label "transportContractTypeCode"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#transportLegs :transportLegs rdf:type owl:ObjectProperty ; rdfs:range :TransportLegs ; rdfs:comment "Reference to the Transport Legs of the proposed routing"@en ; rdfs:label "transportLegs"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#transportMeansServiceType :transportMeansServiceType rdf:type owl:ObjectProperty ; rdfs:range codes:TransportMeansServiceType ; rdfs:comment "Type of transport means service, e.g. Aircraftor Truck"@en ; rdfs:label "transportMeansServiceType"@en ; owl:comment "Domain :TransportLegs"@en . ### https://onerecord.iata.org/ns/cargo#transportMeansType :transportMeansType rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Type of transport means, e.g. 744, RFS"@en ; rdfs:label "transportMeansType"@en ; owl:comment "Domain :TransportLegs"@en . ### https://onerecord.iata.org/ns/cargo#transportOrganization :transportOrganization rdf:type owl:ObjectProperty ; rdfs:range :Organization ; rdfs:comment "Company operating the transport means"@en ; rdfs:label "transportOrganization"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#typeCode :typeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Packaging type identifier as per UNECE Rec 21 Annex V and VI e.g. 1A - Drum, steel - Packaging material code. Identifies the Logistic Unit package type. UN Recommendation on Transport of Dangerous Goods, Model Regulations "@en ; rdfs:label "typeCode"@en ; owl:comment "Domain :PackagingType"@en . ### https://onerecord.iata.org/ns/cargo#typicalCo2Coefficient :typicalCo2Coefficient rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Required for some CO2 calculations"@en ; rdfs:label "typicalCo2Coefficient"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#typicalFuelConsumption :typicalFuelConsumption rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Typical fuel consumption (e.g. 2 L / 1 nm)"@en ; rdfs:label "typicalFuelConsumption"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#uldContourCode :uldContourCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Contour code as per IATA ULD Regulation"@en ; rdfs:label "uldContourCode"@en ; owl:comment "Domain :ULDSpecificPiece"@en . ### https://onerecord.iata.org/ns/cargo#uldLoadingIndicator :uldLoadingIndicator rdf:type owl:ObjectProperty ; rdfs:range codes:ULDLoadingIndicator ; rdfs:comment "Indicator related to ULD loading (e.g. Main deck only)"@en ; rdfs:label "uldLoadingIndicator"@en ; owl:comment "Domain :ULDBasicPiece"@en . ### https://onerecord.iata.org/ns/cargo#uldOwnerCode :uldOwnerCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Information about the ULD owner code described in a ULD specific piece or used for a rate in a Line Item"@en ; rdfs:label "uldOwnerCode"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#uldRateClassType :uldRateClassType rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "ULD Rate information - ULD Rate Class Type"@en ; rdfs:label "uldRateClassType"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#uldReferences :uldReferences rdf:type owl:ObjectProperty ; rdfs:range :ULD ; rdfs:comment "References to ULDs for which the rate applies"@en ; rdfs:label "uldReferences"@en ; owl:comment "Domain: WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#uldTareWeightForRate :uldTareWeightForRate rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Information about the ULD tare weight used for the rate described by the Line Item"@en ; rdfs:label "uldTareWeightForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#uldType :uldType rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Type of ULD as per IATA ULD Regulation"@en ; rdfs:label "uldType"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#uldTypeCode :uldTypeCode rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Standard Unit Load Device type code e.g. AKE - Certified Container - Contoured. Refer to IATA ULD Technical Manual"@en ; rdfs:label "uldTypeCode"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#unit :unit rdf:type owl:ObjectProperty ; rdfs:range codes:MeasurementUnitCode ; rdfs:comment "Unit of measurement as per MeasurementUnitCode codelist. If the code is not present, create an instance of MeasurementUnitCode based on UNECE Rec. 20 Rev. 17e-2021"@en ; rdfs:label "unit"@en ; owl:comment "Domain :Value"@en . ### https://onerecord.iata.org/ns/cargo#unitPrice :unitPrice rdf:type owl:ObjectProperty ; rdfs:range :CurrencyValue ; rdfs:comment "Product price per unit in the base"@en ; rdfs:label "unitPrice"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#unitsPreference :unitsPreference rdf:type owl:ObjectProperty ; rdfs:range :UnitsPreference ; rdfs:comment "Reference to unit preferences of the request (e.g. kg or cm)"@en ; rdfs:label "unitsPreference"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#updateBookingOptionRequests :updateBookingOptionRequests rdf:type owl:ObjectProperty ; rdfs:range :BookingOptionRequest ; rdfs:comment "References to BookingOptionRequests that request to update the Booking"@en ; rdfs:label "updateBookingOptionRequests"@en ; owl:comment "Domain :Booking"@en ; :vis_inverseProperty :bookingToUpdate . ### https://onerecord.iata.org/ns/cargo#usedInCheck :usedInCheck rdf:type owl:ObjectProperty ; rdfs:range :Check ; rdfs:comment "Reference to the Check the template was used in"@en ; rdfs:label "usedInCheck"@en ; owl:comment "Domain :CheckTemplate"@en ; :vis_inverseProperty :usedTemplate . ### https://onerecord.iata.org/ns/cargo#usedTemplate :usedTemplate rdf:type owl:ObjectProperty ; rdfs:range :CheckTemplate ; rdfs:comment "Reference to the Template used in the Check"@en ; rdfs:label "usedTemplate"@en ; owl:comment "Domain :Check"@en ; :vis_inverseProperty :usedInCheck . ### https://onerecord.iata.org/ns/cargo#vehicleType :vehicleType rdf:type owl:ObjectProperty ; rdfs:range :CodeListElement ; rdfs:comment "Vehicle or container type. Refer UNECE28, e.g. 4.. - Aircraft, type unknown.For Air refer to IATA Standard Schedules Information Manual in section ATA/IATA Aircraft Types"@en ; rdfs:label "vehicleType"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#volume :volume rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Volume"@en ; rdfs:label "volume"@en ; owl:comment "Domain :Dimensions"@en . ### https://onerecord.iata.org/ns/cargo#volumeUnit :volumeUnit rdf:type owl:ObjectProperty ; rdfs:range codes:VolumeUnitCode ; rdfs:comment "Preferred unit for volume"@en ; rdfs:label "volumeUnit"@en ; owl:comment "Domain :UnitsPreference"@en . ### https://onerecord.iata.org/ns/cargo#volumetricWeight :volumetricWeight rdf:type owl:ObjectProperty ; rdfs:range :VolumetricWeight ; rdfs:comment "Volumetric weight details"@en ; rdfs:label "volumetricWeight"@en ; owl:comment "Domain :Piece"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#volumetricWeightForRate :volumetricWeightForRate rdf:type owl:ObjectProperty ; rdfs:range :VolumetricWeight ; rdfs:comment "Volumetric weight used for the rate described by this line item"@en ; rdfs:label "volumetricWeightForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#waybill :waybill rdf:type owl:ObjectProperty ; rdfs:range :Waybill ; rdfs:comment "Reference to the Waybill of the shipment"@en ; rdfs:label "waybill"@en ; owl:comment "Domain :Shipment"@en ; :vis_inverseProperty :shipment . ### https://onerecord.iata.org/ns/cargo#waybillLineItems :waybillLineItems rdf:type owl:ObjectProperty ; rdfs:range :WaybillLineItem ; rdfs:comment "Information about rates applying to this Waybill handled as line item"@en ; rdfs:label "waybillLineItems"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#waybillType :waybillType rdf:type owl:ObjectProperty ; rdfs:range :WaybillType ; rdfs:comment "Type of the Waybill: House, Direct or Master"@en ; rdfs:label "waybillType"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#weight :weight rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Weight of the item"@en ; rdfs:label "weight"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#weightUnit :weightUnit rdf:type owl:ObjectProperty ; rdfs:range codes:WeightUnitCode ; rdfs:comment "Preferred unit for weight"@en ; rdfs:label "weightUnit"@en ; owl:comment "Domain :UnitsPreference"@en . ### https://onerecord.iata.org/ns/cargo#weightValuationIndicator :weightValuationIndicator rdf:type owl:ObjectProperty ; rdfs:range codes:PrepaidCollectIndicator ; rdfs:comment "Indicator whether the payment for the Weight/Valuation is to be made at origin (prepaid) or at destination (collect) as per bullet point 13 - data element 14a/14b from AWB"@en ; rdfs:label "weightValuationIndicator"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#width :width rdf:type owl:ObjectProperty ; rdfs:range :Value ; rdfs:comment "Width"@en ; rdfs:label "width"@en ; owl:comment "Domain :Dimensions"@en . ################################################################# # Data properties ################################################################# ### https://onerecord.iata.org/ns/cargo#accountingInformation :accountingInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Indicates the details of accounting information. Free text e.g. PAYMENT BY CERTIFIED CHEQUE etc."@en ; rdfs:label "accountingInformation"@en ; owl:comment "Domain :Waybill"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#accountingNoteIdentifier :accountingNoteIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String holding accounting information (AWB box 10)"@en ; rdfs:label "accountingNoteIdentifier"@en ; owl:comment "Domain :AccountingNote"@en . ### https://onerecord.iata.org/ns/cargo#accountingNoteText :accountingNoteText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String holding the identifier in an accounting note (AWB box 10)" ; rdfs:label "accountingNoteText"@en ; owl:comment "Domain :AccountingNote"@en . ### https://onerecord.iata.org/ns/cargo#acquisitionDateTime :acquisitionDateTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Defined in Resolution Conf. 13.6 and is required for pre-Convention specimens (box 12b)"@en ; rdfs:label "acquisitionDateTime"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#actionEndTime :actionEndTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "DateTime holding the end time of the Action; Type is indicated through ActionType property"@en ; rdfs:label "actionEndTime"@en ; owl:comment "Domain :LogisticsAction"@en . ### https://onerecord.iata.org/ns/cargo#actionStartTime :actionStartTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "DateTime holding the start time of the Action; Type is indicated through ActionType property"@en ; rdfs:label "actionStartTime"@en ; owl:comment "Domain :LogisticsAction"@en . ### https://onerecord.iata.org/ns/cargo#activityLevelMeasure :activityLevelMeasure rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Numeric expression of the activity of a radioactive Item"@en ; rdfs:label "activityLevelMeasure"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#additionalHazardClassificationId :additionalHazardClassificationId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Identifies the subsidiary hazard class / division identification containing a numeric field separated by a decimal. There may be , 1 or 2 subsidiary risk classes or divisions. If there is more than one, each should be separated by a comma. The subsidiary risk must be shown in parentheses. "@en ; rdfs:label "additionalHazardClassificationId"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#additionalInformation :additionalInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Additional information related to the Booking Option, e.g. sales details"@en ; rdfs:label "additionalInformation"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#additionalSecurityInformation :additionalSecurityInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Any additional information that may be required by an ICAO Member State"@en ; rdfs:label "additionalSecurityInformation"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#aircraftLimitationInformation :aircraftLimitationInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Contains the Special Handling Code related to the prescribed limitation. Hardcoded to PASSENGER AND CARGO AIRCRAFT or CARGO AIRCRAFT ONLY. This field is mandatory for air (Air) "@en ; rdfs:label "aircraftLimitationInformation"@en ; owl:comment "Domain :DgDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#airlineCode :airlineCode rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:maxLength 2 ] ) ] ; rdfs:comment "IATA two-character airline code"@en ; rdfs:label "airlineCode"@en ; owl:comment "Domain :Carrier"@en . ### https://onerecord.iata.org/ns/cargo#allPackedInOneIndicator :allPackedInOneIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "A statement identifying that the dangerous goods listed above are all contained in the same outer packaging. Takes the form All packed in one aaaa (description of packaging type) x nn (number of packages). Applies to air transport only. (Air) "@en ; rdfs:label "allPackedInOneIndicator"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#allotmentCode :allotmentCode rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String holding an allotment code of a booking segment"@en ; rdfs:label "allotmentCode"@en . ### https://onerecord.iata.org/ns/cargo#alternatives :alternatives rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of the alternatives proposed that do not match the Booking Option Request"@en ; rdfs:label "alternatives"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#annualQuotaQuantity :annualQuotaQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "total number of specimens exported in the current calendar year and the current annual quota for the species concerned (box 11a)"@en ; rdfs:label "annualQuotaQuantity"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#answerOptionsText :answerOptionsText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Text restrictions to the Answer"@en ; rdfs:label "answerOptionsText"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#answerOptionsValue :answerOptionsValue rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Value restrictions to the answer"@en ; rdfs:label "answerOptionsValue"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#arrivalDate :arrivalDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Arrival date and time of the leg"@en ; rdfs:label "arrivalDate"@en ; owl:comment "Domain :TransportLegs"@en . ### https://onerecord.iata.org/ns/cargo#ataDesignator :ataDesignator rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "US / ATA Unit Load Device type code e.g. M2"@en ; rdfs:label "ataDesignator"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#authorizationInformation :authorizationInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Contains additional information relating to an approval, permission or other specific detail applicable to the commodity (e.g. Dangerous Goods in excepted quantities) "@en ; rdfs:label "authorizationInformation"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#awbAcceptanceDate :awbAcceptanceDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "The Date AWB Acceptance should be the same as the Date AWB Delivery. (beginning of the process)"@en ; rdfs:label "awbAcceptanceDate"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#awbDeliveryDate :awbDeliveryDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "The Date AWB Delivery is also used as the AWB Execution date which will determine which billing period it will be processed and billed in."@en ; rdfs:label "awbDeliveryDate"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#awbExecutionDate :awbExecutionDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "The AWB execution date determines which billing period the document will be processed and billed in."@en ; rdfs:label "awbExecutionDate"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#batchNumber :batchNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Production batch number / reference"@en ; rdfs:label "batchNumber"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#carrierDeclarationDate :carrierDeclarationDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date upon which the certification is made by the carrier"@en ; rdfs:label "carrierDeclarationDate"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#carrierDeclarationSignature :carrierDeclarationSignature rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Contains the authentication of the Carrier"@en ; rdfs:label "carrierDeclarationSignature"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#categoryCode :categoryCode rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Operations code ID. Refers to the number of the registered captive-breeding or artificial propagation operation (box 12b)"@en ; rdfs:label "categoryCode"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#characteristicType :characteristicType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Product characteristics code - e.g. CLR - Color. Not restricted to a list."@en ; rdfs:label "characteristicType"@en ; owl:comment "Domain :Characteristic"@en . ### https://onerecord.iata.org/ns/cargo#chargeDescription :chargeDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of the charge e.g. Airfreight, fuel, etc."@en ; rdfs:label "chargeDescription"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#chargeQuantity :chargeQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Double describing the time or item basis quantity of a charge"@en ; rdfs:label "chargeQuantity"@en ; owl:comment "Domain :OtherCharge"@en . ### https://onerecord.iata.org/ns/cargo#checkRemark :checkRemark rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Free text remarks to the check result"@en ; rdfs:label "checkRemark"@en ; owl:comment "Domain :CheckTotalResult"@en . ### https://onerecord.iata.org/ns/cargo#checksum :checksum rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Checksum of the document to validate its integrity"@en ; rdfs:label "checksum"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#cityName :cityName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String holding a city name" ; rdfs:label "cityName" . ### https://onerecord.iata.org/ns/cargo#code :code rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Code or short version of a code, for example \"CH\" for Switzerland when referring to the UN/LOCODE code list"@en ; rdfs:label "code" ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#codeDescription :codeDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description or long version of the code, for example \"Switzerland\" for Switzerland when referring to the UN/LOCODE code list"@en ; rdfs:label "codeDescription"@en ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#codeLevel :codeLevel rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Integer indicating the level of a code if a codelists is hierarchical, for example HS-Codes"@en ; rdfs:label "codeLevel"@en ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#codeListName :codeListName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Official name of the code list without version number when direct reference is not possible, for example \"UN/LOCODE\" when referring to the UN/LOCODE code list"@en ; rdfs:label "codeListName"@en ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#codeListReference :codeListReference rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "URL to access the code list the code is taken from, for example \"https://unece.org/trade/cefact/unlocode-code-list-country-and-territory\" for UN/LOCODE."@en ; rdfs:label "codeListReference"@en ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#codeListVersion :codeListVersion rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Version of the code list, for example \"223-1\" for UN/LOCODE. Used if the property codeListName is used or the version is not apparent from the resource referred to in property codeListReference."@en ; rdfs:label "codeListVersion"@en ; owl:comment "Domain :CodeListElement"@en . ### https://onerecord.iata.org/ns/cargo#coload :coload rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Coload indicator for the pieces (boolean)"@en ; rdfs:label "coload"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#commission :commission rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "The commission amount in favour of the Cargo Agent/Associate, applicable for the shipment concerned"@en ; rdfs:label "commission"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#commissionIndicator :commissionIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates if commission is applied. Boolean"@en ; rdfs:label "commissionIndicator"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#commissionPercentage :commissionPercentage rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "The commission percentage in favour of the Cargo Agent/Associate, applicable for the shipment concerned"@en ; rdfs:label "commissionPercentage"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#commodityItemNumber :commodityItemNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Indicates the specific commodity on which the rate class code is applied"@en ; rdfs:label "commodityItemNumber"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#commodityItemNumberForRate :commodityItemNumberForRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Indicates the specific commodity on which the rate class code is applied"@en ; rdfs:label "commodityItemNumberForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#complianceDeclarationText :complianceDeclarationText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Contains the warning message complying with the regulations text note. This field is mandatory for air (Air) "@en ; rdfs:label "complianceDeclarationText"@en ; owl:comment "Domain :DgDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#compositionIdentifier :compositionIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text holding the process number if necessary"@en ; rdfs:label "compositionIdentifier"@en ; owl:comment "Domain :UnitComposition"@en . ### https://onerecord.iata.org/ns/cargo#consignorDeclarationSignature :consignorDeclarationSignature rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Name of consignor signatory"@en ; rdfs:label "consignorDeclarationSignature" ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#consolidationIndicator :consolidationIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indication if the shipment is a consolidation"@en ; rdfs:label "consolidationIndicator"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#conversionFactor :conversionFactor rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Volume to weight conversion factor"@en ; rdfs:label "conversionFactor"@en ; owl:comment "Domain :VolumetricWeight"@en . ### https://onerecord.iata.org/ns/cargo#copyIndicator :copyIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates if the permit is a copy (true) or an original (false) (box 1)"@en ; rdfs:label "copyIndicator"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#correctionNumber :correctionNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of the adjustment"@en ; rdfs:label "correctionNumber"@en ; owl:comment "Domain :Adjustments"@en . ### https://onerecord.iata.org/ns/cargo#correctionSerialNumber :correctionSerialNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Serial Number of the correction"@en ; rdfs:label "correctionSerialNumber"@en ; owl:comment "Domain :Adjustments"@en . ### https://onerecord.iata.org/ns/cargo#creationDate :creationDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "DateTime at which the LogisticsEvent was posted"@en ; rdfs:label "creationDate"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#criticalitySafetyIndexNumeric :criticalitySafetyIndexNumeric rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Applies to fissile material only, other than fissile excepted. A numeric value expressed to one decimal place preceded by the letters CSI."@en ; rdfs:label "criticalitySafetyIndexNumeric"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#damageFlag :damageFlag rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates if the ULD is Damaged"@en ; rdfs:label "damageFlag"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#date :date rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "DateTime on which the CheckTemplate was released"@en ; rdfs:label "date"@en ; owl:comment "Domain :CheckTemplate"@en . ### https://onerecord.iata.org/ns/cargo#declarationDate :declarationDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time at which the DgDeclaration was declared"@en ; rdfs:label "declarationDate"@en . ### https://onerecord.iata.org/ns/cargo#department :department rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Department / Division / Unit"@en ; rdfs:label "department"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#departureDate :departureDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Departure date and time of the leg"@en ; rdfs:label "departureDate"@en ; owl:comment "Domain :TransportLegs"@en . ### https://onerecord.iata.org/ns/cargo#description :description rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Natural language description if required"@en ; rdfs:label "description"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#destinationCurrencyRate :destinationCurrencyRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Conversion rate applied"@en ; rdfs:label "destinationCurrencyRate"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#deviceModel :deviceModel rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Commercial denomination of the device"@en ; rdfs:label "deviceModel"@en ; owl:comment "Domain :IotDevice"@en . ### https://onerecord.iata.org/ns/cargo#discount :discount rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "This is used as a discount to the “official” transportation charge on AWB to arrive at actual selling price"@en ; rdfs:label "discount"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#documentIdentifier :documentIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Unique document identifier"@en ; rdfs:label "documentIdentifier"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#documentLink :documentLink rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Link to the document, e.g. URL of the file where it is hosted"@en ; rdfs:label "documentLink"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#documentName :documentName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "If no DocumentType provided, name of the referenced document "@en ; rdfs:label "documentName"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#documentType :documentType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Type of the referenced document . Can refer UNEDIFACT 11 e.g. 740 - Air Waybill, but not limited to"@en ; rdfs:label "documentType"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#documentVersion :documentVersion rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Document version number"@en ; rdfs:label "documentVersion"@en ; owl:comment "Domain :ExternalReference"@en . ### https://onerecord.iata.org/ns/cargo#earliestAcceptanceTime :earliestAcceptanceTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Earliest acceptance date time (requested or proposed)"@en ; rdfs:label "earliestAcceptanceTime"@en ; owl:comment "Domain :BookingTimes"@en . ### https://onerecord.iata.org/ns/cargo#employeeId :employeeId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Employee ID"@en ; rdfs:label "employeeId"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#epermitNumber :epermitNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The original number is a unique number allocated to each document by the relevant Management Authority. (box 1)"@en ; rdfs:label "epermitNumber"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#eventDate :eventDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time of the event"@en ; rdfs:label "eventDate"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#eventName :eventName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "If no EventCode provided, event name - e.g. Security clearance"@en ; rdfs:label "eventName"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#exchangeRate :exchangeRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "The Rate at which the Air Waybill Amount has been multiplied to arrive at the amount of settlement."@en ; rdfs:label "exchangeRate"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#exclusiveUseIndicator :exclusiveUseIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates an exclusive use shipment"@en ; rdfs:label "exclusiveUseIndicator"@en ; owl:comment "Domain :DgDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#expiryDate :expiryDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Product expiry date - e.g. for perishables goods or goods with programmed obsolescence"@en ; rdfs:label "expiryDate"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#firstName :firstName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "First name / given name"@en ; rdfs:label "firstName"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#fissileExceptionIndicator :fissileExceptionIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates if Fissile is excepted"@en ; rdfs:label "fissileExceptionIndicator"@en ; owl:comment "Domain :DgProductRadioactive"@en . ### https://onerecord.iata.org/ns/cargo#fissileExceptionReference :fissileExceptionReference rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Fissile exception reference, mandatory if Fissile Exception Indicator is true."@en ; rdfs:label "fissileExceptionReference"@en ; owl:comment "Domain :DgProductRadioactive"@en . ### https://onerecord.iata.org/ns/cargo#fuelType :fuelType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "e.g. Kerosene, Diesel, SAF, Electricity [renewable], Electricity [non-renewable]"@en ; rdfs:label "fuelType"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#goodsDescription :goodsDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of goods, for the BookingShipment the commodity list defined by Modernizing Cargo Distribution MCD working group can be used as a referential."@en ; rdfs:label "goodsDescription"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#goodsDescriptionForRate :goodsDescriptionForRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Goods description used in the rate described by the Line Item"@en ; rdfs:label "goodsDescriptionForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#grandTotal :grandTotal rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Total price"@en ; rdfs:label "grandTotal"@en ; owl:comment "Domain :Price"@en . ### https://onerecord.iata.org/ns/cargo#handlingInformation :handlingInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Free text. This may include items such as Control temperature for substances stabilized by temperature control, name and telephone number of a responsible person for infectious substances. "@en ; rdfs:label "handlingInformation"@en ; owl:comment "Domain :DgDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#hazardClassificationId :hazardClassificationId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Identifies the hazard class / division identification containing a numeric field separated by a decimal"@en ; rdfs:label "hazardClassificationId"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#hsCommodityDescription :hsCommodityDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Commodity description"@en ; rdfs:label "hsCommodityDescription"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#hsCommodityName :hsCommodityName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "If no Code provided, name of commodity"@en ; rdfs:label "hsCommodityName"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#hsType :hsType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Reference identifying the type of standard code to be used for the Commodity Classification (Brussels Tariff Nomenclature, EU Harmonized System Code, UN Standard International Trade Classification). Mandatory if the commodity code is more than 6 digits"@en ; rdfs:label "hsType"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#iataCargoAgentCode :iataCargoAgentCode rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:maxLength 7 ] ) ] , [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[-9]+" ] ) ] ; rdfs:comment "IATA accredited cargo agent 7 digit number"@en ; rdfs:label "iataCargoAgentCode"@en ; owl:comment "Domain :Company"@en . ### https://onerecord.iata.org/ns/cargo#iataCargoAgentLocationIdentifier :iataCargoAgentLocationIdentifier rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:maxLength 4 ] ) ] , [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[-9]+" ] ) ] ; rdfs:comment "IATA CASS cargo agent 4 digit branch number / location identifier"@en ; rdfs:label "iataCargoAgentLocationIdentifier"@en ; owl:comment "Domain :Company"@en . ### https://onerecord.iata.org/ns/cargo#isotopeId :isotopeId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Id of each radionuclide or for mixtures of radionuclides."@en ; rdfs:label "isotopeId"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#isotopeName :isotopeName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The name or symbol of each radionuclide or for mixtures of radionuclides, an appropriate general description, or a list of the most restrictive radionuclides. "@en ; rdfs:label "isotopeName"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#issuedOn :issuedOn rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time when the security status was issued"@en ; rdfs:label "issuedOn"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#jobTitle :jobTitle rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Job title / position"@en ; rdfs:label "jobTitle"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#knownShipper :knownShipper rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indication if shipper is a Known Shipper as per TSA grant"@en ; rdfs:label "knownShipper"@en ; owl:comment "Domain :BookingOptionRequest"@en . ### https://onerecord.iata.org/ns/cargo#lastName :lastName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Last name / family name / surname"@en ; rdfs:label "lastName"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#latestAcceptanceTime :latestAcceptanceTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Latest Acceptance time as per CargoIQ definition (requested, proposed or actual)"@en ; rdfs:label "latestAcceptanceTime"@en ; owl:comment "Domain :BookingTimes"@en . ### https://onerecord.iata.org/ns/cargo#latestArrivalTime :latestArrivalTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Latest arrival time at destination"@en ; rdfs:label "latestArrivalTime"@en ; owl:comment "Domain :BookingTimes"@en . ### https://onerecord.iata.org/ns/cargo#latitude :latitude rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Location latitude decimal"@en ; rdfs:label "latitude"@en ; owl:comment "Domain :Geolocation"@en . ### https://onerecord.iata.org/ns/cargo#legNumber :legNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Leg number"@en ; rdfs:label "TransportLegs"@en ; owl:comment "Domain :TransportLegs"@en . ### https://onerecord.iata.org/ns/cargo#lineItemNumber :lineItemNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of the line item"@en ; rdfs:label "lineItemNumber"@en ; owl:comment "Domain :WaybillLineItem"@en . ### https://onerecord.iata.org/ns/cargo#loadingPositionIdentifier :loadingPositionIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text stating the loading position in the TransportMeans"@en ; rdfs:label "loadingPositionIdentifier"@en ; owl:comment "Domain :Loading"@en . ### https://onerecord.iata.org/ns/cargo#locationIndicator :locationIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String indicating if the Other Charge Location is Origin (O) or Transit (T) or Destination(D)"@en ; rdfs:label "locationIndicator"@en . ### https://onerecord.iata.org/ns/cargo#locationName :locationName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Full name of the location"@en ; rdfs:label "locationName"@en ; owl:comment "Domain :Location"@en . ### https://onerecord.iata.org/ns/cargo#locationType :locationType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Location type - e.g. Airport, Freight terminal, Rail station, Seaport, etc"@en ; rdfs:label "locationType"@en ; owl:comment "Domain :Location"@en . ### https://onerecord.iata.org/ns/cargo#longText :longText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Long text of the question"@en ; rdfs:label "longText"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#longitude :longitude rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Location longitude decimal"@en ; rdfs:label "longitude"@en ; owl:comment "Domain :Geolocation"@en . ### https://onerecord.iata.org/ns/cargo#lotNumber :lotNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Production lot number / reference"@en ; rdfs:label "lotNumber"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#lowDispersibleIndicator :lowDispersibleIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "A notation that the material is low dispersible radioactive material."@en ; rdfs:label "lowDispersibleIndicator"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#materialModel :materialModel rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Model of the LoadingMaterial if any"@en ; rdfs:label "materialModel"@en ; owl:comment "Domain :LoadingMaterial"@en . ### https://onerecord.iata.org/ns/cargo#materialType :materialType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Type of the LoadingMaterial"@en ; rdfs:label "materialType"@en ; owl:comment "Domain :LoadingMaterial"@en . ### https://onerecord.iata.org/ns/cargo#maxSegments :maxSegments rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Maximum number of segments for the transportation of the goods. 1 means direct flight"@en ; rdfs:label "maxSegments"@en ; owl:comment "Domain :BookingPreferences"@en . ### https://onerecord.iata.org/ns/cargo#maximumQuantity :maximumQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Maximum quantity"@en ; rdfs:label "maximumQuantity"@en ; owl:comment "Domain :Ranges"@en . ### https://onerecord.iata.org/ns/cargo#measurementTimestamp :measurementTimestamp rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Timestamp for the measurement"@en ; rdfs:label "measurementTimestamp"@en ; owl:comment "Domain :Measurement"@en . ### https://onerecord.iata.org/ns/cargo#methodName :methodName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Name of the CO2 calculation method"@en ; rdfs:label "methodName"@en ; owl:comment "Domain :CO2Emissions"@en . ### https://onerecord.iata.org/ns/cargo#methodVersion :methodVersion rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Version used for the calculation"@en ; rdfs:label "methodVersion"@en ; owl:comment "Domain :CO2Emissions"@en . ### https://onerecord.iata.org/ns/cargo#middleName :middleName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Middle name/ other name"@en ; rdfs:label "middleName"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#minimumQuantity :minimumQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Minimum quantity"@en ; rdfs:label "minimumQuantity"@en ; owl:comment "Domain :Ranges"@en . ### https://onerecord.iata.org/ns/cargo#modularCheckNumber :modularCheckNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "The check is a Modular 7 validation on the AWB number, recorded as a boolean."@en ; rdfs:label "modularCheckNumber"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#movementTimestamp :movementTimestamp rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Timestamp (date and time) of the movement time. If the movement time is recorded asynchronously, the timestamp should reflect the actual time, not when the data was created."@en ; rdfs:label "movementTimestamp"@en ; owl:comment "Domain :MovementTime"@en . ### https://onerecord.iata.org/ns/cargo#name :name rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Human-understandable name of object depending on the context"@en ; rdfs:label "name"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#nbCorrections :nbCorrections rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of corrections to CASS records"@en ; rdfs:label "nbCorrections"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#note :note rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Free text for customs remarks, not used in OCI Composition Rules Table"@en ; rdfs:label "note"@en ; owl:comment "Domain :CustomsInformation"@en . ### https://onerecord.iata.org/ns/cargo#numberOfDoors :numberOfDoors rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of doors"@en ; rdfs:label "numberOfDoors"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#numberOfFittings :numberOfFittings rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of fittings"@en ; rdfs:label "numberOfFittings"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#numberOfNets :numberOfNets rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of nets"@en ; rdfs:label "numberOfNets"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#numberOfStraps :numberOfStraps rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of straps"@en ; rdfs:label "numberOfStraps"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#numericalValue :numericalValue rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Numerical value"@en ; rdfs:label "numericalValue"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#nvdForCarriage :nvdForCarriage rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "When no value is declared for Carriage, this field may be completed with the value TRUE otherwise FALSE"@en ; rdfs:label "nvdForCarriage"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#nvdForCustoms :nvdForCustoms rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "When no value is declared for Customs, this field may be completed with the value TRUE otherwise FALSE"@en ; rdfs:label "nvdForCustoms"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#ociLineNumber :ociLineNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Integer holding the oci line number when upcasting multi-line oci structures from CIMP/CXML"@en ; rdfs:label "ociLineNumber"@en . ### https://onerecord.iata.org/ns/cargo#offerValidFrom :offerValidFrom rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time of beginning of offer validity"@en ; rdfs:label "offerValidFrom"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#offerValidTo :offerValidTo rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time of end of offer validity"@en ; rdfs:label "offerValidTo"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#originReferencePermitDateTime :originReferencePermitDateTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Issuing date for Origin reference permit or re-export reference Certificate (box 12)"@en ; rdfs:label "originReferencePermitDateTime"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#originReferencePermitId :originReferencePermitId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "identifier of Origin reference permit or re-export reference Certificate (box 12/12a)"@en ; rdfs:label "originReferencePermitId"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#otherCustomsInformation :otherCustomsInformation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Supplementary Customs, Security and Regulatory Control Information"@en ; rdfs:label "otherCustomsInformation"@en ; owl:comment "Domain :CustomsInformation"@en . ### https://onerecord.iata.org/ns/cargo#otherIdentifierType :otherIdentifierType rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Identifier type or description"@en ; rdfs:label "otherIdentifierType"@en ; owl:comment "Domain :OtherIdentifier"@en . ### https://onerecord.iata.org/ns/cargo#otherScreeningMethods :otherScreeningMethods rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Other methods used to secure the cargo"@en ; rdfs:label "otherScreeningMethods"@en ; owl:comment "Domain :SecurityDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#overpackCriticalitySafetyIndexNumeric :overpackCriticalitySafetyIndexNumeric rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Applies to fissile material only, other than fissile excepted. A numeric value expressed to one decimal place preceded by the letters CSI. "@en ; rdfs:label "overpackCriticalitySafetyIndexNumeric"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#overpackIndicator :overpackIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Overpack indicator "@en ; rdfs:label "overpackIndicator"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#overpackT1 :overpackT1 rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "A single number assigned to a package, overpack or freight container to provide control over radiation exposure. "@en ; rdfs:label "overpackT1"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#packageSlac :packageSlac rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Integer holding the total slac of a grouping of pieces"@en ; rdfs:label "packageSlac"@en . ### https://onerecord.iata.org/ns/cargo#packagedeIdentifier :packagedeIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "SSCC-18 code for the value of the package mark, company or bar code, free text, pallet code, etc."@en ; rdfs:label "packagedeIdentifier"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#packingInstructionNumber :packingInstructionNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The packing instruction number applicable to the UN number / proper shipping name entry. A three-numeric value which may be preceded by the letter Y. Mandatory field for air transport (Air) "@en ; rdfs:label "packingInstructionNumber"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#partialEventIndicator :partialEventIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Boolean indicating that the LogisticsEvent is only applicable for parts of the LogisticObject it was recorded for, for example for some Pieces of a Shipment"@en ; rdfs:label "partialEventIndicator"@en ; owl:comment "Domain :LogisticsEvent"@en . ### https://onerecord.iata.org/ns/cargo#passed :passed rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Boolean indicating whether the Check was passed"@en ; rdfs:label "passed"@en ; owl:comment "Domain :CheckTotalResult"@en . ### https://onerecord.iata.org/ns/cargo#permitTypeOtherDescription :permitTypeOtherDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description if TypeCode is Other (box 1)"@en ; rdfs:label "permitTypeOtherDescription"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#pieceCountForRate :pieceCountForRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of pieces for which the rate description details apply"@en ; rdfs:label "pieceCountForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#pieceGroupCount :pieceGroupCount rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Number of pieces in the piece group"@en ; rdfs:label "pieceGroupCount"@en ; owl:comment "Domain :PieceGroup"@en . ### https://onerecord.iata.org/ns/cargo#pieceGroupId :pieceGroupId rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Identifier of the piece group, increasing integers"@en ; rdfs:label "pieceGroupId"@en ; owl:comment "Domain :PieceGroup"@en . ### https://onerecord.iata.org/ns/cargo#postOfficeBox :postOfficeBox rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Post Office box number / code"@en ; rdfs:label "postOfficeBox"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#preferredTransportId :preferredTransportId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "When part of the Request it refers to the preferred Transport ID from the customer. When part of the BookingOption (offer or actual booking) it refers to the expected Transport ID or flight"@en ; rdfs:label "preferredTransportId"@en ; owl:comment "Domain :BookingPreferences"@en . ### https://onerecord.iata.org/ns/cargo#prefix :prefix rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:maxLength 3 ] ) ] , [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[-9]+" ] ) ] ; rdfs:comment "IATA three-numeric airline prefix number"@en ; rdfs:label "prefix"@en ; owl:comment "Domain :Carrier"@en . ### https://onerecord.iata.org/ns/cargo#priceReferenceId :priceReferenceId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Reference to a price reference if existing (e.g. Allotment number, contract reference, etc.)"@en ; rdfs:label "priceReferenceId"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#priceSpecification :priceSpecification rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Specification of the price e.g. Street, Group, Spot, etc."@en ; rdfs:label "priceSpecification"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#productDescription :productDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Carrier's product description"@en ; rdfs:label "productDescription"@en ; owl:comment "Domain :CarrierProduct"@en . ### https://onerecord.iata.org/ns/cargo#productionDate :productionDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Production date"@en ; rdfs:label "productionDate"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#properShippingName :properShippingName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The name used to describe the particular article or substance as shown in the UN Model Regulations Dangerous Goods List"@en ; rdfs:label "properShippingName"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#qValueNumeric :qValueNumeric rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Most instances of all packed in one will require the addition of the Q value which 1. Applies to air transport only. (Air) "@en ; rdfs:label "qValueNumeric"@en ; owl:comment "Domain :PieceDg"@en . ### https://onerecord.iata.org/ns/cargo#quantity :quantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Quantity for the charge if applicable"@en ; rdfs:label "quantity"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#quantityAnimals :quantityAnimals rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Quantity including units (box 11)"@en ; rdfs:label "quantityAnimals"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#quantityForUnitPrice :quantityForUnitPrice rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Product quantity for unit price - e.g. 12 (eggs for one USD 1)"@en ; rdfs:label "quantityForUnitPrice"@en ; owl:comment "Domain :Item"@en . ### https://onerecord.iata.org/ns/cargo#questionNumber :questionNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Number of the Question within the template (alphanumeric)"@en ; rdfs:label "questionNumber"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#questionSection :questionSection rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Section of the CheckTemplate this Question is part of"@en ; rdfs:label "questionSection"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#rateSlac :rateSlac rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Integer holding the total slac considered for a rate"@en ; rdfs:label "rateSlac"@en . ### https://onerecord.iata.org/ns/cargo#reasonDescription :reasonDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "String describing the reason for a charge"@en ; rdfs:label "reasonDescription"@en ; owl:comment "Domain :OtherCharge"@en . ### https://onerecord.iata.org/ns/cargo#reasonsForAdjustments :reasonsForAdjustments rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "A free text for user to include a reason for correction"@en ; rdfs:label "reasonsForAdjustments"@en ; owl:comment "Domain :Adjustments"@en . ### https://onerecord.iata.org/ns/cargo#regulatedEntityExpiryDate :regulatedEntityExpiryDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Expiry date 4 digits month/year"@en ; rdfs:label "regulatedEntityExpiryDate"@en ; owl:comment "Domain :RegulatedEntity"@en . ### https://onerecord.iata.org/ns/cargo#regulatedEntityIdentifier :regulatedEntityIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Regulated entity identifier as per IATA e-CSD/CSD Resolution 65"@en ; rdfs:label "regulatedEntityIdentifier"@en ; owl:comment "Domain :RegulatedEntity"@en . ### https://onerecord.iata.org/ns/cargo#remarks :remarks rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Remarks or Supplement Information"@en ; rdfs:label "remarks"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#remarksText :remarksText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Details of the remarks, mandatory"@en ; rdfs:label "remarksText"@en ; owl:comment "Domain :StationRemarks"@en . ### https://onerecord.iata.org/ns/cargo#reportableQuantity :reportableQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Reportable quantities, To and from the USA only"@en ; rdfs:label "reportableQuantity"@en ; owl:comment "Domain :ItemDg"@en . ### https://onerecord.iata.org/ns/cargo#requestMatch :requestMatch rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicates if the Booking Option is a match to the Booking Option Request preferences"@en ; rdfs:label "requestMatch"@en ; owl:comment "Domain :BookingOption"@en . ### https://onerecord.iata.org/ns/cargo#salutation :salutation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Salutation "@en ; rdfs:label "salutation"@en ; owl:comment "Domain :Person"@en . ### https://onerecord.iata.org/ns/cargo#seal :seal rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Seal identifier"@en ; rdfs:label "seal"@en ; owl:comment "Domain :TransportMovement"@en . ### https://onerecord.iata.org/ns/cargo#sealNumber :sealNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "ULD seal number if applicable"@en ; rdfs:label "sealNumber"@en ; owl:comment "Domain :LoadingUnit"@en . ### https://onerecord.iata.org/ns/cargo#securityStampId :securityStampId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Security Stamp ID"@en ; rdfs:label "securityStampId"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#sequenceNumber :sequenceNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text to detail sequence number (alphanumeric)"@en ; rdfs:label "sequenceNumber"@en ; owl:comment "Domain :ActivitySequence"@en . ### https://onerecord.iata.org/ns/cargo#serialNumber :serialNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Serial number that allows to uniquely identify the object"@en ; rdfs:label "serialNumber"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#shipperDeclarationText :shipperDeclarationText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Contains the shipper's declaration to comply with the regulations text note. Free text . This field is mandatory for air (Air)"@en ; rdfs:label "shipperDeclarationText"@en ; owl:comment "Domain :DgDeclaration"@en . ### https://onerecord.iata.org/ns/cargo#shippingInfo :shippingInfo rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The shipper or its Agent may enter the appropriate optional shipping"@en ; rdfs:label "shippingInfo"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#shippingMarks :shippingMarks rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Shipping marks"@en ; rdfs:label "shippingMarks"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#shippingRefNo :shippingRefNo rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Optional shipping reference number if any"@en ; rdfs:label "shippingRefNo"@en ; owl:comment "Domain :Waybill"@en . ### https://onerecord.iata.org/ns/cargo#shortName :shortName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short name of the Organization if any"@en ; rdfs:label "shortName"@en ; owl:comment "Domain :Organization"@en . ### https://onerecord.iata.org/ns/cargo#shortText :shortText rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text of the Question"@en ; rdfs:label "shortText"@en ; owl:comment "Domain :Question"@en . ### https://onerecord.iata.org/ns/cargo#signatureDate :signatureDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Date and time of the signature"@en ; rdfs:label "signatureDate"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#signatureStatement :signatureStatement rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Signatory signature authentication text"@en ; rdfs:label "signatureStatement"@en ; owl:comment "Domain :EpermitSignature"@en . ### https://onerecord.iata.org/ns/cargo#skeletonIndicator :skeletonIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicator whether a logistics object is a skeleton object"@en ; rdfs:label "skeletonIndicator"@en ; owl:comment "Domain :LogisticsObject"@en . ### https://onerecord.iata.org/ns/cargo#slac :slac rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Shipper's Load And Count ( total contained piece count as provided by shipper)"@en ; rdfs:label "slac"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#slacForRate :slacForRate rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Slac used for the rate described by the Line item"@en ; rdfs:label "slacForRate"@en ; owl:comment "Domain :WaybillLineItem"@en ; owl:deprecated "true"^^xsd:boolean . ### https://onerecord.iata.org/ns/cargo#specialConditions :specialConditions rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Special conditions (box 5)"@en ; rdfs:label "specialConditions"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#specialFormIndicator :specialFormIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "A notation that the material is special form"@en ; rdfs:label "specialFormIndicator"@en ; owl:comment "Domain :DgRadioactiveIsotope"@en . ### https://onerecord.iata.org/ns/cargo#specialProvisionId :specialProvisionId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "For Air Mode: Special Provision may show a single, double or triple digit number preceded by the letter A, against appropriate entries in the List of Dangerous Goods"@en ; rdfs:label "specialProvisionId"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#specialServiceRequests :specialServiceRequests rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Special service requests"@en ; rdfs:label "specialServiceRequests"@en ; owl:comment "Domain :BookingShipment"@en . ### https://onerecord.iata.org/ns/cargo#speciesCommonName :speciesCommonName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Species common name (box 8)"@en ; rdfs:label "speciesCommonName"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#speciesScientificName :speciesScientificName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Species scientific name (box 7)"@en ; rdfs:label "speciesScientificName"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#specimenDescription :specimenDescription rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Description of specimens, including age and sex if LA (box 9)"@en ; rdfs:label "specimenDescription"@en ; owl:comment "Domain :PieceLiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#stackable :stackable rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Stackable indicator for the pieces (boolean)"@en ; rdfs:label "stackable"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#storagePlaceIdentifier :storagePlaceIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text stating the exact place of storage"@en ; rdfs:label "storagePlaceIdentifier"@en ; owl:comment "Domain :Storing"@en . ### https://onerecord.iata.org/ns/cargo#storingIdentifier :storingIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Short text holding the process number if necessary"@en ; rdfs:label "storingIdentifier"@en ; owl:comment "Domain :Storage"@en . ### https://onerecord.iata.org/ns/cargo#streetAddressLines :streetAddressLines rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Street address including street name, street number, building number, apartment etc"@en ; rdfs:label "streetAddressLines"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#subTotal :subTotal rdf:type owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:comment "Subtotal of the charge"@en ; rdfs:label "subTotal"@en ; owl:comment "Domain :Ratings"@en . ### https://onerecord.iata.org/ns/cargo#supplementaryInfoPrefix :supplementaryInfoPrefix rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Additional information that may be added in addition to the proper shipping name to more fully describe the goods or to identify a particular condition"@en ; rdfs:label "supplementaryInfoPrefix"@en ; owl:comment "Domain :ItemDg"@en . ### https://onerecord.iata.org/ns/cargo#supplementaryInfoSuffix :supplementaryInfoSuffix rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Additional information that may be added in addition to the proper shipping to more fully describe the goods or to identify a particular condition"@en ; rdfs:label "supplementaryInfoSuffix"@en ; owl:comment "Domain :ItemDg"@en . ### https://onerecord.iata.org/ns/cargo#technicalName :technicalName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "This is additional chemical name(s) required for some proper shipping names. When added the technical must be shown in parentheses immediately following the proper shipping name. "@en ; rdfs:label "technicalName"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#templatePurpose :templatePurpose rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Purpose of the template"@en ; rdfs:label "templatePurpose"@en ; owl:comment "Domain :CheckTemplate"@en . ### https://onerecord.iata.org/ns/cargo#text :text rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Text for the Answer"@en ; rdfs:label "text"@en ; owl:comment "Domain :Answer"@en . ### https://onerecord.iata.org/ns/cargo#textualHandlingInstructions :textualHandlingInstructions rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Strings to provide free text handling instructions such as SSR and OSI"@en ; rdfs:label "textualHandlingInstructions"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#textualPostCode :textualPostCode rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Postal / ZIP code"@en ; rdfs:label "textualPostCode"@en ; owl:comment "Domain :Address"@en . ### https://onerecord.iata.org/ns/cargo#textualValue :textualValue rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Textual value filled on use context (eg. characteristic colour, contactDetail mail address, etc.)"@en ; rdfs:label "textualValue"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#timeOfAvailability :timeOfAvailability rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Time of availability of the shipment as per CargoIQ definition"@en ; rdfs:label "timeOfAvailability"@en ; owl:comment "Domain :BookingTimes"@en . ### https://onerecord.iata.org/ns/cargo#totalTransitTime :totalTransitTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:duration ; rdfs:comment "Total transit time as per CargoIQ definition, expressed as a duration"@en ; rdfs:label "totalTransitTime"@en ; owl:comment "Domain :BookingTimes"@en . ### https://onerecord.iata.org/ns/cargo#transactionPurpose :transactionPurpose rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Purpose of the transaction in free text (box 5a)"@en ; rdfs:label "transactionPurpose"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#transportContractId :transportContractId rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Reference to the Air Waybill or other transport contract document (box 15)"@en ; rdfs:label "transportContractId"@en ; owl:comment "Domain :LiveAnimalsEpermit"@en . ### https://onerecord.iata.org/ns/cargo#transportIdentifier :transportIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Airline flight number, or rail/truck/maritime line id"@en ; rdfs:label "transportIdentifier"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#transportIndexNumeric :transportIndexNumeric rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "Radioactive Transport-Index value of the package or all packed in one. Conditionally mandatory and applies to categories II-Yellow and III-Yellow only; field only contains the value, if printed, TI must be added as a prefix to the value to be printed in the Packing Instructions column"@en ; rdfs:label "transportIndexNumeric"@en ; owl:comment "Domain :DgProductRadioactive"@en . ### https://onerecord.iata.org/ns/cargo#turnable :turnable rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Turnable indicator for the pieces (boolean)"@en ; rdfs:label "turnable"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#uldSerialNumber :uldSerialNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Serial number that allows to uniquely identify the ULD"@en ; rdfs:label "uldSerialNumber"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#unNumber :unNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Reference identifying the United Nations Dangerous Goods serial number assigned within the UN to substances and articles contained in a list of the dangerous goods most commonly carried. e.g. 1189 - Ethylene glycol monomethyl ether acetate"@en ; rdfs:label "unNumber"@en ; owl:comment "Domain :ProductDg"@en . ### https://onerecord.iata.org/ns/cargo#uniqueIdentifier :uniqueIdentifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Manufacturer's unique product identifier"@en ; rdfs:label "uniqueIdentifier"@en ; owl:comment "Domain :Product"@en . ### https://onerecord.iata.org/ns/cargo#unitBasis :unitBasis rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Specific commodity code linked to commodity"@en ; rdfs:label "unitBasis"@en ; owl:comment "Domain :Ranges"@en . ### https://onerecord.iata.org/ns/cargo#upid :upid rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Unique Piece Identifier (UPID) of the piece. Refer IATA Recommended Practice 1689"@en ; rdfs:label "upid"@en ; owl:comment "Domain :Piece"@en . ### https://onerecord.iata.org/ns/cargo#usedToDateQuotaQuantity :usedToDateQuotaQuantity rdf:type owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:comment "total number of specimens exported in the current calendar year and the current annual quota for the species concerned (box 11a)"@en ; rdfs:label "usedToDateQuotaQuantity"@en ; owl:comment "Domain :EpermitConsignment"@en . ### https://onerecord.iata.org/ns/cargo#validFrom :validFrom rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Validity start date based on usage context"@en ; rdfs:label "validFrom"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#validUntil :validUntil rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "Validity end date (date of expiry) based on usage context"@en ; rdfs:label "validUntil"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#vatIndicator :vatIndicator rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Indicate if subject to VAT (boolean)"@en ; rdfs:label "vatIndicator"@en ; owl:comment "Domain :BillingDetails"@en . ### https://onerecord.iata.org/ns/cargo#vehicleModel :vehicleModel rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Model or make of the vehicle (e.g. A33-3)"@en ; rdfs:label "vehicleModel"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#vehicleRegistration :vehicleRegistration rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Vehicle identification - e.g. aircraft registration number"@en ; rdfs:label "vehicleRegistration"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#vehicleSize :vehicleSize rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Size of the vehicle - free text"@en ; rdfs:label "vehicleSize"@en ; owl:comment "Domain :TransportMeans"@en . ### https://onerecord.iata.org/ns/cargo#version :version rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "Version of the template"@en ; rdfs:label "version"@en ; owl:comment "Domain :CheckTemplate"@en . ### https://onerecord.iata.org/ns/cargo#waybillNumber :waybillNumber rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:pattern "[A-Z0-9]+" ] ) ] ; rdfs:comment "House or Master Waybill unique identifier"@en ; rdfs:label "waybillNumber"@en ; owl:comment "Domain owl:Thing"@en . ### https://onerecord.iata.org/ns/cargo#waybillPrefix :waybillPrefix rdf:type owl:DatatypeProperty ; rdfs:range [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:string ; owl:withRestrictions ( [ xsd:maxLength 3 ] ) ] ; rdfs:comment "Prefix used for the Waybill Number. Refer to IATA Airlines Codes"@en ; rdfs:label "waybillPrefix"@en ; owl:comment "Domain owl:Thing"@en . ################################################################# # Classes ################################################################# ### https://onerecord.iata.org/ns/cargo#AccountNumber :AccountNumber rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :accountNumberType ; owl:allValuesFrom :AccountType ] , [ rdf:type owl:Restriction ; owl:onProperty :accountNumberType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:label "AccountNumber" ; owl:comment "Account type and number of a Party" ; :vis_element "Embedded" . ### https://onerecord.iata.org/ns/cargo#AccountType :AccountType rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Open code list for Account types" ; rdfs:label "AccountType" ; :vis_element "Enum" . ### https://onerecord.iata.org/ns/cargo#AccountingNote :AccountingNote rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :accountingNoteIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :accountingNoteText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :accountingNoteIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :accountingNoteText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Embedded object used for AWB mapping (box 10)"@en ; rdfs:label "AccountingNote"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#ActionTimeType :ActionTimeType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :ACTUAL :PLANNED :REQUESTED ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for acceptable action times"@en ; rdfs:label "ActionTimeType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#ActivitySequence :ActivitySequence rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :activity ; owl:allValuesFrom :LogisticsActivity ] , [ rdf:type owl:Restriction ; owl:onProperty :activity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :sequenceNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :sequenceNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Embedded object to create a sequence of Activities in the context of a Service"@en ; rdfs:label "ActivitySequence"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Actor :Actor rdf:type owl:Class ; rdfs:subClassOf :LogisticsAgent , [ rdf:type owl:Restriction ; owl:onProperty :associatedOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :associatedOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Superclass: Actors are Persons or entities acting like a single person"@en ; rdfs:label "Actor"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#Address :Address rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :addressCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :cityCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :country ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :postalCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :regionCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :addressCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :cityCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :country ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :postalCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :regionCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :cityName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :postOfficeBox ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :streetAddressLines ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualPostCode ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :cityName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :postOfficeBox ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :textualPostCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Address details"@en ; rdfs:label "Address"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Adjustments :Adjustments rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :correctionNumber ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :correctionSerialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :reasonsForAdjustments ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :correctionNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :correctionSerialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :reasonsForAdjustments ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Adjustments in the context of CASS records"@en ; rdfs:label "Adjustments" ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Answer :Answer rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :answerActor ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :answerValue ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :givenAtLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :question ; owl:allValuesFrom :Question ] , [ rdf:type owl:Restriction ; owl:onProperty :answerActor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :answerValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :givenAtLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :question ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :text ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :text ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Answer holds the answer to one Question"@en ; rdfs:label "Answer"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#BillingDetails :BillingDetails rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :adjustments ; owl:allValuesFrom :Adjustments ] , [ rdf:type owl:Restriction ; owl:onProperty :awbUseIndicator ; owl:allValuesFrom codes:AWBUseIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :detailedWaybill ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :taxDueAgent ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :taxDueAirline ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :awbUseIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :detailedWaybill ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :taxDueAgent ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :taxDueAirline ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :awbAcceptanceDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :awbDeliveryDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :awbExecutionDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :commission ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :commissionIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :commissionPercentage ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :discount ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :exchangeRate ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :nbCorrections ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :vatIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :awbAcceptanceDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :awbDeliveryDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :awbExecutionDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :commission ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :commissionIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :commissionPercentage ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :discount ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :exchangeRate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :nbCorrections ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :vatIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "In the context of CASS2. process, BillingDetails object is used to integrate specific Billing and Settlement data requirements"@en ; rdfs:label "BillingDetails"@en ; :vis_element "BillingSettlement"@en . ### https://onerecord.iata.org/ns/cargo#Booking :Booking rdf:type owl:Class ; rdfs:subClassOf :LogisticsService , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingRequest ; owl:allValuesFrom :BookingRequest ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingSegments ; owl:allValuesFrom :BookingSegment ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingShipmentDetails ; owl:allValuesFrom :BookingShipment ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingStatus ; owl:allValuesFrom :BookingStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingTimes ; owl:allValuesFrom :BookingTimes ] , [ rdf:type owl:Restriction ; owl:onProperty :carrier ; owl:allValuesFrom :Carrier ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:allValuesFrom :CarrierProduct ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForWaybill ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :stationRemarks ; owl:allValuesFrom :StationRemarks ] , [ rdf:type owl:Restriction ; owl:onProperty :transportLegs ; owl:allValuesFrom :TransportLegs ] , [ rdf:type owl:Restriction ; owl:onProperty :updateBookingOptionRequests ; owl:allValuesFrom :BookingOptionRequest ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingRequest ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingShipmentDetails ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingStatus ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForWaybill ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingInfo ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingInfo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Booking object refers to a confirmed booking"@en ; rdfs:label "Booking"@en ; :vis_element "Service"@en . ### https://onerecord.iata.org/ns/cargo#BookingOption :BookingOption rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :bookingTimes ; owl:allValuesFrom :BookingTimes ] , [ rdf:type owl:Restriction ; owl:onProperty :carrier ; owl:allValuesFrom :Carrier ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:allValuesFrom :CarrierProduct ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOptionRequest ; owl:allValuesFrom :BookingOptionRequest ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingRequest ; owl:allValuesFrom :BookingRequest ] , [ rdf:type owl:Restriction ; owl:onProperty :price ; owl:allValuesFrom :Price ] , [ rdf:type owl:Restriction ; owl:onProperty :stationRemarks ; owl:allValuesFrom :StationRemarks ] , [ rdf:type owl:Restriction ; owl:onProperty :statusBookingOption ; owl:allValuesFrom :BookingOptionStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :transportLegs ; owl:allValuesFrom :TransportLegs ] , [ rdf:type owl:Restriction ; owl:onProperty :unitsPreference ; owl:allValuesFrom :UnitsPreference ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingTimes ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOptionRequest ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingRequest ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :price ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :statusBookingOption ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :unitsPreference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :alternatives ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :offerValidFrom ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :offerValidTo ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :requestMatch ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :offerValidFrom ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :offerValidTo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :requestMatch ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Booking details"@en ; rdfs:label "BookingOption"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#BookingOptionRequest :BookingOptionRequest rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :bookingOptions ; owl:allValuesFrom :BookingOption ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingPreference ; owl:allValuesFrom :BookingPreferences ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingShipmentDetails ; owl:allValuesFrom :BookingShipment ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingToUpdate ; owl:allValuesFrom :Booking ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:allValuesFrom :CarrierProduct ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :timePreferences ; owl:allValuesFrom :BookingTimes ] , [ rdf:type owl:Restriction ; owl:onProperty :transportLegs ; owl:allValuesFrom :TransportLegs ] , [ rdf:type owl:Restriction ; owl:onProperty :unitsPreference ; owl:allValuesFrom :UnitsPreference ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingPreference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingShipmentDetails ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :bookingToUpdate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierProduct ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :timePreferences ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :unitsPreference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :knownShipper ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :knownShipper ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Request object, refers to the Quote request or Booking request "@en ; rdfs:label "BookingOptionRequest"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#BookingOptionStatus :BookingOptionStatus rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :BOOKABLE :BOOKED :EXPIRED :NONBOOKABLE :NOT_BOOKABLE :ON_REQUEST :QUEUED ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list containing the statuses of a booking option"@en ; rdfs:label "BookingOptionStatus"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#BookingPreferences :BookingPreferences rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :aircraftPossibilityCode ; owl:allValuesFrom codes:AircraftPossibilityCode ] , [ rdf:type owl:Restriction ; owl:onProperty :excludedViaPoints ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :includedViaPoints ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :aircraftPossibilityCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :maxSegments ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :preferredTransportId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :priceReferenceId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :maxSegments ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :preferredTransportId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :priceReferenceId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "BookingPreferences details"@en ; rdfs:label "BookingPreferences"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#BookingRequest :BookingRequest rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :booking ; owl:allValuesFrom :Booking ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOption ; owl:allValuesFrom :BookingOption ] , [ rdf:type owl:Restriction ; owl:onProperty :booking ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOption ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "A party, usually the freight forwarder, creates the BookingRequest in order to confirm the booking to the Carrier"@en ; rdfs:label "BookingRequest"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#BookingSegment :BookingSegment rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :pieceGroups ; owl:allValuesFrom :PieceGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :spaceAllocationCode ; owl:allValuesFrom codes:SpaceAllocationCode ] , [ rdf:type owl:Restriction ; owl:onProperty :transportLegs ; owl:allValuesFrom :TransportLegs ] , [ rdf:type owl:Restriction ; owl:onProperty :spaceAllocationCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportLegs ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :allotmentCode ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :allotmentCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Information about the booking status on segment level, assigning pieces and ULDs to a TransportLeg with a Space Allocation Code"@en ; rdfs:label "BookingSegment"@en . ### https://onerecord.iata.org/ns/cargo#BookingShipment :BookingShipment rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :customsInformation ; owl:allValuesFrom :CustomsInformation ] , [ rdf:type owl:Restriction ; owl:onProperty :densityGroupCode ; owl:allValuesFrom codes:DensityGroupCode ] , [ rdf:type owl:Restriction ; owl:onProperty :expectedCommodity ; owl:allValuesFrom codes:CommodityCode ] , [ rdf:type owl:Restriction ; owl:onProperty :expectedHScode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOptionRequest ; owl:allValuesFrom :BookingOptionRequest ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroups ; owl:allValuesFrom :PieceGroup ] , [ rdf:type owl:Restriction ; owl:onProperty :specialHandlingCodes ; owl:allValuesFrom codes:SpecialHandlingCode ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureInstructions ; owl:allValuesFrom :TemperatureInstructions ] , [ rdf:type owl:Restriction ; owl:onProperty :totalDimensions ; owl:allValuesFrom :Dimensions ] , [ rdf:type owl:Restriction ; owl:onProperty :totalGrossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :densityGroupCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :expectedCommodity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :expectedHScode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOptionRequest ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureInstructions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :totalDimensions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :totalGrossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :consolidationIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :specialServiceRequests ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualHandlingInstructions ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :consolidationIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Simplified shipment object that is to be used only for the distribution scope where only a subset of data is known priori to operational phase."@en ; rdfs:label "BookingShipment"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#BookingStatus :BookingStatus rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :CONFIRMED :DELETED :QUEUED :REJECTED ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list containing the possible statuses of a booking"@en ; rdfs:label "BookingStatus"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#BookingTimes :BookingTimes rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :earliestAcceptanceTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :latestAcceptanceTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :latestArrivalTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :timeOfAvailability ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :totalTransitTime ; owl:allValuesFrom xsd:duration ] , [ rdf:type owl:Restriction ; owl:onProperty :earliestAcceptanceTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :latestAcceptanceTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :latestArrivalTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :timeOfAvailability ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :totalTransitTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Previously called Schedule. This object refers to times used for the Booking Option Request (preferences part of the request) or the Booking Option (times sur as LAT where there is a commitment from the carrier)"@en ; rdfs:label "BookingTimes"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#CO2Emissions :CO2Emissions rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :calculatedEmissions ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :calculationFor ; owl:allValuesFrom :LogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :calculatedEmissions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :calculationFor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :methodName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :methodVersion ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :methodName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :methodVersion ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "CO2 Calculation"@en ; rdfs:label "CO2Emissions"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#Carrier :Carrier rdf:type owl:Class ; rdfs:subClassOf :Company , [ rdf:type owl:Restriction ; owl:onProperty :airlineCode ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :prefix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :airlineCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :prefix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Company details of carriers"@en ; rdfs:label "Carrier"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#CarrierProduct :CarrierProduct rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :productCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceLevelCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :productCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceLevelCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :productDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :productDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Carrier product details"@en ; rdfs:label "CarrierProduct"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Characteristic :Characteristic rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :characteristicType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :characteristicType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Product additional details"@en ; rdfs:label "Characteristic"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Check :Check rdf:type owl:Class ; rdfs:subClassOf :LogisticsAction , [ rdf:type owl:Restriction ; owl:onProperty :checkTotalResult ; owl:allValuesFrom :CheckTotalResult ] , [ rdf:type owl:Restriction ; owl:onProperty :checkedObject ; owl:allValuesFrom :LogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :checker ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :usedTemplate ; owl:allValuesFrom :CheckTemplate ] , [ rdf:type owl:Restriction ; owl:onProperty :checkTotalResult ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :checkedObject ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :checker ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :usedTemplate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Action to describe a check"@en ; rdfs:label "Check"@en ; :vis_element "Action"@en . ### https://onerecord.iata.org/ns/cargo#CheckTemplate :CheckTemplate rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :legacyTemplate ; owl:allValuesFrom :ExternalReference ] , [ rdf:type owl:Restriction ; owl:onProperty :questions ; owl:allValuesFrom :Question ] , [ rdf:type owl:Restriction ; owl:onProperty :usedInCheck ; owl:allValuesFrom :Check ] , [ rdf:type owl:Restriction ; owl:onProperty :legacyTemplate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :usedInCheck ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :date ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :templatePurpose ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :version ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :date ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :templatePurpose ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :version ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Body of a Check referencing various Questions"@en ; rdfs:label "CheckTemplate"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#CheckTotalResult :CheckTotalResult rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :certifiedByActor ; owl:allValuesFrom :Person ] , [ rdf:type owl:Restriction ; owl:onProperty :resultOfCheck ; owl:allValuesFrom :Check ] , [ rdf:type owl:Restriction ; owl:onProperty :resultValue ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :certifiedByActor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :resultOfCheck ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :resultValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :checkRemark ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :passed ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :checkRemark ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :passed ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Result of a Check"@en ; rdfs:label "CheckTotalResult"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#CodeListElement :CodeListElement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :code ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :codeDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :codeLevel ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListReference ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListVersion ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :code ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :codeDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :codeLevel ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListReference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :codeListVersion ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Embedded object to transmit codes from non-RDF code lists in 1R in a semi-structured way. Code lists may be externally maintained codes (such as HS codes) or carrier-specific codes. If a code is present in RDF-form as Named Individual (like in the 1R core code lists ontology), it suffices to put in its IRI"@en ; rdfs:label "CodeListElement"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Company :Company rdf:type owl:Class ; rdfs:subClassOf :Organization , [ rdf:type owl:Restriction ; owl:onProperty :iataCargoAgentCode ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :iataCargoAgentLocationIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :iataCargoAgentCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :iataCargoAgentLocationIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Company details"@en ; rdfs:label "Company"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#Composing :Composing rdf:type owl:Class ; rdfs:subClassOf :LogisticsAction , [ rdf:type owl:Restriction ; owl:onProperty :composedMaterials ; owl:allValuesFrom :LoadingMaterial ] , [ rdf:type owl:Restriction ; owl:onProperty :composedPieces ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :compositionType ; owl:allValuesFrom :CompositionType ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingUnit ; owl:allValuesFrom :LoadingUnit ] , [ rdf:type owl:Restriction ; owl:onProperty :compositionType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Action to describe build-up or break-down of LoadingUnits"@en ; rdfs:label "Composing"@en ; :vis_element "Action"@en . ### https://onerecord.iata.org/ns/cargo#CompositionType :CompositionType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :COMPOSITION :DECOMPOSITION ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for Composing subtypes"@en ; rdfs:label "CompositionType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#ContactDetail :ContactDetail rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :contactDetailType ; owl:allValuesFrom :ContactDetailType ] , [ rdf:type owl:Restriction ; owl:onProperty :contactDetailType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Contact details"@en ; rdfs:label "ContactDetail"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#ContactDetailType :ContactDetailType rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Open code list for types of contact details"@en ; rdfs:label "ContactDetailType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#ContactRole :ContactRole rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Open code list for roles of a contact"@en ; rdfs:label "ContactRole"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#CurrencyValue :CurrencyValue rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :currencyUnit ; owl:allValuesFrom codes:CurrencyCode ] , [ rdf:type owl:Restriction ; owl:onProperty :currencyUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numericalValue ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :numericalValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Embedded object to transmit currencies"@en ; rdfs:label "CurrencyValue"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#CustomsInformation :CustomsInformation rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :contentCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :country ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForPiece ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForShipment ; owl:allValuesFrom :Shipment ] , [ rdf:type owl:Restriction ; owl:onProperty :subjectCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :contentCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :country ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForPiece ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForShipment ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :subjectCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :note ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :ociLineNumber ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :otherCustomsInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :note ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :ociLineNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :otherCustomsInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Customs information details"@en ; rdfs:label "CustomsInformation"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#DgDeclaration :DgDeclaration rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :declarationPlace ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForPiece ; owl:allValuesFrom :PieceDg ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :declarationPlace ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForPiece ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :aircraftLimitationInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :complianceDeclarationText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :declarationDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :exclusiveUseIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :handlingInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shipperDeclarationText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :aircraftLimitationInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :complianceDeclarationText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :declarationDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :exclusiveUseIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :handlingInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shipperDeclarationText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Dangerous goods declaration"@en ; rdfs:label "DgDeclaration"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#DgProductRadioactive :DgProductRadioactive rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :dgRaTypeCode ; owl:allValuesFrom codes:RaTypeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :forProductDg ; owl:allValuesFrom :ProductDg ] , [ rdf:type owl:Restriction ; owl:onProperty :isotopes ; owl:allValuesFrom :DgRadioactiveIsotope ] , [ rdf:type owl:Restriction ; owl:onProperty :dgRaTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forProductDg ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fissileExceptionIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :fissileExceptionReference ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIndexNumeric ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :fissileExceptionIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fissileExceptionReference ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIndexNumeric ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Details of the radioactive products "@en ; rdfs:label "DgProductRadioactive"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#DgRadioactiveIsotope :DgRadioactiveIsotope rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :contentOfDgProductRadioactive ; owl:allValuesFrom :DgProductRadioactive ] , [ rdf:type owl:Restriction ; owl:onProperty :physicalChemicalForm ; owl:allValuesFrom codes:RadioactiveMaterialClassification ] , [ rdf:type owl:Restriction ; owl:onProperty :contentOfDgProductRadioactive ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :physicalChemicalForm ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :activityLevelMeasure ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :criticalitySafetyIndexNumeric ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :isotopeId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :isotopeName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :lowDispersibleIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :specialFormIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :activityLevelMeasure ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :criticalitySafetyIndexNumeric ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :isotopeId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :isotopeName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :lowDispersibleIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :specialFormIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Details of the radioactive isotope contained in the product"@en ; rdfs:label "DgRadioactiveIsotope"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#Dimensions :Dimensions rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :height ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :length ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :volume ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :width ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :height ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :length ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :volume ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :width ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Dimension details"@en ; rdfs:label "Dimensions"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#DirectionType :DirectionType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :INBOUND :OUTBOUND :UNPLANNED_STOP ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for the direction of a MovementTime"@en ; rdfs:label "DirectionType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#EpermitConsignment :EpermitConsignment rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :consignmentItems ; owl:allValuesFrom :PieceLiveAnimals ] , [ rdf:type owl:Restriction ; owl:onProperty :epermit ; owl:allValuesFrom :LiveAnimalsEpermit ] , [ rdf:type owl:Restriction ; owl:onProperty :examiningQuantity ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :consignmentItems ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :epermit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :examiningQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :usedToDateQuotaQuantity ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :usedToDateQuotaQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Details of the pieces (Live animals) of the permit and specific information such as quantity measured and used to date quota"@en ; rdfs:label "EpermitConsignment"@en ; :vis_element "LiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#EpermitSignature :EpermitSignature rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :forEpermit ; owl:allValuesFrom :LiveAnimalsEpermit ] , [ rdf:type owl:Restriction ; owl:onProperty :signatoryCompany ; owl:allValuesFrom :Company ] , [ rdf:type owl:Restriction ; owl:onProperty :signatoryRole ; owl:allValuesFrom codes:SignatoryRole ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureTypeCode ; owl:allValuesFrom codes:SignatureTypeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :forEpermit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :signatoryCompany ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :signatoryRole ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :securityStampId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureStatement ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :securityStampId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :signatureStatement ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Signature details of the Epermit for Live Animals"@en ; rdfs:label "EpermitSignature"@en ; :vis_element "LiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#EventTimeType :EventTimeType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :ACTUAL :ESTIMATED :EXPECTED :PLANNED :REQUESTED ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for acceptable event times"@en ; rdfs:label "EventTimeType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#ExecutionStatus :ExecutionStatus rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :ACTIVE :CANCELLED :COMPLETE :PENDING ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for the execution status of activities"@en ; rdfs:label "ExecutionStatus"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#ExternalReference :ExternalReference rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :createdAtLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :originator ; owl:allValuesFrom :Company ] , [ rdf:type owl:Restriction ; owl:onProperty :referenceForObjects ; owl:allValuesFrom :LogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :createdAtLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :originator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :checksum ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :documentIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :documentLink ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :documentName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :documentType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :documentVersion ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :validFrom ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :validUntil ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :checksum ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :documentIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :documentLink ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :documentName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :documentType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :documentVersion ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :validFrom ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :validUntil ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Reference documents details"@en ; rdfs:label "ExternalReference"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#Geolocation :Geolocation rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :elevation ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :elevation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :latitude ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :longitude ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :latitude ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :longitude ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Geolocation details - e.g. for drones, automated vehicles"@en ; rdfs:label "Geolocation"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#HandlingService :HandlingService rdf:type owl:Class ; rdfs:subClassOf :LogisticsService , [ rdf:type owl:Restriction ; owl:onProperty :handlingServiceFor ; owl:allValuesFrom :PhysicalLogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceForWaybills ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceProvider ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceRequestor ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceProvider ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceRequestor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Generic handling service for non main carriage activities"@en ; rdfs:label "HandlingService"@en . ### https://onerecord.iata.org/ns/cargo#Insurance :Insurance rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :coveringOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :insuredAmount ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :insuredShipments ; owl:allValuesFrom :Shipment ] , [ rdf:type owl:Restriction ; owl:onProperty :coveringOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :insuredAmount ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Insurance details"@en ; rdfs:label "Insurance"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#IotDevice :IotDevice rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :attachedToObject ; owl:allValuesFrom :PhysicalLogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :connectedSensors ; owl:allValuesFrom :Sensor ] , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:allValuesFrom :Company ] , [ rdf:type owl:Restriction ; owl:onProperty :attachedToObject ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :deviceModel ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :deviceModel ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "IoT Device details"@en ; rdfs:label "IotDevice"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#Item :Item rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :dimensions ; owl:allValuesFrom :Dimensions ] , [ rdf:type owl:Restriction ; owl:onProperty :inPiece ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :itemQuantity ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :ofProduct ; owl:allValuesFrom :Product ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :productionCountry ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :targetCountry ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :unitPrice ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :weight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :dimensions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :inPiece ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :itemQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :ofProduct ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :productionCountry ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :targetCountry ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :unitPrice ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :weight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :batchNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :expiryDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :lotNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :productionDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :quantityForUnitPrice ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :batchNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :expiryDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :lotNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :productionDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :quantityForUnitPrice ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Item details"@en ; rdfs:label "Item"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#ItemDg :ItemDg rdf:type owl:Class ; rdfs:subClassOf :Item , [ rdf:type owl:Restriction ; owl:onProperty :emergencyContact ; owl:allValuesFrom :Person ] , [ rdf:type owl:Restriction ; owl:onProperty :netWeightMeasure ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :emergencyContact ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :netWeightMeasure ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :reportableQuantity ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :supplementaryInfoPrefix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :supplementaryInfoSuffix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :reportableQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :supplementaryInfoPrefix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :supplementaryInfoSuffix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Dangerous Goods subtype of Item"@en ; rdfs:label "ItemDg"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#LineItemPackage :LineItemPackage rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :packageGrossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :packageVolume ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceReferences ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :packageGrossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packageVolume ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packageSlac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :packageSlac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Grouping of pieces for rating information as per Waybill box 22I"@en ; rdfs:label "LineItemPackage"@en . ### https://onerecord.iata.org/ns/cargo#LiveAnimalsEpermit :LiveAnimalsEpermit rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :consignee ; owl:allValuesFrom :Company ] , [ rdf:type owl:Restriction ; owl:onProperty :consignments ; owl:allValuesFrom :EpermitConsignment ] , [ rdf:type owl:Restriction ; owl:onProperty :permitTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :signatures ; owl:allValuesFrom :EpermitSignature ] , [ rdf:type owl:Restriction ; owl:onProperty :transactionPurposeCode ; owl:allValuesFrom codes:TransactionPurposeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :transportContractTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :consignee ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :permitTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transactionPurposeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportContractTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :copyIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :epermitNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :permitTypeOtherDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :specialConditions ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :transactionPurpose ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :transportContractId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :validFrom ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :validUntil ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :copyIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :epermitNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :permitTypeOtherDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :specialConditions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transactionPurpose ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportContractId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :validFrom ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :validUntil ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Epermit for Live Animals details"@en ; rdfs:label "LiveAnimalsEpermit"@en ; :vis_element "LiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#LoadType :LoadType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :BULK :LOOSE :PALLET :UNIT_LOAD_DEVICE ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for the Load Type of a piece or shipment"@en ; rdfs:label "LoadType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#Loading :Loading rdf:type owl:Class ; rdfs:subClassOf :LogisticsAction , [ rdf:type owl:Restriction ; owl:onProperty :loadedMaterials ; owl:allValuesFrom :LoadingMaterial ] , [ rdf:type owl:Restriction ; owl:onProperty :loadedPieces ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :loadedUnits ; owl:allValuesFrom :LoadingUnit ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingType ; owl:allValuesFrom :LoadingType ] , [ rdf:type owl:Restriction ; owl:onProperty :onTransportMeans ; owl:allValuesFrom :TransportMeans ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :onTransportMeans ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingPositionIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingPositionIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Action to describe onloading or offloading TransportMeans"@en ; rdfs:label "Loading"@en ; :vis_element "Action"@en . ### https://onerecord.iata.org/ns/cargo#LoadingMaterial :LoadingMaterial rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :materialModel ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :materialType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :materialModel ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :materialType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "LoadingMaterial describes transportable, complementary non-Piece objects such as dry ice or nets"@en ; rdfs:label "LoadingMaterial"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#LoadingType :LoadingType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :LOADING :UNLOADING ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for Loading subtypes"@en ; rdfs:label "LoadingType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#LoadingUnit :LoadingUnit rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :inUnitComposition ; owl:allValuesFrom :UnitComposition ] , [ rdf:type owl:Restriction ; owl:onProperty :tareWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :inUnitComposition ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :tareWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :remarks ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :remarks ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Common loading unit/container details"@en ; rdfs:label "LoadingUnit"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#Location :Location rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :address ; owl:allValuesFrom :Address ] , [ rdf:type owl:Restriction ; owl:onProperty :geolocation ; owl:allValuesFrom :Geolocation ] , [ rdf:type owl:Restriction ; owl:onProperty :locationCodes ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :onsiteActions ; owl:allValuesFrom :LogisticsAction ] , [ rdf:type owl:Restriction ; owl:onProperty :subLocationOf ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :subLocations ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :address ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :geolocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :subLocationOf ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :locationName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :locationType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :locationName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :locationType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Location describes a physical location, e.g. an airport, a warehouse or a truck deck"@en ; rdfs:label "Location"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsAction :LogisticsAction rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :actionTimeType ; owl:allValuesFrom :ActionTimeType ] , [ rdf:type owl:Restriction ; owl:onProperty :contactDetails ; owl:allValuesFrom :ContactDetail ] , [ rdf:type owl:Restriction ; owl:onProperty :contactPersons ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :performedAt ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :servedActivity ; owl:allValuesFrom :LogisticsActivity ] , [ rdf:type owl:Restriction ; owl:onProperty :actionTimeType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :performedAt ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :servedActivity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :actionEndTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :actionStartTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :actionEndTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :actionStartTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Superclass: LogisticsAction is a specific task with a specific result performed on one or more physical LOs by one party in the context of an Activity"@en ; rdfs:label "LogisticsAction"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsActivity :LogisticsActivity rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :checkActions ; owl:allValuesFrom :Check ] , [ rdf:type owl:Restriction ; owl:onProperty :contactDetails ; owl:allValuesFrom :ContactDetail ] , [ rdf:type owl:Restriction ; owl:onProperty :contactPersons ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :executionStatus ; owl:allValuesFrom :ExecutionStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :servedServices ; owl:allValuesFrom :LogisticsService ] , [ rdf:type owl:Restriction ; owl:onProperty :executionStatus ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Superclass: LogisticsActivity is a scheduled set of tasks that is executed as part of one or more Services"@en ; rdfs:label "LogisticsActivity"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsAgent :LogisticsAgent rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject ; rdfs:comment "Superclass: LogisticsAgents describe acting entities in the logistics supply chain such as persons and organizations"@en ; rdfs:label "LogisticsAgent"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsEvent :LogisticsEvent rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :eventCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :eventFor ; owl:allValuesFrom :LogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :eventLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :eventTimeType ; owl:allValuesFrom :EventTimeType ] , [ rdf:type owl:Restriction ; owl:onProperty :externalReferences ; owl:allValuesFrom :ExternalReference ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :recordingActor ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :recordingOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :eventCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :eventFor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :eventLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :eventTimeType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :recordingActor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :recordingOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :creationDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :eventDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :eventName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :partialEventIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :creationDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :eventDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :eventName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :partialEventIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Event details"@en ; rdfs:label "LogisticsEvent"@en ; :vis_element "Event"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsObject :LogisticsObject rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :checks ; owl:allValuesFrom :Check ] , [ rdf:type owl:Restriction ; owl:onProperty :events ; owl:allValuesFrom :LogisticsEvent ] , [ rdf:type owl:Restriction ; owl:onProperty :externalReferences ; owl:allValuesFrom :ExternalReference ] , [ rdf:type owl:Restriction ; owl:onProperty :skeletonIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :skeletonIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Logistics Object parent class, containing all common properties for logistics objects."@en ; rdfs:label "LogisticsObject"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#LogisticsService :LogisticsService rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :activitySequences ; owl:allValuesFrom :ActivitySequence ] , [ rdf:type owl:Restriction ; owl:onProperty :contactDetails ; owl:allValuesFrom :ContactDetail ] , [ rdf:type owl:Restriction ; owl:onProperty :contactPersons ; owl:allValuesFrom :Actor ] ; rdfs:comment "Superclass: LogisticsService is a sequence of Activities provided by one Party to another"@en ; rdfs:label "LogisticsService"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#LoosePiece :LoosePiece rdf:type owl:Class ; rdfs:subClassOf :PieceGroup , [ rdf:type owl:Restriction ; owl:onProperty :pieceHeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceLength ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceWidth ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :totalVolume ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceHeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceLength ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceWidth ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :totalVolume ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :turnable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :turnable ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "LoosePiece details"@en ; rdfs:label "LoosePiece"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Measurement :Measurement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :measurementValue ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :recordedGeolocation ; owl:allValuesFrom :Geolocation ] , [ rdf:type owl:Restriction ; owl:onProperty :measurementValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :recordedGeolocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :measurementTimestamp ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :measurementTimestamp ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Measurements details for Sensors, either generic or geolocation measurements are recorded"@en ; rdfs:label "Measurement"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#ModeQualifier :ModeQualifier rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :MAIN_CARRIAGE :ON_CARRIAGE :PRE_CARRIAGE ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Open code list for transport modes"@en ; rdfs:label "ModeQualifier"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#MovementTime :MovementTime rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :direction ; owl:allValuesFrom :DirectionType ] , [ rdf:type owl:Restriction ; owl:onProperty :movementMilestone ; owl:allValuesFrom codes:MovementIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :movementTimeType ; owl:allValuesFrom :MovementTimeType ] , [ rdf:type owl:Restriction ; owl:onProperty :direction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :movementMilestone ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :movementTimeType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :movementTimestamp ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :movementTimestamp ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Times referring to Transport Movements, used to describe specfic times such as Actual Departure time, etc."@en ; rdfs:label "MovementTime"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#MovementTimeType :MovementTimeType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :ACTUAL :ESTIMATED :SCHEDULED ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for MovementTime subtypes"@en ; rdfs:label "MovementTimeType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#NonHumanActor :NonHumanActor rdf:type owl:Class ; rdfs:subClassOf :Actor ; rdfs:comment "Non-human actors are actors which are not a person, such as robots"@en ; rdfs:label "NonHumanActor"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#Organization :Organization rdf:type owl:Class ; rdfs:subClassOf :LogisticsAgent , [ rdf:type owl:Restriction ; owl:onProperty :basedAtLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :contactPersons ; owl:allValuesFrom :Actor ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :parentOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :subOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :basedAtLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :parentOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shortName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shortName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Superclass: Organizations represent a kind of Agent corresponding to social institutions such as companies, societies, etc"@en ; rdfs:label "Organization"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#OtherCharge :OtherCharge rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :chargePaymentType ; owl:allValuesFrom codes:PrepaidCollectIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :entitlement ; owl:allValuesFrom codes:EntitlementCode ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeAmount ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeCode ; owl:allValuesFrom codes:OtherChargeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :chargePaymentType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :entitlement ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeAmount ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeQuantity ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :locationIndicator ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :reasonDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :locationIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :reasonDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Other Charge details from AWB as per bullet point 19 - data element 23 from AWB"@en ; rdfs:label "OtherCharge"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#OtherIdentifier :OtherIdentifier rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifierType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifierType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :textualValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Other identifiers"@en ; rdfs:label "OtherIdentifier"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#PackagingType :PackagingType rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :appliedOnPieces ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :typeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :typeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Packaging details "@en ; rdfs:label "PackagingType"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#Party :Party rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :accountNumbers ; owl:allValuesFrom :AccountNumber ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :partyDetails ; owl:allValuesFrom :LogisticsAgent ] , [ rdf:type owl:Restriction ; owl:onProperty :partyRole ; owl:allValuesFrom codes:ParticipantIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :partyDetails ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :partyRole ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Refers to a Company and its role in a specific context, e.g Company A as shipper. Cargo-XML Code List 1.15 can be used as a reference with the addition of \"Notify Party\""@en ; rdfs:label "Party"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Person :Person rdf:type owl:Class ; rdfs:subClassOf :Actor , [ rdf:type owl:Restriction ; owl:onProperty :contactDetails ; owl:allValuesFrom :ContactDetail ] , [ rdf:type owl:Restriction ; owl:onProperty :contactRole ; owl:allValuesFrom :ContactRole ] , [ rdf:type owl:Restriction ; owl:onProperty :documents ; owl:allValuesFrom :ExternalReference ] , [ rdf:type owl:Restriction ; owl:onProperty :contactRole ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :department ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :employeeId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :firstName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :jobTitle ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :lastName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :middleName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :salutation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :department ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :employeeId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :firstName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :jobTitle ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :lastName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :middleName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :salutation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Person details"@en ; rdfs:label "Person"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#PhysicalLogisticsObject :PhysicalLogisticsObject rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :attachedIotDevices ; owl:allValuesFrom :IotDevice ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedInActions ; owl:allValuesFrom :LogisticsAction ] ; rdfs:comment "Superclass: PhysicalLogisticObjects represent the digital twin of an object in the logistics supply chain that physically exist"@en ; rdfs:label "PhysicalLogisticsObject"@en ; :vis_element "Abstract"@en . ### https://onerecord.iata.org/ns/cargo#Piece :Piece rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :containedItems ; owl:allValuesFrom :Item ] , [ rdf:type owl:Restriction ; owl:onProperty :containedPieces ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :contentProductionCountry ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :contentProducts ; owl:allValuesFrom :Product ] , [ rdf:type owl:Restriction ; owl:onProperty :customsInformation ; owl:allValuesFrom :CustomsInformation ] , [ rdf:type owl:Restriction ; owl:onProperty :dimensions ; owl:allValuesFrom :Dimensions ] , [ rdf:type owl:Restriction ; owl:onProperty :fulfillsUldTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :grossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :inPiece ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :loadType ; owl:allValuesFrom :LoadType ] , [ rdf:type owl:Restriction ; owl:onProperty :ofShipment ; owl:allValuesFrom :Shipment ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :packageMarkCoded ; owl:allValuesFrom codes:PackageMarkCode ] , [ rdf:type owl:Restriction ; owl:onProperty :packagingType ; owl:allValuesFrom :PackagingType ] , [ rdf:type owl:Restriction ; owl:onProperty :securityDeclarations ; owl:allValuesFrom :SecurityDeclaration ] , [ rdf:type owl:Restriction ; owl:onProperty :specialHandlingCodes ; owl:allValuesFrom codes:SpecialHandlingCode ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureInstructions ; owl:allValuesFrom :TemperatureInstructions ] , [ rdf:type owl:Restriction ; owl:onProperty :contentProductionCountry ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :dimensions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fulfillsUldTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :grossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :inPiece ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :loadType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packageMarkCoded ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packagingType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureInstructions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :coload ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :nvdForCarriage ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :nvdForCustoms ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :packagedeIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingMarks ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :textualHandlingInstructions ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :turnable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :upid ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :coload ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :nvdForCarriage ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :nvdForCustoms ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packagedeIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :turnable ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :upid ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Individual piece or virtual grouping of pieces"@en ; rdfs:label "Piece"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#PieceDg :PieceDg rdf:type owl:Class ; rdfs:subClassOf :Piece , [ rdf:type owl:Restriction ; owl:onProperty :dgDeclaration ; owl:allValuesFrom :DgDeclaration ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :dgDeclaration ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :allPackedInOneIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackCriticalitySafetyIndexNumeric ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackIndicator ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackT1 ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :qValueNumeric ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :allPackedInOneIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackCriticalitySafetyIndexNumeric ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :overpackT1 ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :qValueNumeric ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Dangerous Goods subtype of Piece"@en ; rdfs:label "PieceDg"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#PieceGroup :PieceGroup rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :dryIceWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupGrossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :dryIceWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupGrossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupCount ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupId ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupCount ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :pieceGroupId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "PieceGroup details"@en ; rdfs:label "PieceGroup"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#PieceLiveAnimals :PieceLiveAnimals rdf:type owl:Class ; rdfs:subClassOf :Piece , [ rdf:type owl:Restriction ; owl:onProperty :associatedEpermit ; owl:allValuesFrom :EpermitConsignment ] , [ rdf:type owl:Restriction ; owl:onProperty :exportTradeCountry ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsTypeCode ; owl:allValuesFrom codes:GoodsTypeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsTypeExtensionCode ; owl:allValuesFrom codes:GoodsTypeExtensionCode ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :originTradeCountry ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :specimenTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :associatedEpermit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :exportTradeCountry ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsTypeExtensionCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :originTradeCountry ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :specimenTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :acquisitionDateTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :annualQuotaQuantity ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :categoryCode ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitDateTime ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :quantityAnimals ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :speciesCommonName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :speciesScientificName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :specimenDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :acquisitionDateTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :annualQuotaQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitDateTime ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :originReferencePermitId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :quantityAnimals ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :specimenDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "LiveAnimals subclass of Piece"@en ; rdfs:label "PieceLiveAnimals"@en ; :vis_element "LiveAnimals"@en . ### https://onerecord.iata.org/ns/cargo#Price :Price rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :chargeCode ; owl:allValuesFrom codes:ChargeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOption ; owl:allValuesFrom :BookingOption ] , [ rdf:type owl:Restriction ; owl:onProperty :ratings ; owl:allValuesFrom :Ratings ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :forBookingOption ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :grandTotal ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :grandTotal ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Price associated to the offer/booking"@en ; rdfs:label "Price"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#Product :Product rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :describedObjects ; owl:allValuesFrom :PhysicalLogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :otherCharacteristics ; owl:allValuesFrom :Characteristic ] , [ rdf:type owl:Restriction ; owl:onProperty :otherIdentifiers ; owl:allValuesFrom :OtherIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :manufacturer ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :commodityItemNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCommodityDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCommodityName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hsType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :uniqueIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :commodityItemNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCommodityDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hsCommodityName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hsType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uniqueIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Product details"@en ; rdfs:label "Product"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#ProductDg :ProductDg rdf:type owl:Class ; rdfs:subClassOf :Product , [ rdf:type owl:Restriction ; owl:onProperty :dgRadioactiveMaterial ; owl:allValuesFrom :DgProductRadioactive ] , [ rdf:type owl:Restriction ; owl:onProperty :explosiveCompatibilityGroupCode ; owl:allValuesFrom codes:ExplosiveCompatibilityGroupCode ] , [ rdf:type owl:Restriction ; owl:onProperty :packagingDangerLevelCode ; owl:allValuesFrom codes:PackagingDangerLevelCode ] , [ rdf:type owl:Restriction ; owl:onProperty :dgRadioactiveMaterial ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :explosiveCompatibilityGroupCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packagingDangerLevelCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalHazardClassificationId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :authorizationInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hazardClassificationId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :packingInstructionNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :properShippingName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :specialProvisionId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :technicalName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :unNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalHazardClassificationId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :authorizationInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :hazardClassificationId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :packingInstructionNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :properShippingName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :specialProvisionId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :technicalName ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :unNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Dangerous Goods subtype of Product"@en ; rdfs:label "ProductDg"@en ; :vis_element "DG"@en . ### https://onerecord.iata.org/ns/cargo#PublicAuthority :PublicAuthority rdf:type owl:Class ; rdfs:subClassOf :Organization ; rdfs:comment "PublicAuthorities are Organizations of the state on public interests, such as customs"@en ; rdfs:label "PublicAuthority"@en ; :vis_element "Agent"@en . ### https://onerecord.iata.org/ns/cargo#Question :Question rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :answer ; owl:allValuesFrom :Answer ] , [ rdf:type owl:Restriction ; owl:onProperty :checkTemplate ; owl:allValuesFrom :CheckTemplate ] , [ rdf:type owl:Restriction ; owl:onProperty :answer ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :checkTemplate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :answerOptionsText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :answerOptionsValue ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :longText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :questionNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :questionSection ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shortText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :answerOptionsText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :answerOptionsValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :longText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :questionNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :questionSection ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shortText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Question as part of a CheckTemplate"@en ; rdfs:label "Question"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#Ranges :Ranges rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :rateClassCode ; owl:allValuesFrom codes:RateClassCode ] , [ rdf:type owl:Restriction ; owl:onProperty :uldRateClassType ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :rateClassCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldRateClassType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :maximumQuantity ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :minimumQuantity ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :unitBasis ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :maximumQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :minimumQuantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :unitBasis ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Ranges details"@en ; rdfs:label "Ranges"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Ratings :Ratings rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :billingChargeIdentifier ; owl:allValuesFrom codes:ChargeIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :chargePaymentType ; owl:allValuesFrom codes:PrepaidCollectIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeType ; owl:allValuesFrom codes:ChargeIdentifier ] , [ rdf:type owl:Restriction ; owl:onProperty :entitlement ; owl:allValuesFrom codes:EntitlementCode ] , [ rdf:type owl:Restriction ; owl:onProperty :forPrices ; owl:allValuesFrom :Price ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeCode ; owl:allValuesFrom codes:OtherChargeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :ranges ; owl:allValuesFrom :Ranges ] , [ rdf:type owl:Restriction ; owl:onProperty :rcp ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :billingChargeIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :chargePaymentType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :entitlement ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rcp ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :priceReferenceId ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :priceSpecification ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :quantity ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :subTotal ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :priceReferenceId ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :priceSpecification ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :quantity ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :subTotal ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Ratings details"@en ; rdfs:label "Ratings"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#RegulatedEntity :RegulatedEntity rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :owningOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityCategory ; owl:allValuesFrom codes:RegulatedEntityCategoryCode ] , [ rdf:type owl:Restriction ; owl:onProperty :owningOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityCategory ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityExpiryDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityExpiryDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Regulated Entity"@en ; rdfs:label "RegulatedEntity"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#SecurityDeclaration :SecurityDeclaration rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :groundsForExemption ; owl:allValuesFrom codes:ScreeningExemption ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedBy ; owl:allValuesFrom :Person ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedForPiece ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :otherRegulatedEntities ; owl:allValuesFrom :RegulatedEntity ] , [ rdf:type owl:Restriction ; owl:onProperty :receivedFrom ; owl:allValuesFrom :RegulatedEntity ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityAcceptor ; owl:allValuesFrom :RegulatedEntity ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityIssuer ; owl:allValuesFrom :RegulatedEntity ] , [ rdf:type owl:Restriction ; owl:onProperty :screeningMethods ; owl:allValuesFrom codes:ScreeningMethod ] , [ rdf:type owl:Restriction ; owl:onProperty :securityStatus ; owl:allValuesFrom codes:SecurityStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedBy ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :receivedFrom ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :regulatedEntityIssuer ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :securityStatus ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalSecurityInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedOn ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :otherScreeningMethods ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :additionalSecurityInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :issuedOn ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Security declaration details"@en ; rdfs:label "SecurityDeclaration"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#Sensor :Sensor rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :measurements ; owl:allValuesFrom :Measurement ] , [ rdf:type owl:Restriction ; owl:onProperty :partOfIotDevice ; owl:allValuesFrom :IotDevice ] , [ rdf:type owl:Restriction ; owl:onProperty :sensorType ; owl:allValuesFrom :SensorType ] , [ rdf:type owl:Restriction ; owl:onProperty :partOfIotDevice ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :sensorType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :description ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :name ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Sensor details and measurements, linked to Connected Devices"@en ; rdfs:label "Sensor"@en ; :vis_element "Common"@en . ### https://onerecord.iata.org/ns/cargo#SensorType :SensorType rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Open code list for sensor types"@en ; rdfs:label "SensorType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#Shipment :Shipment rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :customsInformation ; owl:allValuesFrom :CustomsInformation ] , [ rdf:type owl:Restriction ; owl:onProperty :incoterms ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :insurance ; owl:allValuesFrom :Insurance ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :pieces ; owl:allValuesFrom :Piece ] , [ rdf:type owl:Restriction ; owl:onProperty :totalDimensions ; owl:allValuesFrom :Dimensions ] , [ rdf:type owl:Restriction ; owl:onProperty :totalGrossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :waybill ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :incoterms ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :insurance ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :totalGrossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybill ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsDescription ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textualHandlingInstructions ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :goodsDescription ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Shipment details"@en ; rdfs:label "Shipment"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#StationRemarks :StationRemarks rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :station ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :station ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :remarksText ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :remarksText ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "StationRemarks details"@en ; rdfs:label "StationRemarks"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Storage :Storage rdf:type owl:Class ; rdfs:subClassOf :LogisticsActivity , [ rdf:type owl:Restriction ; owl:onProperty :storingActions ; owl:allValuesFrom :Storing ] , [ rdf:type owl:Restriction ; owl:onProperty :storingIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :storingIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Activity to describe storing processes"@en ; rdfs:label "Storage"@en ; :vis_element "Activity"@en . ### https://onerecord.iata.org/ns/cargo#Storing :Storing rdf:type owl:Class ; rdfs:subClassOf :LogisticsAction , [ rdf:type owl:Restriction ; owl:onProperty :storedObjects ; owl:allValuesFrom :PhysicalLogisticsObject ] , [ rdf:type owl:Restriction ; owl:onProperty :storingType ; owl:allValuesFrom :StoringType ] , [ rdf:type owl:Restriction ; owl:onProperty :storingType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :storagePlaceIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :storagePlaceIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Action to describe store-in or store-out"@en ; rdfs:label "Storing"@en ; :vis_element "Action"@en . ### https://onerecord.iata.org/ns/cargo#StoringType :StoringType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :STORE_IN :STORE_OUT ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for Storing subtypes"@en ; rdfs:label "StoringType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/cargo#TemperatureInstructions :TemperatureInstructions rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :maxTemperature ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :minTemperature ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :maxTemperature ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :minTemperature ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "TemperatureInstructions details"@en ; rdfs:label "TemperatureInstructions"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#TransportLegs :TransportLegs rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :co2Emissions ; owl:allValuesFrom :CO2Emissions ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :operatingTransportMeans ; owl:allValuesFrom :TransportMeans ] , [ rdf:type owl:Restriction ; owl:onProperty :transportMeansServiceType ; owl:allValuesFrom codes:TransportMeansServiceType ] , [ rdf:type owl:Restriction ; owl:onProperty :transportMeansType ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :co2Emissions ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :operatingTransportMeans ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportMeansServiceType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportMeansType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :departureDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :legNumber ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :legNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "TransportLegs details"@en ; rdfs:label "TransportLegs"@en ; :vis_element "Distribution"@en . ### https://onerecord.iata.org/ns/cargo#TransportMeans :TransportMeans rdf:type owl:Class ; rdfs:subClassOf :PhysicalLogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :operatedTransportMovement ; owl:allValuesFrom :TransportMovement ] , [ rdf:type owl:Restriction ; owl:onProperty :transportOrganization ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :typicalCo2Coefficient ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :typicalFuelConsumption ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleType ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :operatedTransportMovement ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportOrganization ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :typicalCo2Coefficient ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :typicalFuelConsumption ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleModel ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleRegistration ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleSize ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleModel ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleRegistration ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :vehicleSize ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Transport means details"@en ; rdfs:label "TransportMeans"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#TransportMovement :TransportMovement rdf:type owl:Class ; rdfs:subClassOf :LogisticsActivity , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :co2Emissions ; owl:allValuesFrom :CO2Emissions ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :distanceCalculated ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :distanceMeasured ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelAmountCalculated ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelAmountMeasured ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingActions ; owl:allValuesFrom :Loading ] , [ rdf:type owl:Restriction ; owl:onProperty :modeCode ; owl:allValuesFrom codes:ModeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :modeQualifier ; owl:allValuesFrom :ModeQualifier ] , [ rdf:type owl:Restriction ; owl:onProperty :movementTimes ; owl:allValuesFrom :MovementTime ] , [ rdf:type owl:Restriction ; owl:onProperty :operatingParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :operatingTransportMeans ; owl:allValuesFrom :TransportMeans ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :distanceCalculated ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :distanceMeasured ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelAmountCalculated ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelAmountMeasured ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :modeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :modeQualifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :operatingTransportMeans ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelType ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :seal ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :fuelType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :seal ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :transportIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Activity to describe transports, replaces the TransportSegment in v1.1 and above"@en ; rdfs:label "TransportMovement"@en ; :vis_element "Activity"@en . ### https://onerecord.iata.org/ns/cargo#ULD :ULD rdf:type owl:Class ; rdfs:subClassOf :LoadingUnit , [ rdf:type owl:Restriction ; owl:onProperty :demurrageCode ; owl:allValuesFrom codes:DemurrageCode ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingIndicator ; owl:allValuesFrom codes:ULDLoadingIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :odlnCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :ownerCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceabilityCode ; owl:allValuesFrom codes:ULDConditionCode ] , [ rdf:type owl:Restriction ; owl:onProperty :uldTypeCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :demurrageCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :odlnCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :ownerCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceabilityCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldTypeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :ataDesignator ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :damageFlag ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfDoors ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfFittings ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfNets ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfStraps ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :sealNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :uldSerialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :ataDesignator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :damageFlag ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfDoors ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfFittings ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfNets ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfStraps ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :sealNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldSerialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Unit Load Device details"@en ; rdfs:label "ULD"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#ULDBasicPiece :ULDBasicPiece rdf:type owl:Class ; rdfs:subClassOf :PieceGroup , [ rdf:type owl:Restriction ; owl:onProperty :uldLoadingIndicator ; owl:allValuesFrom codes:ULDLoadingIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :uldLoadingIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "ULDBasicPiece details"@en ; rdfs:label "ULDBasicPiece"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#ULDSpecificPiece :ULDSpecificPiece rdf:type owl:Class ; rdfs:subClassOf :PieceGroup , [ rdf:type owl:Restriction ; owl:onProperty :uldContourCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :uldType ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :uldContourCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :uldSerialNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldSerialNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "ULDSpecificPiece details"@en ; rdfs:label "ULDSpecificPiece"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#UnitComposition :UnitComposition rdf:type owl:Class ; rdfs:subClassOf :LogisticsActivity , [ rdf:type owl:Restriction ; owl:onProperty :compositionActions ; owl:allValuesFrom :Composing ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingUnit ; owl:allValuesFrom :LoadingUnit ] , [ rdf:type owl:Restriction ; owl:onProperty :loadingUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :compositionIdentifier ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :compositionIdentifier ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :slac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Activity to describe composition and decomposition of LoadingUnits"@en ; rdfs:label "UnitComposition"@en ; :vis_element "Activity"@en . ### https://onerecord.iata.org/ns/cargo#UnitsPreference :UnitsPreference rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :currency ; owl:allValuesFrom codes:CurrencyCode ] , [ rdf:type owl:Restriction ; owl:onProperty :dimensionsUnit ; owl:allValuesFrom codes:DimensionsUnitCode ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureUnit ; owl:allValuesFrom codes:TemperatureUnitCode ] , [ rdf:type owl:Restriction ; owl:onProperty :volumeUnit ; owl:allValuesFrom codes:VolumeUnitCode ] , [ rdf:type owl:Restriction ; owl:onProperty :weightUnit ; owl:allValuesFrom codes:WeightUnitCode ] , [ rdf:type owl:Restriction ; owl:onProperty :currency ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :dimensionsUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :temperatureUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :volumeUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :weightUnit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "UnitsPreference details"@en ; rdfs:label "UnitsPreference"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Value :Value rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :unit ; owl:allValuesFrom codes:MeasurementUnitCode ] , [ rdf:type owl:Restriction ; owl:onProperty :unit ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :numericalValue ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :numericalValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Unit of measurement details"@en ; rdfs:label "Value"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#VolumePieceGroup :VolumePieceGroup rdf:type owl:Class ; rdfs:subClassOf :PieceGroup , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :stackable ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "VolumePieceGroup details"@en ; rdfs:label "VolumePieceGroup"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#VolumetricWeight :VolumetricWeight rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :conversionFactor ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :conversionFactor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Volumetric weight details"@en ; rdfs:label "VolumetricWeight"@en ; owl:deprecated "true"^^xsd:boolean ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#Waybill :Waybill rdf:type owl:Class ; rdfs:subClassOf :LogisticsObject , [ rdf:type owl:Restriction ; owl:onProperty :accountingNotes ; owl:allValuesFrom :AccountingNote ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :billingDetails ; owl:allValuesFrom :BillingDetails ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierChargeCode ; owl:allValuesFrom codes:ChargeCode ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationPlace ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :customsOriginCode ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :declaredValueForCarriage ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :declaredValueForCustoms ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:allValuesFrom :Location ] , [ rdf:type owl:Restriction ; owl:onProperty :destinationCharges ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :houseWaybills ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :involvedParties ; owl:allValuesFrom :Party ] , [ rdf:type owl:Restriction ; owl:onProperty :masterWaybill ; owl:allValuesFrom :Waybill ] , [ rdf:type owl:Restriction ; owl:onProperty :otherCharges ; owl:allValuesFrom :OtherCharge ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargesIndicator ; owl:allValuesFrom codes:PrepaidCollectIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :referredBookingOption ; owl:allValuesFrom :Booking ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceCode ; owl:allValuesFrom codes:ServiceCode ] , [ rdf:type owl:Restriction ; owl:onProperty :shipment ; owl:allValuesFrom :Shipment ] , [ rdf:type owl:Restriction ; owl:onProperty :taxAmount ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillLineItems ; owl:allValuesFrom :WaybillLineItem ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillType ; owl:allValuesFrom :WaybillType ] , [ rdf:type owl:Restriction ; owl:onProperty :weightValuationIndicator ; owl:allValuesFrom codes:PrepaidCollectIndicator ] , [ rdf:type owl:Restriction ; owl:onProperty :arrivalLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :billingDetails ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierChargeCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationPlace ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :customsOriginCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :declaredValueForCarriage ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :declaredValueForCustoms ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :departureLocation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :masterWaybill ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :otherChargesIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :referredBookingOption ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shipment ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :taxAmount ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :weightValuationIndicator ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :accountingInformation ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationSignature ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :consignorDeclarationSignature ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :destinationCurrencyRate ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :modularCheckNumber ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingInfo ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :accountingInformation ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationDate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :carrierDeclarationSignature ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :consignorDeclarationSignature ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :destinationCurrencyRate ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :modularCheckNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingInfo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :shippingRefNo ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :waybillPrefix ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Waybill details"@en ; rdfs:label "Waybill"@en ; :vis_element "Core"@en . ### https://onerecord.iata.org/ns/cargo#WaybillLineItem :WaybillLineItem rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :lineItemPackages ; owl:allValuesFrom :LineItemPackage ] , [ rdf:type owl:Restriction ; owl:onProperty :rateCharge ; owl:allValuesFrom :CurrencyValue ] , [ rdf:type owl:Restriction ; owl:onProperty :rateClassCode ; owl:allValuesFrom codes:RateClassCode ] , [ rdf:type owl:Restriction ; owl:onProperty :rateClassCodeBasic ; owl:allValuesFrom codes:BasicRateClassCode ] , [ rdf:type owl:Restriction ; owl:onProperty :rateGrossWeight ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :ratePercentage ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :rateVolume ; owl:allValuesFrom :Value ] , [ rdf:type owl:Restriction ; owl:onProperty :rcp ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :uldRateClassType ; owl:allValuesFrom :CodeListElement ] , [ rdf:type owl:Restriction ; owl:onProperty :uldReferences ; owl:allValuesFrom :ULD ] , [ rdf:type owl:Restriction ; owl:onProperty :chargeableWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateCharge ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateClassCode ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateClassCodeBasic ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateGrossWeight ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :ratePercentage ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateVolume ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rcp ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :uldRateClassType ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :conversionFactor ; owl:allValuesFrom xsd:double ] , [ rdf:type owl:Restriction ; owl:onProperty :lineItemNumber ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :rateSlac ; owl:allValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :conversionFactor ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :lineItemNumber ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :rateSlac ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Information from AWB Rate Description section as per bullet point 18 - data elements 22A - 22Z from AWB. Data describing Piece and Package parameters to be transmitted per Piece object using pieceReferences; Data describing ULD parameters to be transmitted per ULD object using uldReference."@en ; rdfs:label "WaybillLineItem"@en ; :vis_element "Embedded"@en . ### https://onerecord.iata.org/ns/cargo#WaybillType :WaybillType rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( :DIRECT :HOUSE :MASTER ) ] ; rdfs:subClassOf :CodeListElement ; rdfs:comment "Restricted code list for Waybill types"@en ; rdfs:label "WaybillType"@en ; :vis_element "Enum"@en . ### https://onerecord.iata.org/ns/code-lists/AWBUseIndicator codes:AWBUseIndicator rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/AircraftPossibilityCode codes:AircraftPossibilityCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/BasicRateClassCode codes:BasicRateClassCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ChargeCode codes:ChargeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ChargeIdentifier codes:ChargeIdentifier rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/CommodityCode codes:CommodityCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/CurrencyCode codes:CurrencyCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/DangerousGoodsCode codes:DangerousGoodsCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/DemurrageCode codes:DemurrageCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/DensityGroupCode codes:DensityGroupCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/DimensionsUnitCode codes:DimensionsUnitCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/EntitlementCode codes:EntitlementCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ExplosiveCompatibilityGroupCode codes:ExplosiveCompatibilityGroupCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/GoodsTypeCode codes:GoodsTypeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/GoodsTypeExtensionCode codes:GoodsTypeExtensionCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/MeasurementUnitCode codes:MeasurementUnitCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ModeCode codes:ModeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/MovementIndicator codes:MovementIndicator rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/OtherChargeCode codes:OtherChargeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/PackageMarkCode codes:PackageMarkCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/PackagingDangerLevelCode codes:PackagingDangerLevelCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ParticipantIdentifier codes:ParticipantIdentifier rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/PrepaidCollectIndicator codes:PrepaidCollectIndicator rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/RaTypeCode codes:RaTypeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/RadioactiveMaterialClassification codes:RadioactiveMaterialClassification rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/RateClassCode codes:RateClassCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/RatingsType codes:RatingsType rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/RegulatedEntityCategoryCode codes:RegulatedEntityCategoryCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ScreeningExemption codes:ScreeningExemption rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ScreeningMethod codes:ScreeningMethod rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/SecurityStatus codes:SecurityStatus rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ServiceCode codes:ServiceCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ShipmentSecurityStatus codes:ShipmentSecurityStatus rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/SignatoryRole codes:SignatoryRole rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/SignatureTypeCode codes:SignatureTypeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/SpaceAllocationCode codes:SpaceAllocationCode rdfs:subClassOf :CodeListElement . ### https://onerecord.iata.org/ns/code-lists/SpecialHandlingCode codes:SpecialHandlingCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/StatusCode codes:StatusCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/TemperatureUnitCode codes:TemperatureUnitCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/TransactionPurposeCode codes:TransactionPurposeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/TransportMeansServiceType codes:TransportMeansServiceType rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ULDChargeCode codes:ULDChargeCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ULDConditionCode codes:ULDConditionCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/ULDLoadingIndicator codes:ULDLoadingIndicator rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/VolumeUnitCode codes:VolumeUnitCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ### https://onerecord.iata.org/ns/code-lists/WeightUnitCode codes:WeightUnitCode rdf:type owl:Class ; rdfs:subClassOf :CodeListElement ; :vis_element "CodeList"@en . ################################################################# # Individuals ################################################################# ### https://onerecord.iata.org/ns/cargo#ACCELEROMETER :ACCELEROMETER rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as accelerometer"@en ; rdfs:label "ACCELEROMETER"@en . ### https://onerecord.iata.org/ns/cargo#ACTIVE :ACTIVE rdf:type owl:NamedIndividual , :ExecutionStatus ; rdfs:comment "Used when a LogisticsActivity is active"@en ; rdfs:label "ACTIVE"@en . ### https://onerecord.iata.org/ns/cargo#ACTUAL :ACTUAL rdf:type owl:NamedIndividual , :ActionTimeType , :EventTimeType , :MovementTimeType ; rdfs:comment "Used when a time is actual"@en ; rdfs:label "ACTUAL"@en . ### https://onerecord.iata.org/ns/cargo#ALTERNATE_EMAIL_ADDRESS :ALTERNATE_EMAIL_ADDRESS rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as alternate email address"@en ; rdfs:label "ALTERNATE_EMAIL_ADDRESS"@en . ### https://onerecord.iata.org/ns/cargo#ALTERNATE_PHONE_NUMBER :ALTERNATE_PHONE_NUMBER rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as alternate phone number"@en ; rdfs:label "ALTERNATE_PHONE_NUMBER"@en . ### https://onerecord.iata.org/ns/cargo#BOOKABLE :BOOKABLE rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option (or proposal) is bookable"@en ; rdfs:label "BOOKABLE"@en . ### https://onerecord.iata.org/ns/cargo#BOOKED :BOOKED rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option proposal is booked"@en ; rdfs:label "BOOKED"@en . ### https://onerecord.iata.org/ns/cargo#BULK :BULK rdf:type owl:NamedIndividual , :LoadType ; rdfs:comment "Indicates the load type as bulk"@en ; rdfs:label "BULK"@en . ### https://onerecord.iata.org/ns/cargo#CANCELLED :CANCELLED rdf:type owl:NamedIndividual , :ExecutionStatus ; rdfs:comment "Used when a LogisticsActivity is cancelled"@en ; rdfs:label "CANCELLED"@en . ### https://onerecord.iata.org/ns/cargo#COMPLETE :COMPLETE rdf:type owl:NamedIndividual , :ExecutionStatus ; rdfs:comment "Used when a LogisticsActivity is complete"@en ; rdfs:label "COMPLETE"@en . ### https://onerecord.iata.org/ns/cargo#COMPOSITION :COMPOSITION rdf:type owl:NamedIndividual , :CompositionType ; rdfs:comment "Describes a composition, for example the loading of a container or the build-up of an ULD"@en ; rdfs:label "COMPOSITION"@en . ### https://onerecord.iata.org/ns/cargo#CONFIRMED :CONFIRMED rdf:type owl:NamedIndividual , :BookingStatus ; rdfs:comment "Used when a booking is confirmed"@en ; rdfs:label "CONFIRMED"@en . ### https://onerecord.iata.org/ns/cargo#CONSIGNEE :CONSIGNEE rdf:type owl:NamedIndividual , :AccountType ; rdfs:comment "Consignee's Account" ; rdfs:label "CONSIGNEE" . ### https://onerecord.iata.org/ns/cargo#CONSIGNOR :CONSIGNOR rdf:type owl:NamedIndividual , :AccountType ; rdfs:comment "Consignor" ; rdfs:label "CONSIGNOR" . ### https://onerecord.iata.org/ns/cargo#CUSTOMER_CONTACT :CUSTOMER_CONTACT rdf:type owl:NamedIndividual , :ContactRole ; rdfs:comment "Indicates a contact person as customer contact"@en ; rdfs:label "CUSTOMER_CONTACT"@en . ### https://onerecord.iata.org/ns/cargo#CUSTOMS_CONTACT :CUSTOMS_CONTACT rdf:type owl:NamedIndividual , :ContactRole ; rdfs:comment "Indicates a contact person as customs contact"@en ; rdfs:label "CUSTOMS_CONTACT"@en . ### https://onerecord.iata.org/ns/cargo#DECOMPOSITION :DECOMPOSITION rdf:type owl:NamedIndividual , :CompositionType ; rdfs:comment "Describes a decomposition, for example the unloading of a container or the break-down of an ULD"@en ; rdfs:label "DECOMPOSITION"@en . ### https://onerecord.iata.org/ns/cargo#DELETED :DELETED rdf:type owl:NamedIndividual , :BookingStatus ; rdfs:comment "Used when a booking is deleted"@en ; rdfs:label "DELETED"@en . ### https://onerecord.iata.org/ns/cargo#DIRECT :DIRECT rdf:type owl:NamedIndividual , :WaybillType ; rdfs:comment "Indicates a Direct waybill"@en ; rdfs:label "DIRECT"@en . ### https://onerecord.iata.org/ns/cargo#EMAIL_ADDRESS :EMAIL_ADDRESS rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as email address"@en ; rdfs:label "EMAIL_ADDRESS"@en . ### https://onerecord.iata.org/ns/cargo#EMERGENCY_CONTACT :EMERGENCY_CONTACT rdf:type owl:NamedIndividual , :ContactRole ; rdfs:comment "Indicates a contact person as emergency contact"@en ; rdfs:label "EMERGENCY_CONTACT"@en . ### https://onerecord.iata.org/ns/cargo#ESTIMATED :ESTIMATED rdf:type owl:NamedIndividual , :EventTimeType , :MovementTimeType ; rdfs:comment "Used when a time is estimated"@en ; rdfs:label "ESTIMATED"@en . ### https://onerecord.iata.org/ns/cargo#EXPECTED :EXPECTED rdf:type owl:NamedIndividual , :EventTimeType ; rdfs:comment "Used when a time is expected"@en ; rdfs:label "EXPECTED"@en . ### https://onerecord.iata.org/ns/cargo#EXPIRED :EXPIRED rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option proposal is expired"@en ; rdfs:label "EXPIRED"@en . ### https://onerecord.iata.org/ns/cargo#FAX_NUMBER :FAX_NUMBER rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as fax number"@en ; rdfs:label "FAX_NUMBER"@en . ### https://onerecord.iata.org/ns/cargo#FF :FF rdf:type owl:NamedIndividual , :AccountType ; rdfs:comment "Freight Forwarder Account" ; rdfs:label "FF" . ### https://onerecord.iata.org/ns/cargo#GEOLOCATION :GEOLOCATION rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as geolocation"@en ; rdfs:label "GEOLOCATION"@en . ### https://onerecord.iata.org/ns/cargo#HOUSE :HOUSE rdf:type owl:NamedIndividual , :WaybillType ; rdfs:comment "Indicates a House Waybill"@en ; rdfs:label "HOUSE"@en . ### https://onerecord.iata.org/ns/cargo#HUMIDITY :HUMIDITY rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as humidity"@en ; rdfs:label "HUMIDITY"@en . ### https://onerecord.iata.org/ns/cargo#INBOUND :INBOUND rdf:type owl:NamedIndividual , :DirectionType ; rdfs:comment "Indicates the described direction in a movement time as inbound"@en ; rdfs:label "INBOUND"@en . ### https://onerecord.iata.org/ns/cargo#LIGHT :LIGHT rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as light"@en ; rdfs:label "LIGHT"@en . ### https://onerecord.iata.org/ns/cargo#LOADING :LOADING rdf:type owl:NamedIndividual , :LoadingType ; rdfs:comment "Describes a loading process, for example putting an ULD on an aircraft or a piece in a truck"@en ; rdfs:label "LOADING"@en . ### https://onerecord.iata.org/ns/cargo#LOOSE :LOOSE rdf:type owl:NamedIndividual , :LoadType ; rdfs:comment "Indicates the load type as loose"@en ; rdfs:label "LOOSE"@en . ### https://onerecord.iata.org/ns/cargo#MAIN_CARRIAGE :MAIN_CARRIAGE rdf:type owl:NamedIndividual , :ModeQualifier ; rdfs:comment "Indicates the mode qualifier as main carriage"@en ; rdfs:label "MAIN_CARRIAGE"@en . ### https://onerecord.iata.org/ns/cargo#MASTER :MASTER rdf:type owl:NamedIndividual , :WaybillType ; rdfs:comment "Indicates a Master Waybill"@en ; rdfs:label "MASTER"@en . ### https://onerecord.iata.org/ns/cargo#NONBOOKABLE :NONBOOKABLE rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option is nonbookable"@en ; rdfs:label "NONBOOKABLE"@en . ### https://onerecord.iata.org/ns/cargo#NOT_BOOKABLE :NOT_BOOKABLE rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option proposal is not bookable"@en ; rdfs:label "NOT_BOOKABLE"@en . ### https://onerecord.iata.org/ns/cargo#ON_CARRIAGE :ON_CARRIAGE rdf:type owl:NamedIndividual , :ModeQualifier ; rdfs:comment "Indicates the mode qualifier as on carriage"@en ; rdfs:label "ON_CARRIAGE"@en . ### https://onerecord.iata.org/ns/cargo#ON_REQUEST :ON_REQUEST rdf:type owl:NamedIndividual , :BookingOptionStatus ; rdfs:comment "Used when a booking option proposal is on request"@en ; rdfs:label "ON_REQUEST"@en . ### https://onerecord.iata.org/ns/cargo#OUTBOUND :OUTBOUND rdf:type owl:NamedIndividual , :DirectionType ; rdfs:comment "Indicates the described direction in a movement time as outbound"@en ; rdfs:label "OUTBOUND"@en . ### https://onerecord.iata.org/ns/cargo#PALLET :PALLET rdf:type owl:NamedIndividual , :LoadType ; rdfs:comment "Indicates the load type as pallet"@en ; rdfs:label "PALLET"@en . ### https://onerecord.iata.org/ns/cargo#PENDING :PENDING rdf:type owl:NamedIndividual , :ExecutionStatus ; rdfs:comment "Used when a LogisticsActivity is pending"@en ; rdfs:label "PENDING"@en . ### https://onerecord.iata.org/ns/cargo#PHONE_NUMBER :PHONE_NUMBER rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as phone number"@en ; rdfs:label "PHONE_NUMBER"@en . ### https://onerecord.iata.org/ns/cargo#PLANNED :PLANNED rdf:type owl:NamedIndividual , :ActionTimeType , :EventTimeType ; rdfs:comment "Used when a time is planned"@en ; rdfs:label "PLANNED"@en . ### https://onerecord.iata.org/ns/cargo#PRESSURE :PRESSURE rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as pressure"@en ; rdfs:label "PRESSURE"@en . ### https://onerecord.iata.org/ns/cargo#PRE_CARRIAGE :PRE_CARRIAGE rdf:type owl:NamedIndividual , :ModeQualifier ; rdfs:comment "Indicates the mode qualifier as pre carriage"@en ; rdfs:label "PRE_CARRIAGE"@en . ### https://onerecord.iata.org/ns/cargo#QUEUED :QUEUED rdf:type owl:NamedIndividual , :BookingOptionStatus , :BookingStatus ; rdfs:comment "Used when a booking or booking option is queued or pending"@en ; rdfs:label "QUEUED"@en . ### https://onerecord.iata.org/ns/cargo#REJECTED :REJECTED rdf:type owl:NamedIndividual , :BookingStatus ; rdfs:comment "Used when a booking is rejected"@en ; rdfs:label "REJECTED"@en . ### https://onerecord.iata.org/ns/cargo#REQUESTED :REQUESTED rdf:type owl:NamedIndividual , :ActionTimeType , :EventTimeType ; rdfs:comment "Used when a time is requested"@en ; rdfs:label "REQUESTED"@en . ### https://onerecord.iata.org/ns/cargo#SCHEDULED :SCHEDULED rdf:type owl:NamedIndividual , :MovementTimeType ; rdfs:comment "Used when a time is scheduled"@en ; rdfs:label "SCHEDULED"@en . ### https://onerecord.iata.org/ns/cargo#STORE_IN :STORE_IN rdf:type owl:NamedIndividual , :StoringType ; rdfs:comment "Describes a store-in process, where a physical object is assigned to a specific location"@en ; rdfs:label "STORE_IN"@en . ### https://onerecord.iata.org/ns/cargo#STORE_OUT :STORE_OUT rdf:type owl:NamedIndividual , :StoringType ; rdfs:comment "Describes a store-out process, where a physical object leaves a specific location"@en ; rdfs:label "STORE_OUT"@en . ### https://onerecord.iata.org/ns/cargo#TELEX :TELEX rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as telex"@en ; rdfs:label "TELEX"@en . ### https://onerecord.iata.org/ns/cargo#THERMOMETER :THERMOMETER rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as thermometer"@en ; rdfs:label "THERMOMETER"@en . ### https://onerecord.iata.org/ns/cargo#TILT :TILT rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as tilt"@en ; rdfs:label "TILT"@en . ### https://onerecord.iata.org/ns/cargo#UNIT_LOAD_DEVICE :UNIT_LOAD_DEVICE rdf:type owl:NamedIndividual , :LoadType ; rdfs:comment "Indicates the load type as uld"@en ; rdfs:label "UNIT_LOAD_DEVICE"@en . ### https://onerecord.iata.org/ns/cargo#UNLOADING :UNLOADING rdf:type owl:NamedIndividual , :LoadingType ; rdfs:comment "Describes an unloading process, for example removing an ULD from an aircraft or a piece from a truck"@en ; rdfs:label "UNLOADING"@en . ### https://onerecord.iata.org/ns/cargo#UNPLANNED_STOP :UNPLANNED_STOP rdf:type owl:NamedIndividual , :DirectionType ; rdfs:comment "Indicates the that the movement time describes an unplanned stop"@en ; rdfs:label "UNPLANNED_STOP"@en . ### https://onerecord.iata.org/ns/cargo#VIBRATION :VIBRATION rdf:type owl:NamedIndividual , :SensorType ; rdfs:comment "Indicates the sensor type as vibration"@en ; rdfs:label "VIBRATION"@en . ### https://onerecord.iata.org/ns/cargo#WEBSITE :WEBSITE rdf:type owl:NamedIndividual , :ContactDetailType ; rdfs:comment "Indicates a contact detail as website"@en ; rdfs:label "WEBSITE"@en . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi