IATA ONE Record API vocabulary

IRI:
https://onerecord.iata.org/api/
Current version :
2.0 draft
Other visualisation :
Ontology source - WebVowl

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Data Properties
  5. Annotation Properties
  6. Namespace Declarations

Introduction

The IATA ONE Record vocabulary, described using W3C RDF Schema and the Web Ontology Language.

Classes

AuditTrailc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/AuditTrail

Audit trail of a Logistics Object
has super-classes
auditTrail:changeResponsesop only ChangeResponsec
auditTrail:errorsop only Errorc
auditTrail:logisticsObjectRefop only LogisticsObjectRefc
auditTrail:changeResponsesop min 1
auditTrail:loInitialSnapshotop min 1
auditTrail:logisticsObjectRefop min 1
auditTrail:loInitialSnapshotop max 1
auditTrail:logisticsObjectRefop max 1
auditTrail:latestRevisiondp only non negative integer
auditTrail:latestRevisiondp min 1
auditTrail:latestRevisiondp max 1
is in domain of
auditTrail:changeResponsesop, auditTrail:errorsop, auditTrail:latestRevisiondp, auditTrail:loInitialSnapshotop, auditTrail:logisticsObjectRefop

ChangeResponsec back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/ChangeResponse

Change Request for the audit trail
has super-classes
changeResponse:patchRequestop only PatchRequestc
changeResponse:requestingPartyop only branchc
changeResponse:patchRequestop min 1
changeResponse:requestingPartyop min 1
changeResponse:patchRequestop max 1
changeResponse:requestingPartyop max 1
changeResponse:companyIddp only string
changeResponse:statusdp only string
changeResponse:timestampdp only date time
changeResponse:companyIddp min 1
changeResponse:statusdp min 1
changeResponse:timestampdp min 1
changeResponse:companyIddp max 1
changeResponse:statusdp max 1
changeResponse:timestampdp max 1
is in domain of
changeResponse:companyIddp, changeResponse:patchRequestop, changeResponse:requestingPartyop, changeResponse:statusdp, changeResponse:timestampdp
is in range of
auditTrail:changeResponsesop

CompanyInformationc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/CompanyInformation

Company information in the Internet of Logistics
has super-classes
companyInformation:companyop only companyc
companyInformation:errorsop only Errorc
companyInformation:companyop min 1
companyInformation:companyop max 1
companyInformation:companyIddp only string
companyInformation:serverEndpointdp only string
companyInformation:supportedContentTypesdp only string
companyInformation:supportedLogisticsObjectsdp only string
companyInformation:companyIddp min 1
companyInformation:serverEndpointdp min 1
companyInformation:supportedContentTypesdp min 1
companyInformation:supportedLogisticsObjectsdp min 1
companyInformation:companyIddp max 1
companyInformation:serverEndpointdp max 1
is in domain of
companyInformation:companyop, companyInformation:companyIddp, companyInformation:errorsop, companyInformation:serverEndpointdp, companyInformation:supportedContentTypesdp, companyInformation:supportedLogisticsObjectsdp

DelegationRequestc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/DelegationRequest

Delegation Request to 3rd parties
has super-classes
delegationRequest:targetLogisticsObjectsop only LogisticsObjectRefc
delegationRequest:targetLogisticsObjectsop min 1
delegationRequest:actiondp only string
delegationRequest:operationsdp only string
delegationRequest:targetCompaniesdp only string
delegationRequest:actiondp min 1
delegationRequest:operationsdp min 1
delegationRequest:targetCompaniesdp min 1
delegationRequest:actiondp max 1
is in domain of
delegationRequest:actiondp, delegationRequest:operationsdp, delegationRequest:targetCompaniesdp, delegationRequest:targetLogisticsObjectsop

Detailsc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Details

