{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "datex_D2Payload": "http://datex2.eu/vocab/3/D2Payload/",
    "datex_Common": "http://datex2.eu/vocab/3/Common/",
    "datex_LocationReferencing": "http://datex2.eu/vocab/3/LocationReferencing/",
    "datex_RoadTrafficData": "http://datex2.eu/vocab/3/RoadTrafficData/",
    "datex_Situation": "http://datex2.eu/vocab/3/Situation/",
    "datex_Vms": "http://datex2.eu/vocab/3/Vms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "dct": "http://purl.org/dc/terms/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "vann": "http://purl.org/vocab/vann/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "cc": "http://creativecommons.org/ns#",
    "status": "http://www.w3.org/2003/06/sw-vocab-status/ns#",
    "schema": "http://schema.org/",
    "license": {
      "@id": "cc:license"
    },
    "hasFormat": {
      "@id": "dct:hasFormat"
    },
    "label": {
      "@id": "rdfs:label"
    },
    "comment": {
      "@id": "rdfs:comment"
    },
    "subClassOf": {
      "@id": "rdfs:subClassOf",
      "@type": "@id"
    },
    "issued": {
      "@id": "dct:issued"
    },
    "modified": {
      "@id": "dct:modified"
    },
    "rights": {
      "@id": "dct:rights"
    },
    "primaryTopic": {
      "@id": "foaf:primaryTopic",
      "@type": "@id"
    },
    "title": {
      "@id": "dct:title"
    },
    "description": {
      "@id": "dct:description"
    },
    "creator": {
      "@id": "dct:creator"
    },
    "preferredNamespacePrefix": {
      "@id": "vann:preferredNamespacePrefix"
    },
    "preferredNamespaceUri": {
      "@id": "vann:preferredNamespaceUri"
    },
    "seeAlso": {
      "@id": "rdfs:seeAlso",
      "@type": "@id"
    },
    "range": {
      "@id": "rdfs:range",
      "@type": "@id"
    },
    "domain": {
      "@id": "rdfs:domain",
      "@type": "@id"
    }
  },
  "@graph": [
    {
      "@id": "http://datex2.eu/vocab/3/Common",
      "@type": "foaf:Document",
      "license": "http://creativecommons.org/licenses/by/3.0/",
      "hasFormat": "http://datex2.eu/vocab/3/Common/vocabulary.jsonld",
      "issued": {
        "@value": "2023-11-10",
        "@type": "xsd:date"
      },
      "modified": {
        "@value": "2023-11-10",
        "@type": "xsd:date"
      },
      "rights": "Copyright 2023 - DATEX TMG",
      "primaryTopic": "datex_Common:Ontology"
    },
    {
      "@id": "datex_Common:Ontology",
      "@type": "owl:Ontology",
      "title": {
        "@value": "DATEX II",
        "@language": "en"
      },
      "comment": {
        "@value": "A mapping of DATEX II to a Linked Data vocabulary",
        "@language": "en"
      },
      "description": {
        "@value": "This document gives URIs to all terms used within Datex II",
        "@language": "en"
      },
      "creator": [
        "DATEX TMG "
      ],
      "preferredNamespacePrefix": "datex_Common",
      "preferredNamespaceUri": "http://datex2.eu/vocab/3/Common",
      "label": {
        "@value": "Linked DATEX II",
        "@language": "en"
      },
      "seeAlso": "http://datex2.eu/schema/3/Common"
    },
    {
      "@id": "datex_Common:Boolean",
      "label": {
        "@value": "Boolean",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Boolean has the value space required to support the mathematical concept of binary-valued logic: {true, false}. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum",
      "label": {
        "@value": "Precipitation type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Precipitation type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#clearIce",
      "label": {
        "@value": "Precipitation type enum clear ice",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Clear ice.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#dew",
      "label": {
        "@value": "Precipitation type enum dew",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Dew.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#diamondDust",
      "label": {
        "@value": "Precipitation type enum diamond dust",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Diamond dust.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#drizzle",
      "label": {
        "@value": "Precipitation type enum drizzle",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Light, fine rain.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#freezingRain",
      "label": {
        "@value": "Precipitation type enum freezing rain",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Freezing rain.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#glaze",
      "label": {
        "@value": "Precipitation type enum glaze",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Glaze.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#hail",
      "label": {
        "@value": "Precipitation type enum hail",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Small balls of ice and compacted snow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#hardRime",
      "label": {
        "@value": "Precipitation type enum hard rime",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Hard rime.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#hoarFrost",
      "label": {
        "@value": "Precipitation type enum hoar frost",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Hoar frost.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#iceCrystals",
      "label": {
        "@value": "Precipitation type enum ice crystals",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Ice crystals.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#icePellets",
      "label": {
        "@value": "Precipitation type enum ice pellets",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Ice pellets.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#liquidFreezing",
      "label": {
        "@value": "Precipitation type enum liquid freezing",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Liquid, freezing precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#liquidNotFreezing",
      "label": {
        "@value": "Precipitation type enum liquid not freezing",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Liquid precipitation but not freezing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#noPrecipitation",
      "label": {
        "@value": "Precipitation type enum no precipitation",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "No precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#rain",
      "label": {
        "@value": "Precipitation type enum rain",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Rain.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#rime",
      "label": {
        "@value": "Precipitation type enum rime",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Rime.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#sleet",
      "label": {
        "@value": "Precipitation type enum sleet",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Wet snow mixed with rain.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#smallHail",
      "label": {
        "@value": "Precipitation type enum small hail",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Small Hail.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#snow",
      "label": {
        "@value": "Precipitation type enum snow",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Snow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#snowGrains",
      "label": {
        "@value": "Precipitation type enum snow grains",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Snow grains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#snowPellets",
      "label": {
        "@value": "Precipitation type enum snow pellets",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": " Snow pellets.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#softRime",
      "label": {
        "@value": "Precipitation type enum soft rime",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Soft rime.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#solid",
      "label": {
        "@value": "Precipitation type enum solid",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Solid precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#wetSnow",
      "label": {
        "@value": "Precipitation type enum wet snow",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Wet snow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#whiteDev",
      "label": {
        "@value": "Precipitation type enum white dev",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "White Dev.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationTypeEnum#unknown",
      "label": {
        "@value": "Precipitation type enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "Unknown type of precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum",
      "label": {
        "@value": "Vehicle equipment enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle equipment enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#notUsingSnowChains",
      "label": {
        "@value": "Vehicle equipment enum not using snow chains",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle not using snow chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#notUsingSnowChainsOrTyres",
      "label": {
        "@value": "Vehicle equipment enum not using snow chains or tyres",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle not using either snow tyres or snow chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#snowChainsInUse",
      "label": {
        "@value": "Vehicle equipment enum snow chains in use",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle using snow chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#snowTyresInUse",
      "label": {
        "@value": "Vehicle equipment enum snow tyres in use",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle using snow tyres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#snowChainsOrTyresInUse",
      "label": {
        "@value": "Vehicle equipment enum snow chains or tyres in use",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle using snow tyres or snow chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleEquipmentEnum#withoutSnowTyresOrChainsOnBoard",
      "label": {
        "@value": "Vehicle equipment enum without snow tyres or chains on board",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "Vehicle which is not carrying on board snow tyres or chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum",
      "label": {
        "@value": "Source type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Source type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:SourceTypeEnum#automobileClubPatrol",
      "label": {
        "@value": "Source type enum automobile club patrol",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A patrol of an automobile club.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#cameraObservation",
      "label": {
        "@value": "Source type enum camera observation",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A camera observation (either still or video camera).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#freightVehicleOperator",
      "label": {
        "@value": "Source type enum freight vehicle operator",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "An operator of freight vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#inductionLoopMonitoringStation",
      "label": {
        "@value": "Source type enum induction loop monitoring station",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A station dedicated to the monitoring of the road network by processing inductive loop information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#infraredMonitoringStation",
      "label": {
        "@value": "Source type enum infrared monitoring station",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A station dedicated to the monitoring of the road network by processing infrared image information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#microwaveMonitoringStation",
      "label": {
        "@value": "Source type enum microwave monitoring station",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A station dedicated to the monitoring of the road network by processing microwave information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#mobileTelephoneCaller",
      "label": {
        "@value": "Source type enum mobile telephone caller",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A caller using a mobile telephone (who may be or not on the road network).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#nonPoliceEmergencyServicePatrol",
      "label": {
        "@value": "Source type enum non police emergency service patrol",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "Emergency service patrols other than police.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#otherInformation",
      "label": {
        "@value": "Source type enum other information",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "Other sources of information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#otherOfficialVehicle",
      "label": {
        "@value": "Source type enum other official vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "Personnel from a vehicle belonging to the road operator or authority or any emergency service, including authorised breakdown service organisations.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#policePatrol",
      "label": {
        "@value": "Source type enum police patrol",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A police patrol.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#privateBreakdownService",
      "label": {
        "@value": "Source type enum private breakdown service",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A private breakdown service.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#publicAndPrivateUtilities",
      "label": {
        "@value": "Source type enum public and private utilities",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A utility organisation, either public or private.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#registeredMotoristObserver",
      "label": {
        "@value": "Source type enum registered motorist observer",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A motorist who is an officially registered observer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#roadAuthorities",
      "label": {
        "@value": "Source type enum road authorities",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A road authority.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#roadOperatorPatrol",
      "label": {
        "@value": "Source type enum road operator patrol",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A patrol of the road operator or authority.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#roadsideTelephoneCaller",
      "label": {
        "@value": "Source type enum roadside telephone caller",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A caller who is using an emergency roadside telephone.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#spotterAircraft",
      "label": {
        "@value": "Source type enum spotter aircraft",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A spotter aircraft of an organisation specifically assigned to the monitoring of the traffic network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#trafficMonitoringStation",
      "label": {
        "@value": "Source type enum traffic monitoring station",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A station, usually automatic, dedicated to the monitoring of the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#transitOperator",
      "label": {
        "@value": "Source type enum transit operator",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "An operator of a transit service, e.g. bus link operator.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#vehicleProbeMeasurement",
      "label": {
        "@value": "Source type enum vehicle probe measurement",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A specially equipped vehicle used to provide measurements.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SourceTypeEnum#videoProcessingMonitoringStation",
      "label": {
        "@value": "Source type enum video processing monitoring station",
        "@language": "en"
      },
      "@type": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "A station dedicated to the monitoring of the road network by processing video image information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Year",
      "label": {
        "@value": "Year",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A year.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_Common:Language",
      "label": {
        "@value": "Language",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A language datatype, identifies a specified language by an ISO 639-1 2-alpha code.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationDeliveryServicesEnum",
      "label": {
        "@value": "Information delivery services enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information delivery services enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:InformationDeliveryServicesEnum#anyGeneralDeliveryService",
      "label": {
        "@value": "Information delivery services enum any general delivery service",
        "@language": "en"
      },
      "@type": "datex_Common:InformationDeliveryServicesEnum",
      "comment": {
        "@value": "Includes any general delivery channel such as broadcast channels (e.g. radio, tv, RDS-TMC, TPEG services, etc.) or web publishing available to public or to specific users, depending on Service Provider policies.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationDeliveryServicesEnum#safetyServices",
      "label": {
        "@value": "Information delivery services enum safety services",
        "@language": "en"
      },
      "@type": "datex_Common:InformationDeliveryServicesEnum",
      "comment": {
        "@value": "Specific services which deliver warning alerts to end users to enhance safety via any specific application available to drivers, including C-ITS services.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationDeliveryServicesEnum#vms",
      "label": {
        "@value": "Information delivery services enum VMS",
        "@language": "en"
      },
      "@type": "datex_Common:InformationDeliveryServicesEnum",
      "comment": {
        "@value": "Variable Message Signs or any other visual roadside devices which information are accessible to drivers which aim to affect driving style improving safety and road network LoS.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:KilometresPerHour",
      "label": {
        "@value": "Kilometres per hour",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of speed defined in kilometres per hour.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:MetresAsNonNegativeInteger",
      "label": {
        "@value": "Metres as non negative integer",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of distance defined in metres in a non negative integer format.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_Common:Tonnes",
      "label": {
        "@value": "Tonnes",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of weight defined in metric tonnes.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:Percentage",
      "label": {
        "@value": "Percentage",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of percentage.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:LoadTypeEnum",
      "label": {
        "@value": "Load type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Load type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:LoadTypeEnum#abnormalLoad",
      "label": {
        "@value": "Load type enum abnormal load",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "A load that exceeds normal vehicle dimensions in terms of height, length, width, gross vehicle weight or axle weight or any combination of these. Generally termed an \"abnormal load\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#ammunition",
      "label": {
        "@value": "Load type enum ammunition",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Ammunition.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#chemicals",
      "label": {
        "@value": "Load type enum chemicals",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Chemicals of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#combustibleMaterials",
      "label": {
        "@value": "Load type enum combustible materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Combustible materials of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#corrosiveMaterials",
      "label": {
        "@value": "Load type enum corrosive materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Corrosive materials of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#debris",
      "label": {
        "@value": "Load type enum debris",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Debris of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#empty",
      "label": {
        "@value": "Load type enum empty",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "No load.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#explosiveMaterials",
      "label": {
        "@value": "Load type enum explosive materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Explosive materials of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#extraHighLoad",
      "label": {
        "@value": "Load type enum extra high load",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "A load of exceptional height.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#extraLongLoad",
      "label": {
        "@value": "Load type enum extra long load",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "A load of exceptional length.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#extraWideLoad",
      "label": {
        "@value": "Load type enum extra wide load",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "A load of exceptional width.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#fuel",
      "label": {
        "@value": "Load type enum fuel",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Fuel of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#glass",
      "label": {
        "@value": "Load type enum glass",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Glass.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#goods",
      "label": {
        "@value": "Load type enum goods",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Any goods of a commercial nature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#hazardousMaterials",
      "label": {
        "@value": "Load type enum hazardous materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials classed as being of a hazardous nature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#liquid",
      "label": {
        "@value": "Load type enum liquid",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Liquid of an unspecified nature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#livestock",
      "label": {
        "@value": "Load type enum livestock",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Livestock.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#materials",
      "label": {
        "@value": "Load type enum materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "General materials of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#materialsDangerousForPeople",
      "label": {
        "@value": "Load type enum materials dangerous for people",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials classed as being of a danger to people or animals.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#materialsDangerousForTheEnvironment",
      "label": {
        "@value": "Load type enum materials dangerous for the environment",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials classed as being potentially dangerous to the environment.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#materialsDangerousForWater",
      "label": {
        "@value": "Load type enum materials dangerous for water",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials classed as being dangerous when exposed to water (e.g. materials which may react exothermically with water).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#oil",
      "label": {
        "@value": "Load type enum oil",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Oil.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#ordinary",
      "label": {
        "@value": "Load type enum ordinary",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials that present limited environmental or health risk. Non-combustible, non-toxic, non-corrosive.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#perishableProducts",
      "label": {
        "@value": "Load type enum perishable products",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Products or produce that will significantly degrade in quality or freshness over a short period of time.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#petrol",
      "label": {
        "@value": "Load type enum petrol",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Petrol or petroleum.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#pharmaceuticalMaterials",
      "label": {
        "@value": "Load type enum pharmaceutical materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Pharmaceutical materials.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#radioactiveMaterials",
      "label": {
        "@value": "Load type enum radioactive materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials that emit significant quantities of electro-magnetic radiation that may present a risk to people, animals or the environment.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#refrigeratedGoods",
      "label": {
        "@value": "Load type enum refrigerated goods",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Refrigerated goods.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#refuse",
      "label": {
        "@value": "Load type enum refuse",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Refuse.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#toxicMaterials",
      "label": {
        "@value": "Load type enum toxic materials",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Materials of a toxic nature which may damage the environment or endanger public health.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#vehicles",
      "label": {
        "@value": "Load type enum vehicles",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Vehicles of any type which are being transported.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LoadTypeEnum#other",
      "label": {
        "@value": "Load type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComputationMethodEnum",
      "label": {
        "@value": "Computation method enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Computation method enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:ComputationMethodEnum#arithmeticAverageOfSamplesBasedOnAFixedNumberOfSamples",
      "label": {
        "@value": "Computation method enum arithmetic average of samples based on a fixed number of samples",
        "@language": "en"
      },
      "@type": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Arithmetic average of sample values based on a fixed number of samples.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComputationMethodEnum#arithmeticAverageOfSamplesInATimePeriod",
      "label": {
        "@value": "Computation method enum arithmetic average of samples in a time period",
        "@language": "en"
      },
      "@type": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Arithmetic average of sample values in a time period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComputationMethodEnum#harmonicAverageOfSamplesInATimePeriod",
      "label": {
        "@value": "Computation method enum harmonic average of samples in a time period",
        "@language": "en"
      },
      "@type": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Harmonic average of sample values in a time period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComputationMethodEnum#medianOfSamplesInATimePeriod",
      "label": {
        "@value": "Computation method enum median of samples in a time period",
        "@language": "en"
      },
      "@type": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Median of sample values taken over a time period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComputationMethodEnum#movingAverageOfSamples",
      "label": {
        "@value": "Computation method enum moving average of samples",
        "@language": "en"
      },
      "@type": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Moving average of sample values.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeightTypeEnum",
      "label": {
        "@value": "Weight type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Weight type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:WeightTypeEnum#actual",
      "label": {
        "@value": "Weight type enum actual",
        "@language": "en"
      },
      "@type": "datex_Common:WeightTypeEnum",
      "comment": {
        "@value": "The weight is the actual weight of a specific vehicle",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeightTypeEnum#maximumPermitted",
      "label": {
        "@value": "Weight type enum maximum permitted",
        "@language": "en"
      },
      "@type": "datex_Common:WeightTypeEnum",
      "comment": {
        "@value": "The weight is the maximum permitted weight for a vehicle",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum",
      "label": {
        "@value": "Instance of day enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Instance of day enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#firstInstance",
      "label": {
        "@value": "Instance of day enum first instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "First instance of specified day of week in month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#secondInstance",
      "label": {
        "@value": "Instance of day enum second instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "Second instance of specified day of week in month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#thirdInstance",
      "label": {
        "@value": "Instance of day enum third instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "Third instance of specified day of week in month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#fourthInstance",
      "label": {
        "@value": "Instance of day enum fourth instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "Fourth instance of specified day of week in month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#fifthInstance",
      "label": {
        "@value": "Instance of day enum fifth instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "Fifth instance of specified day of week in month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InstanceOfDayEnum#lastInstance",
      "label": {
        "@value": "Instance of day enum last instance",
        "@language": "en"
      },
      "@type": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "Last instance of specified day of week in month (regardless its actual instance number).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Reference",
      "label": {
        "@value": "Reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A reference to an identifiable managed object where the identifier is unique.  It comprises an identifier (e.g. UUID) and a string identifying the class of the referenced object.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CountryCode",
      "label": {
        "@value": "Country code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "EN ISO 3166-1 alpha-2 two-letter country code",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "datex_Common:VersionedReference",
      "label": {
        "@value": "Versioned reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A reference to an identifiable version managed object where the combination of the identifier and version is unique. It comprises an identifier (e.g. UUID), a version (NonNegativeInteger) and a string identifying the class of the referenced object.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum",
      "label": {
        "@value": "Comparison operator enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Comparison operator enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum#equalTo",
      "label": {
        "@value": "Comparison operator enum equal to",
        "@language": "en"
      },
      "@type": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "Logical comparison operator of \"equal to\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum#greaterThan",
      "label": {
        "@value": "Comparison operator enum greater than",
        "@language": "en"
      },
      "@type": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "Logical comparison operator of \"greater than\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum#greaterThanOrEqualTo",
      "label": {
        "@value": "Comparison operator enum greater than or equal to",
        "@language": "en"
      },
      "@type": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "Logical comparison operator of \"greater than or equal to\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum#lessThan",
      "label": {
        "@value": "Comparison operator enum less than",
        "@language": "en"
      },
      "@type": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "Logical comparison operator of \"less than\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ComparisonOperatorEnum#lessThanOrEqualTo",
      "label": {
        "@value": "Comparison operator enum less than or equal to",
        "@language": "en"
      },
      "@type": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "Logical comparison operator of \"less than or equal to\".",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:AxlesPerHour",
      "label": {
        "@value": "Axles per hour",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle axles per hour.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_Common:LowEmissionLevelEnum",
      "label": {
        "@value": "Low emission level enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Low emission level enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:LowEmissionLevelEnum#lowLevelEmission",
      "label": {
        "@value": "Low emission level enum low level emission",
        "@language": "en"
      },
      "@type": "datex_Common:LowEmissionLevelEnum",
      "comment": {
        "@value": "Vehicles with low level emission.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LowEmissionLevelEnum#freeOfEmission",
      "label": {
        "@value": "Low emission level enum free of emission",
        "@language": "en"
      },
      "@type": "datex_Common:LowEmissionLevelEnum",
      "comment": {
        "@value": "Only vehicles that do not produce emissions (e.g. electric driven). Hybrid driven cars are allowed, when they switch to emission free mode within the considered situation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehiclesPerHour",
      "label": {
        "@value": "Vehicles per hour",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicles per hour.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum",
      "label": {
        "@value": "Public event type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Public event type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#agriculturalShow",
      "label": {
        "@value": "Public event type enum agricultural show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Agricultural show or event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#airShow",
      "label": {
        "@value": "Public event type enum air show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Air show or other aeronautical event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#artEvent",
      "label": {
        "@value": "Public event type enum art event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Art event",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#athleticsMeeting",
      "label": {
        "@value": "Public event type enum athletics meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Athletics event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#commercialEvent",
      "label": {
        "@value": "Public event type enum commercial event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Commercial event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#culturalEvent",
      "label": {
        "@value": "Public event type enum cultural event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Cultural event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#ballGame",
      "label": {
        "@value": "Public event type enum ball game",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Ball game event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#baseballGame",
      "label": {
        "@value": "Public event type enum baseball game",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Baseball game event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#basketballGame",
      "label": {
        "@value": "Public event type enum basketball game",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Basketball game event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#beerFestival",
      "label": {
        "@value": "Public event type enum beer festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Beer festival",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#bicycleRace",
      "label": {
        "@value": "Public event type enum bicycle race",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Bicycle race that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#boatRace",
      "label": {
        "@value": "Public event type enum boat race",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Regatta (boat race event of sailing, powerboat or rowing) that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#boatShow",
      "label": {
        "@value": "Public event type enum boat show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Boat show which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#boxingTournament",
      "label": {
        "@value": "Public event type enum boxing tournament",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Boxing event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#bullFight",
      "label": {
        "@value": "Public event type enum bull fight",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Bull fighting event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#ceremonialEvent",
      "label": {
        "@value": "Public event type enum ceremonial event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Formal or religious act, rite or ceremony that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#concert",
      "label": {
        "@value": "Public event type enum concert",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Concert event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#cricketMatch",
      "label": {
        "@value": "Public event type enum cricket match",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Cricket match that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#exhibition",
      "label": {
        "@value": "Public event type enum exhibition",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Major display or trade show which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#fair",
      "label": {
        "@value": "Public event type enum fair",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Periodic (e.g. annual), often traditional, gathering for entertainment or trade promotion, which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#festival",
      "label": {
        "@value": "Public event type enum festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Celebratory event or series of events which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#filmFestival",
      "label": {
        "@value": "Public event type enum film festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Film festival",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#filmTVMaking",
      "label": {
        "@value": "Public event type enum film TV making",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Film or TV making event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#fireworkDisplay",
      "label": {
        "@value": "Public event type enum firework display",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Firework display",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#flowerEvent",
      "label": {
        "@value": "Public event type enum flower event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Flower event",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#foodFestival",
      "label": {
        "@value": "Public event type enum food festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Food festival",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#footballMatch",
      "label": {
        "@value": "Public event type enum football match",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Football match that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#funfair",
      "label": {
        "@value": "Public event type enum funfair",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Periodic (e.g. annual), often traditional, gathering for entertainment, which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#gardeningOrFlowerShow",
      "label": {
        "@value": "Public event type enum gardening or flower show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Gardening and/or flower show or event which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#golfTournament",
      "label": {
        "@value": "Public event type enum golf tournament",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Golf tournament event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#hockeyGame",
      "label": {
        "@value": "Public event type enum hockey game",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Hockey game event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#horseRaceMeeting",
      "label": {
        "@value": "Public event type enum horse race meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Horse race meeting that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#internationalSportsMeeting",
      "label": {
        "@value": "Public event type enum international sports meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Large sporting event of an international nature that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#majorEvent",
      "label": {
        "@value": "Public event type enum major event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Significant organised event either on or near the roadway which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#marathon",
      "label": {
        "@value": "Public event type enum marathon",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Marathon, cross-country or road running event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#market",
      "label": {
        "@value": "Public event type enum market",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Periodic (e.g. weekly) gathering for buying and selling, which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#match",
      "label": {
        "@value": "Public event type enum match",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Sports match of unspecified type that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#motorShow",
      "label": {
        "@value": "Public event type enum motor show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Motor show which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#motorSportRaceMeeting",
      "label": {
        "@value": "Public event type enum motor sport race meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Motor sport race meeting that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#openAirConcert",
      "label": {
        "@value": "Public event type enum open air concert",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Open air concert",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#parade",
      "label": {
        "@value": "Public event type enum parade",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Formal display or organised procession which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#procession",
      "label": {
        "@value": "Public event type enum procession",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "An organised procession which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#raceMeeting",
      "label": {
        "@value": "Public event type enum race meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Race meeting (other than horse or motor sport) that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#rugbyMatch",
      "label": {
        "@value": "Public event type enum rugby match",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Rugby match that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#severalMajorEvents",
      "label": {
        "@value": "Public event type enum several major events",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "A series of significant organised events either on or near the roadway which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#show",
      "label": {
        "@value": "Public event type enum show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Entertainment event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#showJumping",
      "label": {
        "@value": "Public event type enum show jumping",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Horse showing jumping and tournament event that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#soundAndLightShow",
      "label": {
        "@value": "Public event type enum sound and light show",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Sound and light show.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#sportsMeeting",
      "label": {
        "@value": "Public event type enum sports meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Sports event of unspecified type that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#stateOccasion",
      "label": {
        "@value": "Public event type enum state occasion",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Public ceremony or visit of national or international significance which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#streetFestival",
      "label": {
        "@value": "Public event type enum street festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Street festival",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#tennisTournament",
      "label": {
        "@value": "Public event type enum tennis tournament",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Tennis tournament that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#theatricalEvent",
      "label": {
        "@value": "Public event type enum theatrical event",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Theatrical event",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#tournament",
      "label": {
        "@value": "Public event type enum tournament",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Sporting event or series of events of unspecified type lasting more than one day which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#tradeFair",
      "label": {
        "@value": "Public event type enum trade fair",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "A periodic (e.g. annual), often traditional, gathering for trade promotion, which could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#waterSportsMeeting",
      "label": {
        "@value": "Public event type enum water sports meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Water sports meeting that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#wineFestival",
      "label": {
        "@value": "Public event type enum wine festival",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Wine festival",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#winterSportsMeeting",
      "label": {
        "@value": "Public event type enum winter sports meeting",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Winter sports meeting or event (e.g. skiing, ski jumping, skating) that could disrupt traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#unknown",
      "label": {
        "@value": "Public event type enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Service provider does not know at time of message generation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicEventTypeEnum#other",
      "label": {
        "@value": "Public event type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MetresAsFloat",
      "label": {
        "@value": "Metres as float",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of distance defined in metres in a floating point format.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:Seconds",
      "label": {
        "@value": "Seconds",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Seconds.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:Integer",
      "label": {
        "@value": "Integer",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An integer number whose value space is the set {-2147483648, -2147483647, -2147483646, ..., -2, -1, 0, 1, 2, ..., 2147483645, 2147483646, 2147483647}.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum",
      "label": {
        "@value": "Vehicle type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#agriculturalVehicle",
      "label": {
        "@value": "Vehicle type enum agricultural vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle normally used for agricultural purposes, e.g. tractor, combined harvester etc.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#anyVehicle",
      "label": {
        "@value": "Vehicle type enum any vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle of any type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#articulatedBus",
      "label": {
        "@value": "Vehicle type enum articulated bus",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Articulated bus",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#articulatedTrolleyBus",
      "label": {
        "@value": "Vehicle type enum articulated trolley bus",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Articulated trolley bus",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#articulatedVehicle",
      "label": {
        "@value": "Vehicle type enum articulated vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Articulated vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#bicycle",
      "label": {
        "@value": "Vehicle type enum bicycle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Bicycle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#bus",
      "label": {
        "@value": "Vehicle type enum bus",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Bus.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#car",
      "label": {
        "@value": "Vehicle type enum car",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicles designed and constructed for the carriage of passengers and comprising no more than eight seats in addition to the driver’s seat, and having a maximum mass (“technically permissible maximum laden mass”) not exceeding 3.5 tons (M1).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#caravan",
      "label": {
        "@value": "Vehicle type enum caravan",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Caravan.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#carOrLightVehicle",
      "label": {
        "@value": "Vehicle type enum car or light vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Car or light vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#carWithCaravan",
      "label": {
        "@value": "Vehicle type enum car with caravan",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Car towing a caravan.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#carWithTrailer",
      "label": {
        "@value": "Vehicle type enum car with trailer",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Car towing a trailer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#constructionOrMaintenanceVehicle",
      "label": {
        "@value": "Vehicle type enum construction or maintenance vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle normally used for construction or maintenance purposes, e.g. digger, excavator, bulldozer, lorry mounted crane etc.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#fourWheelDrive",
      "label": {
        "@value": "Vehicle type enum four wheel drive",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Four wheel drive vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#heavyGoodsVehicle",
      "label": {
        "@value": "Vehicle type enum heavy goods vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicles with a total weight above 3,500 kg (vehicle and load).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#heavyGoodsVehicleWithTrailer",
      "label": {
        "@value": "Vehicle type enum heavy goods vehicle with trailer",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Heavy goods vehicle with trailer",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#heavyDutyTransporter",
      "label": {
        "@value": "Vehicle type enum heavy duty transporter",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "A transporter for heavy duty (usually with abnormal dimensions).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#heavyVehicle",
      "label": {
        "@value": "Vehicle type enum heavy vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle whose weight means it should be classed as a heavy vehicle",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#highSidedVehicle",
      "label": {
        "@value": "Vehicle type enum high sided vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "High sided vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#lightCommercialVehicle",
      "label": {
        "@value": "Vehicle type enum light commercial vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicles for the carriage of goods and having a maximum mass not exceeding 3.5 tonnes (class N1).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#largeCar",
      "label": {
        "@value": "Vehicle type enum large car",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Large car",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#largeGoodsVehicle",
      "label": {
        "@value": "Vehicle type enum large goods vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicles for the carriage of goods and having a maximum mass exceeding 3.5 tonnes (belonging to class N2 when not exceeding 12 tonnes, otherwise class N3).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#lightCommercialVehicleWithTrailer",
      "label": {
        "@value": "Vehicle type enum light commercial vehicle with trailer",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Light goods vehicle with trailer",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#longHeavyLorry",
      "label": {
        "@value": "Vehicle type enum long heavy lorry",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "A heavy lorry that is longer than normal.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#lorry",
      "label": {
        "@value": "Vehicle type enum lorry",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Lorry of any type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#metro",
      "label": {
        "@value": "Vehicle type enum metro",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Metro",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#minibus",
      "label": {
        "@value": "Vehicle type enum minibus",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicles designed and constructed for the carriage of passengers, comprising more than eight seats in addition to the driver’s seat, and having a maximum mass not exceeding 5 tonnes (class M2).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#moped",
      "label": {
        "@value": "Vehicle type enum moped",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Moped (a two wheeled motor vehicle characterized by a small engine typically less than 50cc and by normally having pedals).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#motorcycle",
      "label": {
        "@value": "Vehicle type enum motorcycle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Motorcycle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#motorcycleWithSideCar",
      "label": {
        "@value": "Vehicle type enum motorcycle with side car",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Three wheeled vehicle comprising a motorcycle with an attached side car.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#motorhome",
      "label": {
        "@value": "Vehicle type enum motorhome",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Motorhome",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#motorscooter",
      "label": {
        "@value": "Vehicle type enum motorscooter",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Motorscooter (a two wheeled motor vehicle characterized by a step-through frame and small diameter wheels).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#passengerCar",
      "label": {
        "@value": "Vehicle type enum passenger car",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Passenger car",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#smallCar",
      "label": {
        "@value": "Vehicle type enum small car",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Small car",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#tanker",
      "label": {
        "@value": "Vehicle type enum tanker",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle with large tank for carrying bulk liquids.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#threeWheeledVehicle",
      "label": {
        "@value": "Vehicle type enum three wheeled vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Three wheeled vehicle of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#trailer",
      "label": {
        "@value": "Vehicle type enum trailer",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Trailer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#tram",
      "label": {
        "@value": "Vehicle type enum tram",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Tram.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#trolleyBus",
      "label": {
        "@value": "Vehicle type enum trolley bus",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Trolley bus",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#twoWheeledVehicle",
      "label": {
        "@value": "Vehicle type enum two wheeled vehicle",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Two wheeled vehicle of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#van",
      "label": {
        "@value": "Vehicle type enum van",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Van.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#vehicleWithCaravan",
      "label": {
        "@value": "Vehicle type enum vehicle with caravan",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle (of unspecified type) towing a caravan.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#vehicleWithCatalyticConverter",
      "label": {
        "@value": "Vehicle type enum vehicle with catalytic converter",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle with catalytic converter.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#vehicleWithoutCatalyticConverter",
      "label": {
        "@value": "Vehicle type enum vehicle without catalytic converter",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle without catalytic converter.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#vehicleWithTrailer",
      "label": {
        "@value": "Vehicle type enum vehicle with trailer",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle (of unspecified type) towing a trailer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#withEvenNumberedRegistrationPlates",
      "label": {
        "@value": "Vehicle type enum with even numbered registration plates",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle with even numbered registration plate.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#withOddNumberedRegistrationPlates",
      "label": {
        "@value": "Vehicle type enum with odd numbered registration plates",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle with odd numbered registration plate.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#unknown",
      "label": {
        "@value": "Vehicle type enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleTypeEnum#other",
      "label": {
        "@value": "Vehicle type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Decimal",
      "label": {
        "@value": "Decimal",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A decimal number whose value space is the set of numbers that can be obtained by multiplying an integer by a non-positive power of ten, i.e., expressible as i × 10^-n where i and n are integers and n >= 0.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "label": {
        "@value": "Weather related road condition type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Weather related road condition type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#blackIce",
      "label": {
        "@value": "Weather related road condition type enum black ice",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Severe skid risk due to black ice (i.e. clear ice, which is impossible or very difficult to see).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#deepSnow",
      "label": {
        "@value": "Weather related road condition type enum deep snow",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Deep snow on the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#dry",
      "label": {
        "@value": "Weather related road condition type enum dry",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "There is no humidity over the sensor.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#freezingOfWetRoads",
      "label": {
        "@value": "Weather related road condition type enum freezing of wet roads",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "The wet road surface is subject to freezing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#freezingPavements",
      "label": {
        "@value": "Weather related road condition type enum freezing pavements",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "The pavements for pedestrians are subject to freezing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#freezingRain",
      "label": {
        "@value": "Weather related road condition type enum freezing rain",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Severe skid risk due to rain falling on sub-zero temperature road surface and freezing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#freshSnow",
      "label": {
        "@value": "Weather related road condition type enum fresh snow",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Fresh snow (with little or no traffic yet) on the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#glaze",
      "label": {
        "@value": "Weather related road condition type enum glaze",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Glaze of the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#ice",
      "label": {
        "@value": "Weather related road condition type enum ice",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Increased skid risk due to ice (of any kind).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#iceBuildUp",
      "label": {
        "@value": "Weather related road condition type enum ice build up",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Ice is building up on the roadway causing a serious skid hazard.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#iceWithWheelBarTracks",
      "label": {
        "@value": "Weather related road condition type enum ice with wheel bar tracks",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Ice on the road frozen in the form of wheel tracks.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#icyPatches",
      "label": {
        "@value": "Weather related road condition type enum icy patches",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Severe skid risk due to icy patches (i.e. intermittent ice on roadway).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#looseSnow",
      "label": {
        "@value": "Weather related road condition type enum loose snow",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Powdery snow on the road which is subject to being blown by the wind.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#moist",
      "label": {
        "@value": "Weather related road condition type enum moist",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "From (0,01 mm) water film thickness over the sensor",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#normalWinterConditionsForPedestrians",
      "label": {
        "@value": "Weather related road condition type enum normal winter conditions for pedestrians",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Conditions for pedestrians are consistent with those normally expected in winter.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#notDry",
      "label": {
        "@value": "Weather related road condition type enum not dry",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "The road surface is not dry.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#packedSnow",
      "label": {
        "@value": "Weather related road condition type enum packed snow",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Packed snow (heavily trafficked) on the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#rime",
      "label": {
        "@value": "Weather related road condition type enum rime",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Fresh snow (with little or no traffic yet) on the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#roadSurfaceMelting",
      "label": {
        "@value": "Weather related road condition type enum road surface melting",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "The road surface is melting, or has melted due to abnormally high temperatures.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#slippery",
      "label": {
        "@value": "Weather related road condition type enum slippery",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Detection at least of the presence of partly or wholly solidified aqueous solution over the sensor.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#slushOnRoad",
      "label": {
        "@value": "Weather related road condition type enum slush on road",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Increased skid risk due to melting snow (slush) on road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#slushStrings",
      "label": {
        "@value": "Weather related road condition type enum slush strings",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Melting snow (slush) on the roadway is formed into wheel tracks.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#snow",
      "label": {
        "@value": "Weather related road condition type enum snow",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Fresh snow (with little or no traffic yet) on the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#snowDrifts",
      "label": {
        "@value": "Weather related road condition type enum snow drifts",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Snow drifting is in progress or patches of deep snow are present due to earlier drifting.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#snowOnPavement",
      "label": {
        "@value": "Weather related road condition type enum snow on pavement",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Snow is on the pedestrian pavement.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#wetAndIcyRoad",
      "label": {
        "@value": "Weather related road condition type enum wet and icy road",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Increased skid risk due to partly thawed, wet road with packed snow and ice, or rain falling on packed snow and ice.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#snowOnTheRoad",
      "label": {
        "@value": "Weather related road condition type enum snow on the road",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Snow is lying on the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#wetIcyPavement",
      "label": {
        "@value": "Weather related road condition type enum wet icy pavement",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Partly thawed, wet pedestrian pavement with packed snow and ice, or rain falling on packed snow and ice.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#streamingWater",
      "label": {
        "@value": "Weather related road condition type enum streaming water",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "From (2 mm) water film thickness over the sensor.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#surfaceWater",
      "label": {
        "@value": "Weather related road condition type enum surface water",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Water is resting on the roadway which provides an increased hazard to vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#wet",
      "label": {
        "@value": "Weather related road condition type enum wet",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "From (0,2 mm) water film thickness over the sensor",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WeatherRelatedRoadConditionTypeEnum#other",
      "label": {
        "@value": "Weather related road condition type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:WeatherRelatedRoadConditionTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Float",
      "label": {
        "@value": "Float",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A floating point number whose value space consists of the values m × 2^e, where m is an integer whose absolute value is less than 2^24, and e is an integer between -149 and 104, inclusive.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum",
      "label": {
        "@value": "URL link type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "URL link type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#documentPdf",
      "label": {
        "@value": "URL link type enum document PDF",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to a pdf document.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#html",
      "label": {
        "@value": "URL link type enum html",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to an html page.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#image",
      "label": {
        "@value": "URL link type enum image",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to an image.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#rss",
      "label": {
        "@value": "URL link type enum rss",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to an RSS feed.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#videoStream",
      "label": {
        "@value": "URL link type enum video stream",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to a video stream.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#voiceStream",
      "label": {
        "@value": "URL link type enum voice stream",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "URL link to a voice stream.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLinkTypeEnum#other",
      "label": {
        "@value": "URL link type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ConfidentialityValueEnum",
      "label": {
        "@value": "Confidentiality value enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Confidentiality value enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:ConfidentialityValueEnum#internalUse",
      "label": {
        "@value": "Confidentiality value enum internal use",
        "@language": "en"
      },
      "@type": "datex_Common:ConfidentialityValueEnum",
      "comment": {
        "@value": "For internal use only of the recipient organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ConfidentialityValueEnum#noRestriction",
      "label": {
        "@value": "Confidentiality value enum no restriction",
        "@language": "en"
      },
      "@type": "datex_Common:ConfidentialityValueEnum",
      "comment": {
        "@value": "No restriction on usage.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ConfidentialityValueEnum#restrictedToAuthorities",
      "label": {
        "@value": "Confidentiality value enum restricted to authorities",
        "@language": "en"
      },
      "@type": "datex_Common:ConfidentialityValueEnum",
      "comment": {
        "@value": "Restricted for use only by authorities.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ConfidentialityValueEnum#restrictedToAuthoritiesAndTrafficOperators",
      "label": {
        "@value": "Confidentiality value enum restricted to authorities and traffic operators",
        "@language": "en"
      },
      "@type": "datex_Common:ConfidentialityValueEnum",
      "comment": {
        "@value": "Restricted for use only by authorities and traffic operators.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:IntensityKilogramsPerSquareMetre",
      "label": {
        "@value": "Intensity kilograms per square metre",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of the quantity of application of a substance to an area defined in kilograms per square metre.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:ConcentrationKilogramsPerCubicMetre",
      "label": {
        "@value": "Concentration kilograms per cubic metre",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Concentration defined in kilograms per cubic metre (equivalent to grams per litre under standard conditions).",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:LongString",
      "label": {
        "@value": "Long string",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A character string with no specified length limit, whose value space is the set of finite-length sequences of characters. Every character has a corresponding Universal Character Set code point (as defined in ISO/IEC 10646), which is an integer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Time",
      "label": {
        "@value": "Time",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An instant of time that recurs every day. The value space of time is the space of time of day values as defined in § 5.3 of [ISO 8601]. Specifically, it is a set of zero-duration daily time instances.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Date",
      "label": {
        "@value": "Date",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A combination of year, month and day integer-valued properties plus an optional timezone property. It represents an interval of exactly one day, beginning on the first moment of the day in the timezone, i.e. '00:00:00' up to but not including '24:00:00'.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum",
      "label": {
        "@value": "Winter equipment management type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Winter equipment management type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#doNotUseStudTyres",
      "label": {
        "@value": "Winter equipment management type enum do not use stud tyres",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Do not use stud tyres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#useSnowChains",
      "label": {
        "@value": "Winter equipment management type enum use snow chains",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Use snow chains.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#useSnowChainsOrTyres",
      "label": {
        "@value": "Winter equipment management type enum use snow chains or tyres",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Use snow chains or snow tyres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#useSnowTyres",
      "label": {
        "@value": "Winter equipment management type enum use snow tyres",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Use snow tyres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#winterEquipmentOnBoardRequired",
      "label": {
        "@value": "Winter equipment management type enum winter equipment on board required",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "The carrying of winter equipment (snow chains and/or snow tyres) is required.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WinterEquipmentManagementTypeEnum#other",
      "label": {
        "@value": "Winter equipment management type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum",
      "label": {
        "@value": "Vehicle status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#abandoned",
      "label": {
        "@value": "Vehicle status enum abandoned",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Abandoned vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#brokenDown",
      "label": {
        "@value": "Vehicle status enum broken down",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Broken down vehicle (i.e. it is immobile due to mechanical breakdown).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#burntOut",
      "label": {
        "@value": "Vehicle status enum burnt out",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Burnt out vehicle, but fire is extinguished.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#damaged",
      "label": {
        "@value": "Vehicle status enum damaged",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is damaged following an incident or collision. It may be able or not to move by itself.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#damagedAndImmobilized",
      "label": {
        "@value": "Vehicle status enum damaged and immobilized",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is damaged following an incident or collision. It is immobilized and therefore needs assistance to be moved.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#inDitch",
      "label": {
        "@value": "Vehicle status enum in ditch",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle has left roadway and ended in a ditch next to the roadway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#jacknifed",
      "label": {
        "@value": "Vehicle status enum jacknifed",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "The pulling vehicle is in a jackknifed position with its trailer",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#offRoad",
      "label": {
        "@value": "Vehicle status enum off road",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle has left the carriageway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#onFire",
      "label": {
        "@value": "Vehicle status enum on fire",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is on fire.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#onTopOfCrashBarrier",
      "label": {
        "@value": "Vehicle status enum on top of crash barrier",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is on top of the crash barrier, and cannot leave that position autonomously",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#onWheels",
      "label": {
        "@value": "Vehicle status enum on wheels",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is in its upright position after the accident. No special lifting equipment is needed to put it on its wheels",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#overturned",
      "label": {
        "@value": "Vehicle status enum overturned",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle is on its side or upside down",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#rollable",
      "label": {
        "@value": "Vehicle status enum rollable",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "The vehicle can be rolled on its own wheels. There is no special equipment needed to lift the vehicle, because of blocked wheels or other mechanical problems.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleStatusEnum#spunAround",
      "label": {
        "@value": "Vehicle status enum spun around",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle has come to rest not facing its intended line of travel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum",
      "label": {
        "@value": "Fuel type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Fuel type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:FuelTypeEnum#all",
      "label": {
        "@value": "Fuel type enum all",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "All sort of fuel is accepted.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#battery",
      "label": {
        "@value": "Fuel type enum battery",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Battery.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#biodiesel",
      "label": {
        "@value": "Fuel type enum biodiesel",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Biodiesel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#diesel",
      "label": {
        "@value": "Fuel type enum diesel",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Fuel used for compression-ignition (CI) engines.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#dieselBatteryHybrid",
      "label": {
        "@value": "Fuel type enum diesel battery hybrid",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Diesel and battery hybrid.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#ethanol",
      "label": {
        "@value": "Fuel type enum ethanol",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Ethanol.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#hydrogen",
      "label": {
        "@value": "Fuel type enum hydrogen",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Hydrogen.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#liquidGas",
      "label": {
        "@value": "Fuel type enum liquid gas",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Liquid gas of any type including LPG.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#lpg",
      "label": {
        "@value": "Fuel type enum lpg",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Liquid petroleum gas.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#methane",
      "label": {
        "@value": "Fuel type enum methane",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Methane gas.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrol",
      "label": {
        "@value": "Fuel type enum petrol",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Fuel used for positive-ignition (PI) engines.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrol95Octane",
      "label": {
        "@value": "Fuel type enum petrol95 octane",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Petrol with 95 octane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrol98Octane",
      "label": {
        "@value": "Fuel type enum petrol98 octane",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Petrol with 98 octane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrolBatteryHybrid",
      "label": {
        "@value": "Fuel type enum petrol battery hybrid",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Petrol and battery hybrid.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrolLeaded",
      "label": {
        "@value": "Fuel type enum petrol leaded",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Leaded petrol.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#petrolUnleaded",
      "label": {
        "@value": "Fuel type enum petrol unleaded",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Unleaded petrol.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#unknown",
      "label": {
        "@value": "Fuel type enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "The sort of fuel is not known.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FuelTypeEnum#other",
      "label": {
        "@value": "Fuel type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum",
      "label": {
        "@value": "Vehicle usage enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle usage enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#agricultural",
      "label": {
        "@value": "Vehicle usage enum agricultural",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used for agricultural purposes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#carSharing",
      "label": {
        "@value": "Vehicle usage enum car sharing",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicles operated by a car-sharing company.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#cityLogistics",
      "label": {
        "@value": "Vehicle usage enum city logistics",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicles that are used to deliver goods in a city area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#commercial",
      "label": {
        "@value": "Vehicle usage enum commercial",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle which is limited to non-private usage or public transport usage.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#emergencyServices",
      "label": {
        "@value": "Vehicle usage enum emergency services",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used by the emergency services.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#military",
      "label": {
        "@value": "Vehicle usage enum military",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used by the military.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#nonCommercial",
      "label": {
        "@value": "Vehicle usage enum non commercial",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used for non-commercial or private purposes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#patrol",
      "label": {
        "@value": "Vehicle usage enum patrol",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used as part of a patrol service, e.g. road operator or automobile association patrol vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#recoveryServices",
      "label": {
        "@value": "Vehicle usage enum recovery services",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used to provide a recovery service.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#roadMaintenanceOrConstruction",
      "label": {
        "@value": "Vehicle usage enum road maintenance or construction",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used for road maintenance or construction work purposes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#roadOperator",
      "label": {
        "@value": "Vehicle usage enum road operator",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used by the road operator.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleUsageEnum#taxi",
      "label": {
        "@value": "Vehicle usage enum taxi",
        "@language": "en"
      },
      "@type": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "Vehicle used to provide an authorised taxi service.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationStatusEnum",
      "label": {
        "@value": "Information status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:InformationStatusEnum#real",
      "label": {
        "@value": "Information status enum real",
        "@language": "en"
      },
      "@type": "datex_Common:InformationStatusEnum",
      "comment": {
        "@value": "The information is real. It is not a test or exercise.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationStatusEnum#securityExercise",
      "label": {
        "@value": "Information status enum security exercise",
        "@language": "en"
      },
      "@type": "datex_Common:InformationStatusEnum",
      "comment": {
        "@value": "The information is part of an exercise which is for testing security.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationStatusEnum#technicalExercise",
      "label": {
        "@value": "Information status enum technical exercise",
        "@language": "en"
      },
      "@type": "datex_Common:InformationStatusEnum",
      "comment": {
        "@value": "The information is part of an exercise which includes tests of associated technical subsystems.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InformationStatusEnum#test",
      "label": {
        "@value": "Information status enum test",
        "@language": "en"
      },
      "@type": "datex_Common:InformationStatusEnum",
      "comment": {
        "@value": "The information is part of a test for checking the exchange of this type of information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:IntensityMillimetresPerHour",
      "label": {
        "@value": "Intensity millimetres per hour",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of precipitation intensity defined in millimetres per hour.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:Url",
      "label": {
        "@value": "Url",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A Uniform Resource Locator (URL) address comprising a compact string of characters for a resource available on the Internet.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum",
      "label": {
        "@value": "Special day type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Special day type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#dayBeforePublicHoliday",
      "label": {
        "@value": "Special day type enum day before public holiday",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "The day preceding a public holiday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#publicHoliday",
      "label": {
        "@value": "Special day type enum public holiday",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A public holiday in general. You may use the PublicHoliday class to refer on a specific public holiday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#dayFollowingPublicHoliday",
      "label": {
        "@value": "Special day type enum day following public holiday",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A day following a public holiday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#longWeekendDay",
      "label": {
        "@value": "Special day type enum long weekend day",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A day between a public holiday and the weekend.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#inLieuOfPublicHoliday",
      "label": {
        "@value": "Special day type enum in lieu of public holiday",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A holiday in lieu of a public holiday that falls on a weekend.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#schoolDay",
      "label": {
        "@value": "Special day type enum school day",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A school day.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#schoolHolidays",
      "label": {
        "@value": "Special day type enum school holidays",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A day within the school holidays.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#publicEventDay",
      "label": {
        "@value": "Special day type enum public event day",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "A day of a public event. You may use the publicEvent attribute to specify the corresponding event.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDayTypeEnum#other",
      "label": {
        "@value": "Special day type enum other",
        "@language": "en"
      },
      "@type": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "Some other special day.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:AngleInDegrees",
      "label": {
        "@value": "Angle in degrees",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An integer number representing an angle in whole degrees between 0 and 359.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_Common:ValidityStatusEnum",
      "label": {
        "@value": "Validity status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Validity status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:ValidityStatusEnum#active",
      "label": {
        "@value": "Validity status enum active",
        "@language": "en"
      },
      "@type": "datex_Common:ValidityStatusEnum",
      "comment": {
        "@value": "The described event, action or item is currently active regardless of the definition of the validity time specification.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ValidityStatusEnum#planned",
      "label": {
        "@value": "Validity status enum planned",
        "@language": "en"
      },
      "@type": "datex_Common:ValidityStatusEnum",
      "comment": {
        "@value": "The described event, action or item is currently planned regardless of the definition of the validity time specification.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ValidityStatusEnum#suspended",
      "label": {
        "@value": "Validity status enum suspended",
        "@language": "en"
      },
      "@type": "datex_Common:ValidityStatusEnum",
      "comment": {
        "@value": "The described event, action or item is currently suspended, that is inactive, regardless of the definition of the validity time specification.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ValidityStatusEnum#definedByValidityTimeSpec",
      "label": {
        "@value": "Validity status enum defined by validity time spec",
        "@language": "en"
      },
      "@type": "datex_Common:ValidityStatusEnum",
      "comment": {
        "@value": "The validity status of the described event, action or item is in accordance with the definition of the validity time specification.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DateTime",
      "label": {
        "@value": "Date time",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A combination of integer-valued year, month, day, hour, minute properties, a decimal-valued second property and a time zone property from which it is possible to determine the local time, the equivalent UTC time and the time zone offset from UTC.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CubicMetres",
      "label": {
        "@value": "Cubic metres",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A volumetric measure defined in cubic metres.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:DayEnum",
      "label": {
        "@value": "Day enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Day enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:DayEnum#monday",
      "label": {
        "@value": "Day enum monday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Monday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#tuesday",
      "label": {
        "@value": "Day enum tuesday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Tuesday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#wednesday",
      "label": {
        "@value": "Day enum wednesday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Wednesday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#thursday",
      "label": {
        "@value": "Day enum thursday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Thursday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#friday",
      "label": {
        "@value": "Day enum friday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Friday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#saturday",
      "label": {
        "@value": "Day enum saturday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Saturday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayEnum#sunday",
      "label": {
        "@value": "Day enum sunday",
        "@language": "en"
      },
      "@type": "datex_Common:DayEnum",
      "comment": {
        "@value": "Sunday.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum",
      "label": {
        "@value": "Time precision enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Time precision enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#tenthsOfSecond",
      "label": {
        "@value": "Time precision enum tenths of second",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest tenth of a second.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#second",
      "label": {
        "@value": "Time precision enum second",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest second.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#minute",
      "label": {
        "@value": "Time precision enum minute",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest minute.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#quarterHour",
      "label": {
        "@value": "Time precision enum quarter hour",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest quarter hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#halfHour",
      "label": {
        "@value": "Time precision enum half hour",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest half hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePrecisionEnum#hour",
      "label": {
        "@value": "Time precision enum hour",
        "@language": "en"
      },
      "@type": "datex_Common:TimePrecisionEnum",
      "comment": {
        "@value": "Time given to the nearest hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Hectopascal",
      "label": {
        "@value": "Hectopascal",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of pressure defined in hectopascal.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:ConcentrationMicrogramsPerCubicMetre",
      "label": {
        "@value": "Concentration micrograms per cubic metre",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of concentration defined in µg/m3 (micrograms/cubic metre).",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:DirectionCompassEnum",
      "label": {
        "@value": "Direction compass enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Direction compass enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#east",
      "label": {
        "@value": "Direction compass enum east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "East.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#eastNorthEast",
      "label": {
        "@value": "Direction compass enum east north east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "East north east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#eastSouthEast",
      "label": {
        "@value": "Direction compass enum east south east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "East south east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#north",
      "label": {
        "@value": "Direction compass enum north",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "North.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#northEast",
      "label": {
        "@value": "Direction compass enum north east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "North east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#northNorthEast",
      "label": {
        "@value": "Direction compass enum north north east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "North north east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#northNorthWest",
      "label": {
        "@value": "Direction compass enum north north west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "North north west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#northWest",
      "label": {
        "@value": "Direction compass enum north west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "North west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#south",
      "label": {
        "@value": "Direction compass enum south",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "South.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#southEast",
      "label": {
        "@value": "Direction compass enum south east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "South east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#southSouthEast",
      "label": {
        "@value": "Direction compass enum south south east",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "South south east.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#southSouthWest",
      "label": {
        "@value": "Direction compass enum south south west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "South south west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#southWest",
      "label": {
        "@value": "Direction compass enum south west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "South west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#west",
      "label": {
        "@value": "Direction compass enum west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "West.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#westNorthWest",
      "label": {
        "@value": "Direction compass enum west north west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "West north west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionCompassEnum#westSouthWest",
      "label": {
        "@value": "Direction compass enum west south west",
        "@language": "en"
      },
      "@type": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "West south west.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DangerousGoodsRegulationsEnum",
      "label": {
        "@value": "Dangerous goods regulations enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Dangerous goods regulations enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:DangerousGoodsRegulationsEnum#adr",
      "label": {
        "@value": "Dangerous goods regulations enum adr",
        "@language": "en"
      },
      "@type": "datex_Common:DangerousGoodsRegulationsEnum",
      "comment": {
        "@value": "European agreement on the international carriage of dangerous goods on road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DangerousGoodsRegulationsEnum#iataIcao",
      "label": {
        "@value": "Dangerous goods regulations enum iata ICAO",
        "@language": "en"
      },
      "@type": "datex_Common:DangerousGoodsRegulationsEnum",
      "comment": {
        "@value": "Regulations covering the international transportation of dangerous goods issued by the International Air Transport Association and the International Civil Aviation Organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DangerousGoodsRegulationsEnum#imoImdg",
      "label": {
        "@value": "Dangerous goods regulations enum imo IMDG",
        "@language": "en"
      },
      "@type": "datex_Common:DangerousGoodsRegulationsEnum",
      "comment": {
        "@value": "Regulations regarding the transportation of dangerous goods on ocean-going vessels issued by the International Maritime Organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DangerousGoodsRegulationsEnum#railroadDangerousGoodsBook",
      "label": {
        "@value": "Dangerous goods regulations enum railroad dangerous goods book",
        "@language": "en"
      },
      "@type": "datex_Common:DangerousGoodsRegulationsEnum",
      "comment": {
        "@value": "International regulations concerning the international carriage of dangerous goods by rail.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TemperatureCelsius",
      "label": {
        "@value": "Temperature celsius",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of temperature defined in degrees Celsius.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum",
      "label": {
        "@value": "Precipitation intensity enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Precipitation intensity enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#noPhenomena",
      "label": {
        "@value": "Precipitation intensity enum no phenomena",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "No precipitation phenomena.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#light",
      "label": {
        "@value": "Precipitation intensity enum light",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "Light precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#moderate",
      "label": {
        "@value": "Precipitation intensity enum moderate",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "Moderate precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#heavy",
      "label": {
        "@value": "Precipitation intensity enum heavy",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "Heavy precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#violent",
      "label": {
        "@value": "Precipitation intensity enum violent",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "Violent precipitation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationIntensityEnum#severe",
      "label": {
        "@value": "Precipitation intensity enum severe",
        "@language": "en"
      },
      "@type": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "#",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultSeverityEnum",
      "label": {
        "@value": "Fault severity enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Fault severity enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:FaultSeverityEnum#low",
      "label": {
        "@value": "Fault severity enum low",
        "@language": "en"
      },
      "@type": "datex_Common:FaultSeverityEnum",
      "comment": {
        "@value": "The fault is of low severity and has only limited impact on the usability of the equipment or the value of the data generated by the equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultSeverityEnum#medium",
      "label": {
        "@value": "Fault severity enum medium",
        "@language": "en"
      },
      "@type": "datex_Common:FaultSeverityEnum",
      "comment": {
        "@value": "The fault is of medium severity which will significantly limit the usability of the equipment or devalue the usefulness of the data generated by the equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultSeverityEnum#high",
      "label": {
        "@value": "Fault severity enum high",
        "@language": "en"
      },
      "@type": "datex_Common:FaultSeverityEnum",
      "comment": {
        "@value": "The fault is of high severity which will render the equipment unusable or any data generated by the equipment to be of no value.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultSeverityEnum#unknown",
      "label": {
        "@value": "Fault severity enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:FaultSeverityEnum",
      "comment": {
        "@value": "The fault is of unknown severity and hence its effect on the usability of the equipment or the usefulness of the data generated by the equipment can not be assessed.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:String",
      "label": {
        "@value": "String",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A character string whose value space is the set of finite-length sequences of characters. Every character has a corresponding Universal Character Set code point (as defined in ISO/IEC 10646), which is an integer.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum",
      "label": {
        "@value": "Emission classification euro enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Emission classification euro enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro5",
      "label": {
        "@value": "Emission classification euro enum euro5",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 5.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro5a",
      "label": {
        "@value": "Emission classification euro enum euro5a",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 5a.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro5b",
      "label": {
        "@value": "Emission classification euro enum euro5b",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 5b.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro6",
      "label": {
        "@value": "Emission classification euro enum euro6",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 6.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro6a",
      "label": {
        "@value": "Emission classification euro enum euro6a",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 6a.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro6b",
      "label": {
        "@value": "Emission classification euro enum euro6b",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 6b.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euro6c",
      "label": {
        "@value": "Emission classification euro enum euro6c",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro 6c.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euroV",
      "label": {
        "@value": "Emission classification euro enum euro v",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro V.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#euroVI",
      "label": {
        "@value": "Emission classification euro enum euro v i",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Euro VI.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:EmissionClassificationEuroEnum#other",
      "label": {
        "@value": "Emission classification euro enum other",
        "@language": "en"
      },
      "@type": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "Any other level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Double",
      "label": {
        "@value": "Double",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A double precision number whose value space consists of the values m × 2^e, where m is an integer whose absolute value is less than 2^53, and e is an integer between -1024 and 1023, inclusive.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MultilingualString",
      "label": {
        "@value": "Multilingual string",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A multilingual string, whereby the same text may be expressed in more than one language.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TrafficTrendTypeEnum",
      "label": {
        "@value": "Traffic trend type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Traffic trend type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:TrafficTrendTypeEnum#trafficBuildingUp",
      "label": {
        "@value": "Traffic trend type enum traffic building up",
        "@language": "en"
      },
      "@type": "datex_Common:TrafficTrendTypeEnum",
      "comment": {
        "@value": "Traffic conditions are changing from free-flow to heavy or slow service levels.  Queues may also be expected.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TrafficTrendTypeEnum#trafficEasing",
      "label": {
        "@value": "Traffic trend type enum traffic easing",
        "@language": "en"
      },
      "@type": "datex_Common:TrafficTrendTypeEnum",
      "comment": {
        "@value": "Traffic conditions are changing from heavy or slow service levels to free-flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TrafficTrendTypeEnum#trafficStable",
      "label": {
        "@value": "Traffic trend type enum traffic stable",
        "@language": "en"
      },
      "@type": "datex_Common:TrafficTrendTypeEnum",
      "comment": {
        "@value": "Traffic conditions are currently stable.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TrafficTrendTypeEnum#unknown",
      "label": {
        "@value": "Traffic trend type enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:TrafficTrendTypeEnum",
      "comment": {
        "@value": "The trend of traffic conditions is currently unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum",
      "label": {
        "@value": "Calendar week within month enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Calendar week within month enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#firstWeek",
      "label": {
        "@value": "Calendar week within month enum first week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Calendar week containing the first of the month. Several days of the first week of the month may occur in the previous calendar month. By construction, the last week of a preceding month can also be the first week of a subsequent month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#secondWeek",
      "label": {
        "@value": "Calendar week within month enum second week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Second week of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#thirdWeek",
      "label": {
        "@value": "Calendar week within month enum third week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Third week of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#fourthWeek",
      "label": {
        "@value": "Calendar week within month enum fourth week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Fourth week of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#fifthWeek",
      "label": {
        "@value": "Calendar week within month enum fifth week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Fifth week of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#sixthWeek",
      "label": {
        "@value": "Calendar week within month enum sixth week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Sixth week of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonthEnum#lastWeek",
      "label": {
        "@value": "Calendar week within month enum last week",
        "@language": "en"
      },
      "@type": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Last calendar week within month, regardless of its actual number. The last calendar week is the week beginning with Monday and containing the last of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MetresPerSecond",
      "label": {
        "@value": "Metres per second",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measure of speed defined in metres per second.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Float"
    },
    {
      "@id": "datex_Common:FaultUrgencyEnum",
      "label": {
        "@value": "Fault urgency enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Fault urgency enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:FaultUrgencyEnum#normal",
      "label": {
        "@value": "Fault urgency enum normal",
        "@language": "en"
      },
      "@type": "datex_Common:FaultUrgencyEnum",
      "comment": {
        "@value": "The urgency to rectify this fault is normal.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultUrgencyEnum#urgent",
      "label": {
        "@value": "Fault urgency enum urgent",
        "@language": "en"
      },
      "@type": "datex_Common:FaultUrgencyEnum",
      "comment": {
        "@value": "It is urgent to rectify this fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultUrgencyEnum#extremelyUrgent",
      "label": {
        "@value": "Fault urgency enum extremely urgent",
        "@language": "en"
      },
      "@type": "datex_Common:FaultUrgencyEnum",
      "comment": {
        "@value": "It is extremely urgent to rectify this fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:FaultUrgencyEnum#unknown",
      "label": {
        "@value": "Fault urgency enum unknown",
        "@language": "en"
      },
      "@type": "datex_Common:FaultUrgencyEnum",
      "comment": {
        "@value": "The urgency to rectify this fault is not known.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum",
      "label": {
        "@value": "Pollutant type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Pollutant type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#benzeneTolueneXylene",
      "label": {
        "@value": "Pollutant type enum benzene toluene xylene",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Benzene, toluene or xylene.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#carbonMonoxide",
      "label": {
        "@value": "Pollutant type enum carbon monoxide",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Carbon monoxide.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#lead",
      "label": {
        "@value": "Pollutant type enum lead",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Lead.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#methane",
      "label": {
        "@value": "Pollutant type enum methane",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Methane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#nitricOxide",
      "label": {
        "@value": "Pollutant type enum nitric oxide",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Nitric oxide.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#nitrogenDioxide",
      "label": {
        "@value": "Pollutant type enum nitrogen dioxide",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Nitrogen dioxide.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#nitrogenMonoxide",
      "label": {
        "@value": "Pollutant type enum nitrogen monoxide",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Nitrogen monoxide.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#nitrogenOxides",
      "label": {
        "@value": "Pollutant type enum nitrogen oxides",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Nitrogen oxides.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#nonMethaneHydrocarbons",
      "label": {
        "@value": "Pollutant type enum non methane hydrocarbons",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Non-methane hydrocarbons.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#ozone",
      "label": {
        "@value": "Pollutant type enum ozone",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Ozone.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#particulates10",
      "label": {
        "@value": "Pollutant type enum particulates10",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Particulate matter which passes through a size-selective inlet with a 50% cut-off efficiency at an aerodynamic diameter of 10 µm (micrometres).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#polycyclicAromaticHydrocarbons",
      "label": {
        "@value": "Pollutant type enum polycyclic aromatic hydrocarbons",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Polycyclic aromatic hydrocarbons.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#primaryParticulate",
      "label": {
        "@value": "Pollutant type enum primary particulate",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Primary particulate particles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#sulphurDioxide",
      "label": {
        "@value": "Pollutant type enum sulphur dioxide",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Sulphur dioxide.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PollutantTypeEnum#totalHydrocarbons",
      "label": {
        "@value": "Pollutant type enum total hydrocarbons",
        "@language": "en"
      },
      "@type": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "Total hydrocarbons, i.e. including methane and non-methane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:NonNegativeInteger",
      "label": {
        "@value": "Non negative integer",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An integer number whose value space is the set {0, 1, 2, ..., 2147483645, 2147483646, 2147483647}.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Integer"
    },
    {
      "@id": "datex_Common:Base64Binary",
      "label": {
        "@value": "Base64 binary",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Binary data in base 64 encoding, for example for image data.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum",
      "label": {
        "@value": "Month of year enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Month of year enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#january",
      "label": {
        "@value": "Month of year enum january",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of January.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#february",
      "label": {
        "@value": "Month of year enum february",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of February.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#march",
      "label": {
        "@value": "Month of year enum march",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of March.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#april",
      "label": {
        "@value": "Month of year enum april",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of April.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#may",
      "label": {
        "@value": "Month of year enum may",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of May.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#june",
      "label": {
        "@value": "Month of year enum june",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of June.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#july",
      "label": {
        "@value": "Month of year enum july",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of July.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#august",
      "label": {
        "@value": "Month of year enum august",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of August.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#september",
      "label": {
        "@value": "Month of year enum september",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of September.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#october",
      "label": {
        "@value": "Month of year enum october",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of October.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#november",
      "label": {
        "@value": "Month of year enum november",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of November.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:MonthOfYearEnum#december",
      "label": {
        "@value": "Month of year enum december",
        "@language": "en"
      },
      "@type": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "The month of December.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:GenericPublication",
      "label": {
        "@value": "Generic publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication used to make level B extensions at the publication level.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "datex_Common:GlobalReference",
      "label": {
        "@value": "Global reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A versioned reference to an object that may be in another publication from another publisher.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:NamedArea",
      "label": {
        "@value": "Named area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An abstract hook class to hook in a model for a named area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PayloadPublication",
      "label": {
        "@value": "Payload publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A payload publication of traffic related information or associated management information created at a specific point in time that can be exchanged via a DATEX II interface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:GroupOfVehiclesInvolved",
      "label": {
        "@value": "Group of vehicles involved",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Group of the vehicles involved having common characteristics and/or status.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:HazardousMaterials",
      "label": {
        "@value": "Hazardous materials",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of hazardous materials.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:HeaderInformation",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Management information relating to the data contained within a publication.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:InternationalIdentifier",
      "label": {
        "@value": "International identifier",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifier/name whose range is specific to the particular country.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Source",
      "label": {
        "@value": "Source",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of the source from which the information was obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:UrlLink",
      "label": {
        "@value": "URL link",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of a Uniform Resource Locator (URL) address pointing to a resource available on the Internet from where further relevant information may be obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Humidity",
      "label": {
        "@value": "Humidity",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of atmospheric humidity.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Pollution",
      "label": {
        "@value": "Pollution",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of atmospheric pollution.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PrecipitationDetail",
      "label": {
        "@value": "Precipitation detail",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of precipitation (rain, snow etc.).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Pressure",
      "label": {
        "@value": "Pressure",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of atmospheric pressure.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:RoadSurfaceConditionMeasurements",
      "label": {
        "@value": "Road surface condition measurements",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Measurements of the road surface condition which relate specifically to the weather.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Temperature",
      "label": {
        "@value": "Temperature",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of atmospheric temperature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TemperatureBelowOrAboveRoadSurface",
      "label": {
        "@value": "Temperature below or above road surface",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Mesurement of temperature below or above the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Visibility",
      "label": {
        "@value": "Visibility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of atmospheric visibility.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Wind",
      "label": {
        "@value": "Wind",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Wind conditions on the road. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:ApplicationRateValue",
      "label": {
        "@value": "Application rate value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of the application rate of a substance.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:DataValue",
      "label": {
        "@value": "Data value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A data value of something that can be measured or calculated. Any provided meta-data values specified in the attributes override any specified generic characteristics such as defined for a specific measurement in the MeasurementSiteTable. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DirectionBearingValue",
      "label": {
        "@value": "Direction bearing value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of direction as a bearing.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:DirectionCompassValue",
      "label": {
        "@value": "Direction compass value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of direction as a point of the compass.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:FloatingPointMetreDistanceValue",
      "label": {
        "@value": "Floating point metre distance value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of distance in metres in a floating point format.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:FrictionValue",
      "label": {
        "@value": "Friction value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of road surface friction.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:IntegerMetreDistanceValue",
      "label": {
        "@value": "Integer metre distance value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of distance in whole metres.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:KilogramsConcentrationValue",
      "label": {
        "@value": "Kilograms concentration value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of concentration of a substance in kilograms per unit volume.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:MicrogramsConcentrationValue",
      "label": {
        "@value": "Micrograms concentration value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of concentration of a substance in micrograms per unit volume.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:PercentageValue",
      "label": {
        "@value": "Percentage value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value expressed as a percentage.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:PrecipitationIntensityValue",
      "label": {
        "@value": "Precipitation intensity value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of the accumulation rate of precipitation.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:PressureValue",
      "label": {
        "@value": "Pressure value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of atmospheric pressure.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:SpeedValue",
      "label": {
        "@value": "Speed value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of speed.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:TemperatureValue",
      "label": {
        "@value": "Temperature value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of temperature.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:VehicleFlowValue",
      "label": {
        "@value": "Vehicle flow value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of the flow rate of vehicles.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:WindSpeedValue",
      "label": {
        "@value": "Wind speed value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of wind speed.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "datex_Common:Fault",
      "label": {
        "@value": "Fault",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information about a fault relating to a specific piece of equipment or process.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:CalendarWeekWithinMonth",
      "label": {
        "@value": "Calendar week within month",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of periods defined by relevant calendar weeks in a month, see ISO8601. Note: Calendar weeks start with Monday. First week is the week containing the first of the month.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DayWeekMonth"
    },
    {
      "@id": "datex_Common:InstanceOfDayWithinMonth",
      "label": {
        "@value": "Instance of day within month",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of periods defined by the instance of a specific weekday within a month (e.g. 3rd Tuesday in May)",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DayWeekMonth"
    },
    {
      "@id": "datex_Common:OverallPeriod",
      "label": {
        "@value": "Overall period",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A continuous or discontinuous period of validity defined by overall bounding start and end times and the possible intersection of valid periods (potentially recurring) with the complement of exception periods (also potentially recurring).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Period",
      "label": {
        "@value": "Period",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A continuous time period or a set of discontinuous time periods defined by the intersection of a set of criteria all within an overall delimiting interval.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:SpecialDay",
      "label": {
        "@value": "Special day",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of a special type of day, possibly also a public holiday. Can be country or region specific.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:TimePeriodOfDay",
      "label": {
        "@value": "Time period of day",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of a continuous period of time within a 24 hour period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Validity",
      "label": {
        "@value": "Validity",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of validity, either explicitly or by a validity time period specification which may be discontinuous.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:DayWeekMonth",
      "label": {
        "@value": "Day week month",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of periods defined by the intersection of days or instances of them, calendar weeks and months.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:PublicHoliday",
      "label": {
        "@value": "Public holiday",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of a specific public holiday in case specialDayType is set to 'publicHoliday'.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:SpecialDay"
    },
    {
      "@id": "datex_Common:AxleSpacing",
      "label": {
        "@value": "Axle spacing",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The spacing details between the axle sets of an individual vehicle numbered from the front to the back of the vehicle. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:AxleWeight",
      "label": {
        "@value": "Axle weight",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The weight details of a specific axle on the vehicle. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Vehicle",
      "label": {
        "@value": "Vehicle",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Details of an individual vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:Emissions",
      "label": {
        "@value": "Emissions",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Emission characteristics of vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:GrossWeightCharacteristic",
      "label": {
        "@value": "Gross weight characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Gross weight characteristic of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:HeaviestAxleWeightCharacteristic",
      "label": {
        "@value": "Heaviest axle weight characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Weight characteristic of the heaviest axle on the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:HeightCharacteristic",
      "label": {
        "@value": "Height characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Height characteristic of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:LengthCharacteristic",
      "label": {
        "@value": "Length characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Length characteristic of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:NumberOfAxlesCharacteristic",
      "label": {
        "@value": "Number of axles characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Number of axles characteristic of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:VehicleCharacteristics",
      "label": {
        "@value": "Vehicle characteristics",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The characteristics of a vehicle, e.g. lorry of gross weight greater than 30 tonnes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:WidthCharacteristic",
      "label": {
        "@value": "Width characteristic",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Width characteristic of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:genericPublicationName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Generic publication name",
        "@language": "en"
      },
      "domain": "datex_Common:GenericPublication",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The name of the generic publication.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:externalPublicationIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "External publication identifier",
        "@language": "en"
      },
      "domain": "datex_Common:GlobalReference",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Identifier for an external DATEX II publication",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:defaultLanguage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Default language",
        "@language": "en"
      },
      "domain": "datex_Common:PayloadPublication",
      "range": "datex_Common:Language",
      "comment": {
        "@value": "The default language used throughout the payload publication.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:feedDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Feed description",
        "@language": "en"
      },
      "domain": "datex_Common:PayloadPublication",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description of the information which is to be found in the publications originating from the particular feed (URL).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:feedType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Feed type",
        "@language": "en"
      },
      "domain": "datex_Common:PayloadPublication",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A classification of the information which is to be found in the publications originating from the particular feed.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:publicationTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Publication time",
        "@language": "en"
      },
      "domain": "datex_Common:PayloadPublication",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Date/time at which the payload publication was created.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:numberOfVehicles",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vehicles",
        "@language": "en"
      },
      "domain": "datex_Common:GroupOfVehiclesInvolved",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of vehicles of this group that are involved.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle status",
        "@language": "en"
      },
      "domain": "datex_Common:GroupOfVehiclesInvolved",
      "range": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle status.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:chemicalName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Chemical name",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The chemical name of the hazardous substance carried by the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:dangerousGoodsFlashPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Dangerous goods flash point",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:TemperatureCelsius",
      "comment": {
        "@value": "The temperature at which the vapour from a hazardous substance will ignite in air.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:dangerousGoodsRegulations",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Dangerous goods regulations",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:DangerousGoodsRegulationsEnum",
      "comment": {
        "@value": "The code defining the regulations, international or national, applicable for a means of transport.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hazardCodeIdentification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Hazard code identification",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The dangerous goods description code.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hazardCodeVersionNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Hazard code version number",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The version/revision number of date of issuance of the hazardous material code used.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hazardSubstanceItemPageNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Hazard substance item page number",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A number giving additional hazard code classification of a goods item within the applicable dangerous goods regulation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:tremCardNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Trem card number",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The identification of a transport emergency card giving advice for emergency actions.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:undgNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "UNDG number",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A unique serial number assigned within the United Nations to substances and articles contained in a list of the dangerous goods most commonly carried.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:volumeOfDangerousGoods",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Volume of dangerous goods",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:CubicMetres",
      "comment": {
        "@value": "The volume of dangerous goods on the vehicle(s) reported in a traffic/travel situation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:weightOfDangerousGoods",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Weight of dangerous goods",
        "@language": "en"
      },
      "domain": "datex_Common:HazardousMaterials",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "The weight of dangerous goods on the vehicle(s) reported in a traffic/travel situation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:allowedDeliveryChannel",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Allowed delivery channel",
        "@language": "en"
      },
      "domain": "datex_Common:HeaderInformation",
      "range": "datex_Common:InformationDeliveryServicesEnum",
      "comment": {
        "@value": "The allowed delivery channel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:confidentiality",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Confidentiality",
        "@language": "en"
      },
      "domain": "datex_Common:HeaderInformation",
      "range": "datex_Common:ConfidentialityValueEnum",
      "comment": {
        "@value": "The extent to which the related information may be circulated, according to the recipient type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:informationStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Information status",
        "@language": "en"
      },
      "domain": "datex_Common:HeaderInformation",
      "range": "datex_Common:InformationStatusEnum",
      "comment": {
        "@value": "The status of the related information (real, test, exercise ....).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:country",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Country",
        "@language": "en"
      },
      "domain": "datex_Common:InternationalIdentifier",
      "range": "datex_Common:CountryCode",
      "comment": {
        "@value": "EN ISO 3166-1 two-character country code.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:nationalIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "National identifier",
        "@language": "en"
      },
      "domain": "datex_Common:InternationalIdentifier",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Identifier or name unique within the specified country.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:reliable",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reliable",
        "@language": "en"
      },
      "domain": "datex_Common:Source",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "An indication as to whether the source deems the associated information to be reliable/correct. \"True\" indicates it is deemed reliable.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:sourceCountry",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Source country",
        "@language": "en"
      },
      "domain": "datex_Common:Source",
      "range": "datex_Common:CountryCode",
      "comment": {
        "@value": "EN ISO 3166-1 two-character country code of the source of the information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:sourceIdentification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Source identification",
        "@language": "en"
      },
      "domain": "datex_Common:Source",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Language independent textual code or identifier for the organisation or the equipment that has produced the information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:sourceName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Source name",
        "@language": "en"
      },
      "domain": "datex_Common:Source",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the organisation which has produced the information relating to this version of the information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:sourceType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Source type",
        "@language": "en"
      },
      "domain": "datex_Common:Source",
      "range": "datex_Common:SourceTypeEnum",
      "comment": {
        "@value": "Information about the technology used for measuring the data or the method used for obtaining qualitative descriptions relating to this version of the information.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:urlLinkAddress",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "URL link address",
        "@language": "en"
      },
      "domain": "datex_Common:UrlLink",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "A Uniform Resource Locator (URL) address pointing to a resource available on the Internet from where further relevant information may be obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:urlLinkDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "URL link description",
        "@language": "en"
      },
      "domain": "datex_Common:UrlLink",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Description of the relevant information available on the Internet from the URL link.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:urlLinkType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "URL link type",
        "@language": "en"
      },
      "domain": "datex_Common:UrlLink",
      "range": "datex_Common:UrlLinkTypeEnum",
      "comment": {
        "@value": "Details of the type of relevant information available on the Internet from the URL link.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:pollutantType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pollutant type",
        "@language": "en"
      },
      "domain": "datex_Common:Pollution",
      "range": "datex_Common:PollutantTypeEnum",
      "comment": {
        "@value": "The type of pollutant in the air.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:precipitationIntensityGrade",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Precipitation intensity grade",
        "@language": "en"
      },
      "domain": "datex_Common:PrecipitationDetail",
      "range": "datex_Common:PrecipitationIntensityEnum",
      "comment": {
        "@value": "The intensity of precipitation expressed by enumerated value,",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:precipitationType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Precipitation type",
        "@language": "en"
      },
      "domain": "datex_Common:PrecipitationDetail",
      "range": "datex_Common:PrecipitationTypeEnum",
      "comment": {
        "@value": "The type of precipitation which is affecting the driving conditions.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:heightBelowOrAboveRoadSurface",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height below or above road surface",
        "@language": "en"
      },
      "domain": "datex_Common:TemperatureBelowOrAboveRoadSurface",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "The height of the measurement either below (negative value) or above (positive value) the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:windMeasurementHeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Wind measurement height",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The height in metres above the road surface at which the wind is measured.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:applicationRate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Application rate",
        "@language": "en"
      },
      "domain": "datex_Common:ApplicationRateValue",
      "range": "datex_Common:IntensityKilogramsPerSquareMetre",
      "comment": {
        "@value": "A value of the rate of application of a substance expressed in kilogrammes per square metre.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:accuracy",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Accuracy",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "The extent to which the value is expected to be free from error, measured as a percentage of the data value. 100% means fully accurate.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:computationalMethod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Computational method",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:ComputationMethodEnum",
      "comment": {
        "@value": "Method of computation which has been used to compute this data value.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:dataError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Data error",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indication of whether the value is deemed to be erroneous by the supplier (true = erroneous). If not present, the data value is assumed to be ok. This may be used when automatic fault detection information relating to sensors is available.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:numberOfIncompleteInputs",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of incomplete inputs",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of inputs detected but not completed during the sampling or measurement period; e.g. vehicles detected entering but not exiting the detection zone.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:numberOfInputValuesUsed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of input values used",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of input values used in the sampling or measurement period to determine the data value.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:reasonForDataError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reason for data error",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The reason why the value is deemed to be erroneous by the supplier.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:smoothingFactor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Smoothing factor",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:Float",
      "comment": {
        "@value": "Coefficient required when a moving average is computed to give specific weights to the former average and the new data. A typical formula is, F being the smoothing factor: New average = (old average) F + (new data) (1 - F).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:standardDeviation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Standard deviation",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:Float",
      "comment": {
        "@value": "The standard deviation of the sample of input values from which this value was derived, measured in the units of the data value. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:supplierCalculatedDataQuality",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Supplier calculated data quality",
        "@language": "en"
      },
      "domain": "datex_Common:DataValue",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "A measure of data quality assigned to the value by the supplier. 100% equates to ideal/perfect quality. The method of calculation is supplier specific and needs to be agreed between supplier and client.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:directionBearing",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction bearing",
        "@language": "en"
      },
      "domain": "datex_Common:DirectionBearingValue",
      "range": "datex_Common:AngleInDegrees",
      "comment": {
        "@value": "A value of direction expressed in terms of a bearing measured in whole degrees. Unless otherwise specified the reference direction corresponding to 0 degrees is North.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:directionCompass",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction compass",
        "@language": "en"
      },
      "domain": "datex_Common:DirectionCompassValue",
      "range": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "A value of direction expressed in terms of points of the compass.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:distance",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance",
        "@language": "en"
      },
      "domain": "datex_Common:FloatingPointMetreDistanceValue",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "A value of distance expressed in metres in a floating point format.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:friction",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Friction",
        "@language": "en"
      },
      "domain": "datex_Common:FrictionValue",
      "range": "datex_Common:Float",
      "comment": {
        "@value": "Friction, usually a value between 0 and 1.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:integerMetreDistance",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Integer metre distance",
        "@language": "en"
      },
      "domain": "datex_Common:IntegerMetreDistanceValue",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "A value of distance expressed in metres in a non-negative integer format.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:kilogramsConcentration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Kilograms concentration",
        "@language": "en"
      },
      "domain": "datex_Common:KilogramsConcentrationValue",
      "range": "datex_Common:ConcentrationKilogramsPerCubicMetre",
      "comment": {
        "@value": "A value defining the amount of a substance in a given volume (concentration) expressed in kilograms per cubic metre.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:microgramsConcentration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Micrograms concentration",
        "@language": "en"
      },
      "domain": "datex_Common:MicrogramsConcentrationValue",
      "range": "datex_Common:ConcentrationMicrogramsPerCubicMetre",
      "comment": {
        "@value": "A value of the amount of a substance in a given volume (concentration) expressed in µg/m3 (micrograms/cubic metre).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:percentage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Percentage",
        "@language": "en"
      },
      "domain": "datex_Common:PercentageValue",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "A value expressed as a percentage.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:millimetresPerHourIntensity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Millimetres per hour intensity",
        "@language": "en"
      },
      "domain": "datex_Common:PrecipitationIntensityValue",
      "range": "datex_Common:IntensityMillimetresPerHour",
      "comment": {
        "@value": "A value of precipitation intensity expressed in units of millimetres per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:pressure",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pressure",
        "@language": "en"
      },
      "domain": "datex_Common:PressureValue",
      "range": "datex_Common:Hectopascal",
      "comment": {
        "@value": "Atmospheric pressure.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:speed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Speed",
        "@language": "en"
      },
      "domain": "datex_Common:SpeedValue",
      "range": "datex_Common:KilometresPerHour",
      "comment": {
        "@value": "A value of speed expressed in kilometres per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:temperature",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Temperature",
        "@language": "en"
      },
      "domain": "datex_Common:TemperatureValue",
      "range": "datex_Common:TemperatureCelsius",
      "comment": {
        "@value": "A value of temperature expressed in degrees Celsius.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleFlowRate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle flow rate",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleFlowValue",
      "range": "datex_Common:VehiclesPerHour",
      "comment": {
        "@value": "A value of vehicle flow rate expressed in vehicles per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:windSpeed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Wind speed",
        "@language": "en"
      },
      "domain": "datex_Common:WindSpeedValue",
      "range": "datex_Common:MetresPerSecond",
      "comment": {
        "@value": "A value of wind speed expressed in metres per second.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultCreationTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault creation time",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date and time at which the fault was originally recorded/reported.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault description",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Textual description of the fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault identifier",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Unique identifier of the fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultImpactSeverity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault impact severity",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:FaultSeverityEnum",
      "comment": {
        "@value": "The severity of the fault in terms of how it affects the usability of the equipment or the reliability of the data generated by the equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultLastUpdateTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault last update time",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date and time at which the fault information as specified in this instance was last updated.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:faultUrgencyToRectify",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fault urgency to rectify",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:FaultUrgencyEnum",
      "comment": {
        "@value": "The urgency to rectify the fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:manufacturerFaultCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Manufacturer fault code",
        "@language": "en"
      },
      "domain": "datex_Common:Fault",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A manufacturer specific code for the fault.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:applicableCalenderWeekWithinMonth",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable calender week within month",
        "@language": "en"
      },
      "domain": "datex_Common:CalendarWeekWithinMonth",
      "range": "datex_Common:CalendarWeekWithinMonthEnum",
      "comment": {
        "@value": "Calender week in month. See ISO8601.  \"All weeks of the month\" is expressed by not using the CalendarWeekOfMonth class. Note: Calendar weeks start with Monday. First week is the week containing the first of the month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:applicableInstanceOfDayWithinMonth",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable instance of day within month",
        "@language": "en"
      },
      "domain": "datex_Common:InstanceOfDayWithinMonth",
      "range": "datex_Common:InstanceOfDayEnum",
      "comment": {
        "@value": "The specified integer instance of the specified applicable day within a month.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:overallEndTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Overall end time",
        "@language": "en"
      },
      "domain": "datex_Common:OverallPeriod",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "End of bounding period of validity defined by date and time.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:overallStartTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Overall start time",
        "@language": "en"
      },
      "domain": "datex_Common:OverallPeriod",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Start of bounding period of validity defined by date and time.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:endOfPeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "End of period",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "End of a period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:periodName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Period name",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:startOfPeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Start of period",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Start of period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:intersectWithApplicableDays",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Intersect with applicable days",
        "@language": "en"
      },
      "domain": "datex_Common:SpecialDay",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "When true, the period is the intersection of applicable days and this special day. When false, the period is the union of applicable days and this special day.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:publicEvent",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Public event",
        "@language": "en"
      },
      "domain": "datex_Common:SpecialDay",
      "range": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Type of public event on this special day.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:specialDayType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Special day type",
        "@language": "en"
      },
      "domain": "datex_Common:SpecialDay",
      "range": "datex_Common:SpecialDayTypeEnum",
      "comment": {
        "@value": "Specification of a special day, for example schoolDay, publicHoliday, ...",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:endTimeOfPeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "End time of period",
        "@language": "en"
      },
      "domain": "datex_Common:TimePeriodOfDay",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "End of time period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:startTimeOfPeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Start time of period",
        "@language": "en"
      },
      "domain": "datex_Common:TimePeriodOfDay",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "Start of time period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:overrunning",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Overrunning",
        "@language": "en"
      },
      "domain": "datex_Common:Validity",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "The activity or action described by the SituationRecord is still in progress, overrunning its planned duration as indicated in a previous version of this record or even in current version.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:validityStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Validity status",
        "@language": "en"
      },
      "domain": "datex_Common:Validity",
      "range": "datex_Common:ValidityStatusEnum",
      "comment": {
        "@value": "Specification of validity, either explicitly overriding the validity time specification or confirming it.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:applicableDay",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable day",
        "@language": "en"
      },
      "domain": "datex_Common:DayWeekMonth",
      "range": "datex_Common:DayEnum",
      "comment": {
        "@value": "Applicable day of the week. \"All days of the week\" is expressed by non-inclusion of this attribute.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:applicableMonth",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable month",
        "@language": "en"
      },
      "domain": "datex_Common:DayWeekMonth",
      "range": "datex_Common:MonthOfYearEnum",
      "comment": {
        "@value": "Applicable month of the year.  \"All months of the year\" is expressed by non-inclusion of this attribute.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:publicHolidayName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Public holiday name",
        "@language": "en"
      },
      "domain": "datex_Common:PublicHoliday",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Specification of a specific public holiday by its name.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:axleSpacing",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Axle spacing",
        "@language": "en"
      },
      "domain": "datex_Common:AxleSpacing",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "The spacing interval, indicated by the axleSpacingSequenceIdentifier, between the axles of an individual vehicle from front to back of the vehicle. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:axleSpacingSequenceIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Axle spacing sequence identifier",
        "@language": "en"
      },
      "domain": "datex_Common:AxleSpacing",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Indicates the sequence number of the interval between the axles of the individual vehicle from front to back (e.g. 1, 2, 3...). This cannot exceed (numberOfAxles -1) if the numberOfAxles is also given as part of the VehicleCharacteristics.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:axlePositionIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Axle position identifier",
        "@language": "en"
      },
      "domain": "datex_Common:AxleWeight",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Indicates the position of the axle on the vehicle numbered from front to back (i.e. 1, 2, 3...). This cannot exceed the numberOfAxles if provided as part of VehicleCharacteristics.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:axleWeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Axle weight",
        "@language": "en"
      },
      "domain": "datex_Common:AxleWeight",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "The weight of the specific axle, indicated by the axleSequenceIdentifier, on the vehicle numbered from front to back of the vehicle. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:maximumPermittedAxleWeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Maximum permitted axle weight",
        "@language": "en"
      },
      "domain": "datex_Common:AxleWeight",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "The maximum permitted weight of this specific axle on the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:anonymizedVehicleReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Anonymized vehicle reference",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A reference for a vehicle derived from vehicle properties such as registration number but encoded so that it does not allow a human to identify the vehicle directly from the encoded value",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleColour",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle colour",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The colour of the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleCountryOfOrigin",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle country of origin",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:CountryCode",
      "comment": {
        "@value": "Specification of the country in which the vehicle is registered. The code is the 2-alpha code as given in EN ISO 3166-1 which is updated by the ISO 3166 Maintenance Agency.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle identifier",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A vehicle identification number (VIN) comprising 17 characters that is based on either ISO 3779 or ISO 3780 and uniquely identifies the individual vehicle. This is normally securely attached to the vehicle chassis.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleManufacturer",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle manufacturer",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Indicates the stated manufacturer of the vehicle, e.g. Ford.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleModel",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle model",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Indicates the model (or range name) of the vehicle, e.g. Mondeo.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleRegistrationPlateIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle registration plate identifier",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:String",
      "comment": {
        "@value": "An identifier or code displayed on a vehicle registration plate attached to the vehicle used for official identification purposes. The registration identifier is numeric or alphanumeric and is unique within the issuing authority's region.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle status",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:VehicleStatusEnum",
      "comment": {
        "@value": "Vehicle status.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:emissionClassificationEuro",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Emission classification euro",
        "@language": "en"
      },
      "domain": "datex_Common:Emissions",
      "range": "datex_Common:EmissionClassificationEuroEnum",
      "comment": {
        "@value": "The minimum Euro emission classification the vehicle(s) have to comply with according to the 1970 Directive 70/220/EEC and its several amendments. Note that vehicleType and fuelType need to be provided in order to make this classification explicit.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:emissionClassificationOther",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Emission classification other",
        "@language": "en"
      },
      "domain": "datex_Common:Emissions",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Some other (probably locally defined) value(s) for emission classification.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:emissionLevel",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Emission level",
        "@language": "en"
      },
      "domain": "datex_Common:Emissions",
      "range": "datex_Common:LowEmissionLevelEnum",
      "comment": {
        "@value": "The low emission level of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:GrossWeightCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:grossVehicleWeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Gross vehicle weight",
        "@language": "en"
      },
      "domain": "datex_Common:GrossWeightCharacteristic",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "The gross weight of the vehicle and its load, including any trailers.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:typeOfWeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type of weight",
        "@language": "en"
      },
      "domain": "datex_Common:GrossWeightCharacteristic",
      "range": "datex_Common:WeightTypeEnum",
      "comment": {
        "@value": "The meaning of the weight value",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:HeaviestAxleWeightCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:heaviestAxleWeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Heaviest axle weight",
        "@language": "en"
      },
      "domain": "datex_Common:HeaviestAxleWeightCharacteristic",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "The weight of the heaviest axle on the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:HeightCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleHeight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle height",
        "@language": "en"
      },
      "domain": "datex_Common:HeightCharacteristic",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "The height of the highest part, excluding antennae, of an individual vehicle above the road surface, in metres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:LengthCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleLength",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle length",
        "@language": "en"
      },
      "domain": "datex_Common:LengthCharacteristic",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "The overall distance between the front and back of an individual vehicle, including the length of any trailers, couplings, embedded features etc.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:NumberOfAxlesCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:numberOfAxles",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of axles",
        "@language": "en"
      },
      "domain": "datex_Common:NumberOfAxlesCharacteristic",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The total number of axles of an individual vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:fuelType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fuel type",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:FuelTypeEnum",
      "comment": {
        "@value": "The type of fuel used by the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:loadType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Load type",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:LoadTypeEnum",
      "comment": {
        "@value": "The type of load carried by the vehicle, especially in respect of hazardous loads.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleEquipment",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle equipment",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:VehicleEquipmentEnum",
      "comment": {
        "@value": "The type of equipment in use or on board the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle type",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:VehicleTypeEnum",
      "comment": {
        "@value": "Vehicle type.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleUsage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle usage",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:VehicleUsageEnum",
      "comment": {
        "@value": "The type of usage of the vehicle (i.e. for what purpose is the vehicle being used).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:yearOfFirstRegistration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Year of first registration",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:Year",
      "comment": {
        "@value": "Year of first registration of the vehicle",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:comparisonOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Comparison operator",
        "@language": "en"
      },
      "domain": "datex_Common:WidthCharacteristic",
      "range": "datex_Common:ComparisonOperatorEnum",
      "comment": {
        "@value": "The operator to be used in the vehicle characteristic comparison operation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:vehicleWidth",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle width",
        "@language": "en"
      },
      "domain": "datex_Common:WidthCharacteristic",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "The maximum width of an individual vehicle, including any features embedded or fixed on it, in metres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasexternalPublisher",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "External publisher",
        "@language": "en"
      },
      "domain": "datex_Common:GlobalReference",
      "range": "datex_Common:InternationalIdentifier",
      "comment": {
        "@value": "Identifier for an external DATEX II publisher",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haspublicationCreator",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Publication creator",
        "@language": "en"
      },
      "domain": "datex_Common:PayloadPublication",
      "range": "datex_Common:InternationalIdentifier"
    },
    {
      "@id": "datex_Common:hasvehicleCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle characteristics",
        "@language": "en"
      },
      "domain": "datex_Common:GroupOfVehiclesInvolved",
      "range": "datex_Common:VehicleCharacteristics"
    },
    {
      "@id": "datex_Common:hasrelativeHumidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Relative humidity",
        "@language": "en"
      },
      "domain": "datex_Common:Humidity",
      "range": "datex_Common:PercentageValue",
      "comment": {
        "@value": "The amount of water vapour in the air, as a percentage of the amount of water vapour in saturated air at the same temperature and at atmospheric pressure. The measurement is taken between 1.5 and 2 m above the ground and behind a meteorological screen.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haspollutantConcentration",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Pollutant concentration",
        "@language": "en"
      },
      "domain": "datex_Common:Pollution",
      "range": "datex_Common:MicrogramsConcentrationValue",
      "comment": {
        "@value": "The average concentration of the pollutant in the air.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasdepositionDepth",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Deposition depth",
        "@language": "en"
      },
      "domain": "datex_Common:PrecipitationDetail",
      "range": "datex_Common:FloatingPointMetreDistanceValue",
      "comment": {
        "@value": "The equivalent depth of the water layer resulting from precipitation or deposition on a non-porous horizontal surface. Non liquid precipitation is considered as melted in water form. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasprecipitationIntensity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Precipitation intensity",
        "@language": "en"
      },
      "domain": "datex_Common:PrecipitationDetail",
      "range": "datex_Common:PrecipitationIntensityValue",
      "comment": {
        "@value": "The height of the precipitation received per unit time.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haspressureValue",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Pressure value",
        "@language": "en"
      },
      "domain": "datex_Common:Pressure",
      "range": "datex_Common:PressureValue"
    },
    {
      "@id": "datex_Common:hastemperatureBelowOrAboveRoadSurface",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Temperature below or above road surface",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:TemperatureBelowOrAboveRoadSurface",
      "comment": {
        "@value": "Temperature measurements below or above the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasdeIcingApplicationRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "De-icing application rate",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:ApplicationRateValue",
      "comment": {
        "@value": "Indicates the rate at which de-icing agents have been applied to the specified road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haswaterFilmThickness",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Water film thickness",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:FloatingPointMetreDistanceValue",
      "comment": {
        "@value": "The depth of standing water to be found on the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasdepthOfSnow",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Depth of snow",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:FloatingPointMetreDistanceValue",
      "comment": {
        "@value": "The depth of snow recorded on the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasiceLayerThickness",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Ice layer thickness",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:FloatingPointMetreDistanceValue",
      "comment": {
        "@value": "The depth of ice to be found on the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasfriction",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Friction",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:FrictionValue",
      "comment": {
        "@value": "The friction value of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasdeIcingConcentration",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "De-icing concentration",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:KilogramsConcentrationValue",
      "comment": {
        "@value": "Indicates the concentration of de-icing agent present in surface water on the specified road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasicePercentage",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Ice percentage",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:PercentageValue",
      "comment": {
        "@value": "The percentage of ice in the water.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasroadSurfaceTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Road surface temperature",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The temperature measured on the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasprotectionTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Protection temperature",
        "@language": "en"
      },
      "domain": "datex_Common:RoadSurfaceConditionMeasurements",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The road surface temperature down to which the surface is protected from freezing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasminimumTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Minimum temperature",
        "@language": "en"
      },
      "domain": "datex_Common:Temperature",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The minimum temperature during the forecast or measurement period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasdewPointTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Dew point temperature",
        "@language": "en"
      },
      "domain": "datex_Common:Temperature",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The temperature to which the air would have to cool (at constant pressure and water vapour content) in order to reach saturation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasmaximumTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Maximum temperature",
        "@language": "en"
      },
      "domain": "datex_Common:Temperature",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The maximum temperature during the forecast or measurement period.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasairTemperature",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Air temperature",
        "@language": "en"
      },
      "domain": "datex_Common:Temperature",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The air temperature measured in the shade between 1.5 and 2 metres above ground level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hastemperatureBelowOrAboveRoadSurface",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Temperature below or above road surface",
        "@language": "en"
      },
      "domain": "datex_Common:TemperatureBelowOrAboveRoadSurface",
      "range": "datex_Common:TemperatureValue",
      "comment": {
        "@value": "The temperature measured at the specified height below or above the road surface.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasminimumVisibilityDistance",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Minimum visibility distance",
        "@language": "en"
      },
      "domain": "datex_Common:Visibility",
      "range": "datex_Common:IntegerMetreDistanceValue",
      "comment": {
        "@value": "The minimum distance, measured or estimated, beyond which drivers may be unable to clearly see a vehicle or an obstacle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasmaximumWindDirectionBearing",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Maximum wind direction bearing",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:DirectionBearingValue",
      "comment": {
        "@value": "The direction from which the maximum wind blows, in terms of a bearing measured in degrees (0 - 359).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haswindDirectionBearing",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Wind direction bearing",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:DirectionBearingValue",
      "comment": {
        "@value": "The average direction from which the wind blows, in terms of a bearing measured in degrees (0 - 359).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haswindDirectionCompass",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Wind direction compass",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:DirectionCompassValue",
      "comment": {
        "@value": "The average direction from which the wind blows, in terms of points of the compass.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasmaximumWindDirectionCompass",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Maximum wind direction compass",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:DirectionCompassValue",
      "comment": {
        "@value": "The direction from which the maximum wind blows, in terms of points of the compass.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:haswindSpeed",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Wind speed",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:WindSpeedValue",
      "comment": {
        "@value": "The wind speed averaged over at least 10 minutes, measured at a default height of10 metres (meteorological standard) above the road surface, unless measurement height is specified.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasmaximumWindSpeed",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Maximum wind speed",
        "@language": "en"
      },
      "domain": "datex_Common:Wind",
      "range": "datex_Common:WindSpeedValue",
      "comment": {
        "@value": "The maximum wind speed in a measurement period of 10 minutes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasexceptionPeriod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exception period",
        "@language": "en"
      },
      "domain": "datex_Common:OverallPeriod",
      "range": "datex_Common:Period",
      "comment": {
        "@value": "A single time period, a recurring time period or a set of different recurring time periods during which validity is false.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasvalidPeriod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Valid period",
        "@language": "en"
      },
      "domain": "datex_Common:OverallPeriod",
      "range": "datex_Common:Period",
      "comment": {
        "@value": "A single time period, a recurring time period or a set of different recurring time periods during which validity is true.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasrecurringSpecialDay",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Recurring special day",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:SpecialDay",
      "comment": {
        "@value": "A recurring period in terms of special days.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasrecurringTimePeriodOfDay",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Recurring time period of day",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:TimePeriodOfDay",
      "comment": {
        "@value": "A recurring period of a day.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasrecurringDayWeekMonthPeriod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Recurring day week month period",
        "@language": "en"
      },
      "domain": "datex_Common:Period",
      "range": "datex_Common:DayWeekMonth",
      "comment": {
        "@value": "A recurring period defined in terms of days of the week, weeks of the month and months of the year. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasnamedArea",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Named area",
        "@language": "en"
      },
      "domain": "datex_Common:SpecialDay",
      "range": "datex_Common:NamedArea"
    },
    {
      "@id": "datex_Common:hasvalidityTimeSpecification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Validity time specification",
        "@language": "en"
      },
      "domain": "datex_Common:Validity",
      "range": "datex_Common:OverallPeriod",
      "comment": {
        "@value": "A specification of periods of validity defined by overall bounding start and end times and the possible intersection of valid periods with exception periods (exception periods overriding valid periods).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hashazardousGoodsAssociatedWithVehicle",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Hazardous goods associated with vehicle",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:HazardousMaterials",
      "comment": {
        "@value": "Details of hazardous goods carried by the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasaxleSpacingOnVehicle",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Axle spacing on vehicle",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:AxleSpacing",
      "comment": {
        "@value": "The spacing between axles on the vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasspecificAxleWeight",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Specific axle weight",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:AxleWeight",
      "comment": {
        "@value": "The weight details relating to a specific axle on the vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_Common:hasvehicleCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle characteristics",
        "@language": "en"
      },
      "domain": "datex_Common:Vehicle",
      "range": "datex_Common:VehicleCharacteristics"
    },
    {
      "@id": "datex_Common:hasemissions",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Emissions",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:Emissions"
    },
    {
      "@id": "datex_Common:hasgrossWeightCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Gross weight characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:GrossWeightCharacteristic"
    },
    {
      "@id": "datex_Common:hasheaviestAxleWeightCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Heaviest axle weight characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:HeaviestAxleWeightCharacteristic"
    },
    {
      "@id": "datex_Common:hasheightCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Height characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:HeightCharacteristic"
    },
    {
      "@id": "datex_Common:haslengthCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Length characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:LengthCharacteristic"
    },
    {
      "@id": "datex_Common:hasnumberOfAxlesCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Number of axles characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:NumberOfAxlesCharacteristic"
    },
    {
      "@id": "datex_Common:haswidthCharacteristic",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Width characteristic",
        "@language": "en"
      },
      "domain": "datex_Common:VehicleCharacteristics",
      "range": "datex_Common:WidthCharacteristic"
    }
  ]
}