Error details
has super-classes
details:attributedp only string
details:codedp only string
details:messagedp only string
details:resourcedp only string
details:codedp min 1
details:attributedp max 1
details:codedp max 1
details:messagedp max 1
details:resourcedp max 1
is in domain of
details:attributedp, details:codedp, details:messagedp, details:resourcedp
is in range of
error:detailsop, filter:detailsop

Errorc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Error

Error model
has super-classes
error:detailsop only Detailsc
error:detailsop min 1
error:titledp only string
error:titledp min 1
error:titledp max 1
is in domain of
error:detailsop, error:titledp
is in range of
auditTrail:errorsop, companyInformation:errorsop, subscription:errorsop

Filterc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Filter

Filter model
has super-classes
filter:pathFilterop only PathFilterc
filter:changeResponsesdp only boolean
filter:eventCodesdp only string
is in domain of
filter:changeResponsesdp, filter:detailsop, filter:eventCodesdp, filter:pathFilterop

LogisticsObjectRefc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/LogisticsObjectRef

Reference to a Logistics Object
has super-classes
logisticsObjectRef:logisticsObjectIddp only string
logisticsObjectRef:logisticsObjectTypedp only string
logisticsObjectRef:logisticsObjectIddp min 1
logisticsObjectRef:logisticsObjectTypedp min 1
logisticsObjectRef:logisticsObjectIddp max 1
logisticsObjectRef:logisticsObjectTypedp max 1
is in domain of
logisticsObjectRef:logisticsObjectIddp, logisticsObjectRef:logisticsObjectTypedp
is in range of
auditTrail:logisticsObjectRefop, delegationRequest:targetLogisticsObjectsop, patchRequest:logisticsObjectRefop

Notificationc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Notification

Notification sent by the publisher to the subscriber
has super-classes
notification:eventTypedp min 1
notification:topicdp min 1
notification:eventTypedp max 1
notification:topicdp max 1
notification:logisticsObjectop only logistics objectc
notification#patchRequestop only PatchRequestc
notification:logisticsObjectop min 1
notification#patchRequestop min 1
notification:logisticsObjectop max 1
notification#patchRequestop max 1
notification:eventTypedp only string
notification:topicdp only string
is in domain of
notification#patchRequestop, notification:eventTypedp, notification:logisticsObjectop, notification:topicdp

Operationc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Operation

Operation Request contained in the PATCH body
has super-classes
operation:oop only OperationObjectc
operation:oop min 1
operation:oop max 1
operation:opdp only string
operation:pdp only string
operation:opdp min 1
operation:pdp min 1
operation:opdp max 1
operation:pdp max 1
is in domain of
operation:oop, operation:opdp, operation:pdp
is in range of
patchRequest:operationsop

OperationObjectc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/OperationObject

Object to modify in the PATCH request
has super-classes
operationObject:datatypedp only string
operationObject:valuedp only string
operationObject:datatypedp min 1
operationObject:valuedp min 1
operationObject:datatypedp max 1
operationObject:valuedp max 1
is in domain of
operationObject:datatypedp, operationObject:valuedp
is in range of
operation:oop

PatchRequestc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/PatchRequest

PATCH Request body containing updates on a Logistics Object
has super-classes
patchRequest:logisticsObjectRefop only LogisticsObjectRefc
patchRequest:operationsop only Operationc
patchRequest:logisticsObjectRefop min 1
patchRequest:operationsop min 1
patchRequest:logisticsObjectRefop max 1
patchRequest:descriptiondp only string
patchRequest:requestorCompanyIdentifierdp only string
patchRequest:revisiondp only string
patchRequest:requestorCompanyIdentifierdp min 1
patchRequest:revisiondp min 1
patchRequest:descriptiondp max 1
patchRequest:requestorCompanyIdentifierdp max 1
patchRequest:revisiondp max 1
is in domain of
patchRequest:descriptiondp, patchRequest:logisticsObjectRefop, patchRequest:operationsop, patchRequest:requestorCompanyIdentifierdp, patchRequest:revisiondp
is in range of
changeResponse:patchRequestop, notification#patchRequestop

PathFilterc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/PathFilter

PathFilter model
has super-classes
pathFilter:lowerbounddp only string
pathFilter:pathdp only string
pathFilter:upperbounddp only string
is in domain of
pathFilter:lowerbounddp, pathFilter:pathdp, pathFilter:upperbounddp
is in range of
filter:pathFilterop

Subscriptionc back to ToC or Class ToC

IRI: https://onerecord.iata.org/api/Subscription

Subscription information sent to the publisher
has super-classes
subscription:errorsop only Errorc
subscription:cacheFordp only string
subscription:callbackUrldp only string
subscription:contentTypesdp only string
subscription:myCompanyIdentifierdp only string
subscription:secretdp only string
subscription:sendLogisticsObjectBodydp only boolean
subscription:subscribeToStatusUpdatesdp only boolean
subscription:subscribedTodp only string
subscription:topicdp only string
subscription:callbackUrldp min 1
subscription:myCompanyIdentifierdp min 1
subscription:subscribedTodp min 1
subscription:topicdp min 1
subscription:cacheFordp max 1
subscription:callbackUrldp max 1
subscription:myCompanyIdentifierdp max 1
subscription:secretdp max 1
subscription:sendLogisticsObjectBodydp max 1
subscription:subscribeToStatusUpdatesdp max 1
subscription:subscribedTodp max 1
subscription:topicdp max 1
is in domain of
subscription:cacheFordp, subscription:callbackUrldp, subscription:contentTypesdp, subscription:errorsop, subscription:myCompanyIdentifierdp, subscription:secretdp, subscription:sendLogisticsObjectBodydp, subscription:subscribeToStatusUpdatesdp, subscription:subscribedTodp, subscription:topicdp

Object Properties

auditTrail:changeResponsesop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/AuditTrail#changeResponses

List of change requests that were sent as PATCH on for a Logistics Object
has domain
AuditTrailc
has range
ChangeResponsec

auditTrail:errorsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/AuditTrail#errors

Non mandatory error details
has domain
AuditTrailc
has range
Errorc

auditTrail:logisticsObjectRefop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/AuditTrail#logisticsObjectRef

has domain
AuditTrailc
has range
LogisticsObjectRefc
is also defined as
data property

auditTrail:loInitialSnapshotop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/AuditTrail#loInitialSnapshot

Initial content of the Logistics Object at the creation moment, represented via a Memento
has domain
AuditTrailc

changeResponse:patchRequestop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/ChangeResponse#patchRequest

PATCH body of a change request sent for a specific Logistics Object
has domain
ChangeResponsec
has range
PatchRequestc

changeResponse:requestingPartyop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/ChangeResponse#requestingParty

The party that has requested the change request
has domain
ChangeResponsec
has range
branchc

companyInformation:companyop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#company

Company details
has domain
CompanyInformationc
has range
companyc

companyInformation:errorsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#errors

Non mandatory error details
has domain
CompanyInformationc
has range
Errorc

delegationRequest:targetLogisticsObjectsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/DelegationRequest#targetLogisticsObjects

Identifiers of the logistics objects to which the access is requested

error:detailsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Error#details

Error details
has domain
Errorc
has range
Detailsc

filter:detailsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Filter#details

Filter details
has domain
Filterc
has range
Detailsc

filter:pathFilterop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Filter#pathFilter

PathFilter
has domain
Filterc
has range
PathFilterc

notification#patchRequestop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Notification#patchRequest

has domain
Notificationc
has range
PatchRequestc
is also defined as
data property

notification:logisticsObjectop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Notification#logisticsObject

has domain
Notificationc
has range
logistics objectc
is also defined as
data property

operation:oop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Operation#o

PATCH object to modify
has domain
Operationc
has range
OperationObjectc

patchRequest:logisticsObjectRefop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/PatchRequest#logisticsObjectRef

has domain
PatchRequestc
has range
LogisticsObjectRefc
is also defined as
data property

patchRequest:operationsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/PatchRequest#operations

List of operations to apply as PATCH on a Logistics Object
has domain
PatchRequestc
has range
Operationc

subscription:errorsop back to ToC or Object Property ToC

IRI: https://onerecord.iata.org/api/Subscription#errors

Non mandatory error details
has domain
Subscriptionc
has range
Errorc

Data Properties

auditTrail:latestRevisiondp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/AuditTrail#latestRevision

Latest revision of the Logistics Object
has domain
AuditTrailc
has range
non negative integer

changeResponse:companyIddp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/ChangeResponse#companyId

Company which sent the change request
has domain
ChangeResponsec
has range
string

changeResponse:statusdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/ChangeResponse#status

ACCEPTED or REJECTED
has domain
ChangeResponsec
has range
{ "ACCEPTED" , "REJECTED" }

changeResponse:timestampdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/ChangeResponse#timestamp

Timestamp of the change request
has domain
ChangeResponsec
has range
date time

companyInformation:companyIddp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#companyId

Company Id, for example airline code.
has domain
CompanyInformationc
has range
string

companyInformation:serverEndpointdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#serverEndpoint

Endpoint of the company in the Internet of Logistics
has domain
CompanyInformationc
has range
string

companyInformation:supportedContentTypesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#supportedContentTypes

Supported content types of the server
has domain
CompanyInformationc
has range
string

companyInformation:supportedLogisticsObjectsdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/CompanyInformation#supportedLogisticsObjects

Supported logistics object types on the server
has domain
CompanyInformationc
has range
string

delegationRequest:actiondp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/DelegationRequest#action

REVOKE or DELEGATE
has domain
DelegationRequestc
has range
{ "DELEGATE" , "REVOKE" }

delegationRequest:operationsdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/DelegationRequest#operations

GET or PATCH
has domain
DelegationRequestc
has range
{ "GET" , "PATCH" }

delegationRequest:targetCompaniesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/DelegationRequest#targetCompanies

Parties that receive the delegated rights
has domain
DelegationRequestc
has range
string

details:attributedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Details#attribute

Field of the object for which the error applies
has domain
Detailsc
has range
string

details:codedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Details#code

Error code
has domain
Detailsc
has range
string

details:messagedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Details#message

Message of the error
has domain
Detailsc
has range
string

details:resourcedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Details#resource

Object for which the error applies
has domain
Detailsc
has range
string

error:titledp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Error#title

Brief description of the error
has domain
Errorc
has range
string

filter:changeResponsesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Filter#changeResponses

Brief description of the changeResponses
has domain
Filterc
has range
boolean

filter:eventCodesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Filter#eventCodes

Brief description of the eventCodes
has domain
Filterc
has range
string

logisticsObjectRef:logisticsObjectIddp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/LogisticsObjectRef#logisticsObjectId

Id of the reference Logistics Object
has domain
LogisticsObjectRefc
has range
string

logisticsObjectRef:logisticsObjectTypedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/LogisticsObjectRef#logisticsObjectType

Type of the reference Logistics Object
has domain
LogisticsObjectRefc
has range
string

notification:eventTypedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Notification#eventType

OBJECT_CREATED, BJECT_UPDATED, EVENET_RECEIVED, PATCH PENDING, PATCH ACCEPTED, PATCH REJECTED
has domain
Notificationc
has range
{ "EVENT_RECEIVED" , "OBJECT_CREATED" , "OBJECT_UPDATED" , "PATCH_ACCEPTED" , "PATCH_PENDING" , "PATCH_REJECTED" }

notification:topicdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Notification#topic

Type of Logistics Object
has domain
Notificationc
has range
string

operation:opdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Operation#op

Operation objects must have exactly one op (operation) member; this value indicates which operation is to be performed. The value must be one of add or del; all other values result in an error
has domain
Operationc
has range
{ "add" , "del" }

operation:pdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Operation#p

Operations objects must have exactly one p, predicate, member. The value of this member must be an IRI
has domain
Operationc
has range
string

operationObject:datatypedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/OperationObject#datatype

Data type of the field to update
has domain
OperationObjectc
has range
string

operationObject:valuedp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/OperationObject#value

Value to update
has domain
OperationObjectc
has range
string

patchRequest:descriptiondp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PatchRequest#description

Reason for the change (optional)
has domain
PatchRequestc
has range
string

patchRequest:requestorCompanyIdentifierdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PatchRequest#requestorCompanyIdentifier

The company identifier of the entity that is requesting the change request
has domain
PatchRequestc
has range
string

patchRequest:revisiondp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PatchRequest#revision

Revision number of the Logistics Object
has domain
PatchRequestc
has range
string

pathFilter:lowerbounddp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PathFilter#lowerbound

Brief description of the lowerbound
has domain
PathFilterc
has range
string

pathFilter:pathdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PathFilter#path

Brief description of the path
has domain
PathFilterc
has range
string

pathFilter:upperbounddp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/PathFilter#upperbound

Brief description of the upperbound
has domain
PathFilterc
has range
string

subscription:cacheFordp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#cacheFor

Duration of the period to cache the subscription information in seconds
has domain
Subscriptionc
has range
non negative integer

subscription:callbackUrldp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#callbackUrl

Callback URL of the Client Subscription API where the subscriber receives Logistics Objects
has domain
Subscriptionc
has range
string

subscription:contentTypesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#contentTypes

Content types that the subscriber wants to receive in the notifications
has domain
Subscriptionc
has range
string

subscription:myCompanyIdentifierdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#myCompanyIdentifier

The company identifier from the Internet of Logistics of my company.
has domain
Subscriptionc
has range
string

subscription:secretdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#secret

Either a secret or API Key that ensures that only companies with this subscription information can POST to the subscriber callback endpoint
has domain
Subscriptionc
has range
string

subscription:sendLogisticsObjectBodydp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#sendLogisticsObjectBody

Flag specifying if the publisher should send the whole logistics object or not in the notification object
has domain
Subscriptionc
has range
boolean

subscription:subscribedTodp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#subscribedTo

Company Identifier of the company the subscriber wants to subscribe to (delegation scenario).
has domain
Subscriptionc
has range
string

subscription:subscribeToStatusUpdatesdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#subscribeToStatusUpdates

Flag specifying if the subscriber wants to receive updates for a Logistics Object
has domain
Subscriptionc
has range
boolean

subscription:topicdp back to ToC or Data Property ToC

IRI: https://onerecord.iata.org/api/Subscription#topic

The Logistics Object type to which the subscriber wants subscribe to
has domain
Subscriptionc
has range
string

Annotation Properties

descriptionap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/description

memberap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/2000/01/rdf-schema#member

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Namespace Declarations back to ToC

default namespace
https://onerecord.iata.org/api/
audittrail
https://onerecord.iata.org/api/AuditTrail#
changeresponse
https://onerecord.iata.org/api/ChangeResponse#
companyinformation
https://onerecord.iata.org/api/CompanyInformation#
dc
http://purl.org/dc/elements/1.1/
delegationrequest
https://onerecord.iata.org/api/DelegationRequest#
details
https://onerecord.iata.org/api/Details#
error
https://onerecord.iata.org/api/Error#
filter
https://onerecord.iata.org/api/Filter#
logisticsobjectref
https://onerecord.iata.org/api/LogisticsObjectRef#
notification
https://onerecord.iata.org/api/Notification#
onerecord-iata-org
https://onerecord.iata.org/
operation
https://onerecord.iata.org/api/Operation#
operationobject
https://onerecord.iata.org/api/OperationObject#
owl
http://www.w3.org/2002/07/owl#
patchrequest
https://onerecord.iata.org/api/PatchRequest#
pathfilter
https://onerecord.iata.org/api/PathFilter#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
subscription
https://onerecord.iata.org/api/Subscription#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni .