{
  "@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/LocationReferencing",
      "@type": "foaf:Document",
      "license": "http://creativecommons.org/licenses/by/3.0/",
      "hasFormat": "http://datex2.eu/vocab/3/LocationReferencing/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_LocationReferencing:Ontology"
    },
    {
      "@id": "datex_LocationReferencing: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_LocationReferencing",
      "preferredNamespaceUri": "http://datex2.eu/vocab/3/LocationReferencing",
      "label": {
        "@value": "Linked DATEX II",
        "@language": "en"
      },
      "seeAlso": "http://datex2.eu/schema/3/LocationReferencing"
    },
    {
      "@id": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "label": {
        "@value": "Position confidence coded error enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Position confidence coded error enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum#outOfRange",
      "label": {
        "@value": "Position confidence coded error enum out of range",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "comment": {
        "@value": "Indicates the accuracy is out of range, i.e. greater than 4 093 cm for horizontal position.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum#unavailable",
      "label": {
        "@value": "Position confidence coded error enum unavailable",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "comment": {
        "@value": "Indicates the accuracy information is unavailable.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementNatureEnum",
      "label": {
        "@value": "Linear element nature enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Linear element nature enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:LinearElementNatureEnum#road",
      "label": {
        "@value": "Linear element nature enum road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearElementNatureEnum",
      "comment": {
        "@value": "The nature of the linear element is a road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementNatureEnum#roadSection",
      "label": {
        "@value": "Linear element nature enum road section",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearElementNatureEnum",
      "comment": {
        "@value": "The nature of the linear element is a section of a road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementNatureEnum#slipRoad",
      "label": {
        "@value": "Linear element nature enum slip road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearElementNatureEnum",
      "comment": {
        "@value": "The nature of the linear element is a slip road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementNatureEnum#other",
      "label": {
        "@value": "Linear element nature enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearElementNatureEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum",
      "label": {
        "@value": "TPEG loc03 ILC point descriptor subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc03 ILC point descriptor subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum#tpegIlcName1",
      "label": {
        "@value": "TPEG loc03 ILC point descriptor subtype enum tpeg ILC name1",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The name of the road on which the junction point is located.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum#tpegIlcName2",
      "label": {
        "@value": "TPEG loc03 ILC point descriptor subtype enum tpeg ILC name2",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The name of the first intersecting road at the junction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum#tpegIlcName3",
      "label": {
        "@value": "TPEG loc03 ILC point descriptor subtype enum tpeg ILC name3",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The name of the second intersecting road (if one exists) at the junction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum",
      "label": {
        "@value": "Direction enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Direction enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#aligned",
      "label": {
        "@value": "Direction enum aligned",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Same direction as the normal direction of flow at this point on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#allDirections",
      "label": {
        "@value": "Direction enum all directions",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "All directions (where more than two are applicable) at this point on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#anticlockwise",
      "label": {
        "@value": "Direction enum anticlockwise",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Anti-clockwise.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#bothWays",
      "label": {
        "@value": "Direction enum both ways",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Both directions that are applicable at this point on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#clockwise",
      "label": {
        "@value": "Direction enum clockwise",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Clockwise.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#innerRing",
      "label": {
        "@value": "Direction enum inner ring",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Inner ring direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#outerRing",
      "label": {
        "@value": "Direction enum outer ring",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Outer ring direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#eastBound",
      "label": {
        "@value": "Direction enum east bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "East bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#northBound",
      "label": {
        "@value": "Direction enum north bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "North bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#northEastBound",
      "label": {
        "@value": "Direction enum north east bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "North east bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#northWestBound",
      "label": {
        "@value": "Direction enum north west bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "North west bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#southBound",
      "label": {
        "@value": "Direction enum south bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "South bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#southEastBound",
      "label": {
        "@value": "Direction enum south east bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "South east bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#southWestBound",
      "label": {
        "@value": "Direction enum south west bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "South west bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#westBound",
      "label": {
        "@value": "Direction enum west bound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "West bound general direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#inboundTowardsTown",
      "label": {
        "@value": "Direction enum inbound towards town",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Heading towards town centre direction of travel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#outboundFromTown",
      "label": {
        "@value": "Direction enum outbound from town",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Heading out of or away from the town centre direction of travel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#opposite",
      "label": {
        "@value": "Direction enum opposite",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Opposite direction to the normal direction of flow at this point on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#unknown",
      "label": {
        "@value": "Direction enum unknown",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Direction is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionEnum#other",
      "label": {
        "@value": "Direction enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCLocationCode",
      "label": {
        "@value": "ALERT-C location code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A positive integer number (between 1 and 63 487) which uniquely identifies a pre-defined Alert C location defined within an Alert-C table.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "label": {
        "@value": "Geographic characteristic enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Geographic characteristic enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:GeographicCharacteristicEnum#aroundABendInRoad",
      "label": {
        "@value": "Geographic characteristic enum around a bend in road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "comment": {
        "@value": "Around a bend in the road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GeographicCharacteristicEnum#onBorder",
      "label": {
        "@value": "Geographic characteristic enum on border",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "comment": {
        "@value": "On border crossing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GeographicCharacteristicEnum#onPass",
      "label": {
        "@value": "Geographic characteristic enum on pass",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "comment": {
        "@value": "On mountain pass.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GeographicCharacteristicEnum#overCrestOfHill",
      "label": {
        "@value": "Geographic characteristic enum over crest of hill",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "comment": {
        "@value": "Over the crest of a hill.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum",
      "label": {
        "@value": "Carriageway enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Carriageway enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#connectingCarriageway",
      "label": {
        "@value": "Carriageway enum connecting carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the connecting carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#cycleTrack",
      "label": {
        "@value": "Carriageway enum cycle track",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "Independent road or part of a road designated for cycles, signposted as such. A cycle track is separated from other roads or other parts of the same road by structural means.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#entrySlipRoad",
      "label": {
        "@value": "Carriageway enum entry slip road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the entry slip road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#exitSlipRoad",
      "label": {
        "@value": "Carriageway enum exit slip road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the exit slip road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#flyover",
      "label": {
        "@value": "Carriageway enum flyover",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the flyover, i.e. the section of road passing over another.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#footpath",
      "label": {
        "@value": "Carriageway enum footpath",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the footpath",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#leftHandFeederRoad",
      "label": {
        "@value": "Carriageway enum left hand feeder road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the left hand feeder road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#leftHandParallelCarriageway",
      "label": {
        "@value": "Carriageway enum left hand parallel carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the left hand parallel carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#mainCarriageway",
      "label": {
        "@value": "Carriageway enum main carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the main carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#oppositeCarriageway",
      "label": {
        "@value": "Carriageway enum opposite carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the opposite carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#parallelCarriageway",
      "label": {
        "@value": "Carriageway enum parallel carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the adjacent external parallel carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#rightHandFeederRoad",
      "label": {
        "@value": "Carriageway enum right hand feeder road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the right hand feeder road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#rightHandParallelCarriageway",
      "label": {
        "@value": "Carriageway enum right hand parallel carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the right hand parallel carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#roundabout",
      "label": {
        "@value": "Carriageway enum roundabout",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the roundabout.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#serviceRoad",
      "label": {
        "@value": "Carriageway enum service road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the adjacent service road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#slipRoads",
      "label": {
        "@value": "Carriageway enum slip roads",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the slip roads.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#underpass",
      "label": {
        "@value": "Carriageway enum underpass",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On the underpass, i.e. the section of road passing under another.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:CarriagewayEnum#unspecifiedCarriageway",
      "label": {
        "@value": "Carriageway enum unspecified carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "On an unspecified carriageway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOrientationEnum",
      "label": {
        "@value": "Openlr orientation enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Openlr orientation enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOrientationEnum#noOrientationOrUnknown",
      "label": {
        "@value": "Openlr orientation enum no orientation or unknown",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "No orientation or unknown",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOrientationEnum#withLineDirection",
      "label": {
        "@value": "Openlr orientation enum with line direction",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "With line direction",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOrientationEnum#againstLineDirection",
      "label": {
        "@value": "Openlr orientation enum against line direction",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "Against line direction",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOrientationEnum#both",
      "label": {
        "@value": "Openlr orientation enum both",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "Both directions",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearDirectionEnum",
      "label": {
        "@value": "Linear direction enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Linear direction enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:LinearDirectionEnum#both",
      "label": {
        "@value": "Linear direction enum both",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "Indicates that both directions of traffic flow are affected by the situation or relate to the traffic data.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearDirectionEnum#opposite",
      "label": {
        "@value": "Linear direction enum opposite",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "Indicates that the direction of traffic flow affected by the situation or related to the traffic data is in the opposite sense to the direction in which the linear element is defined.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearDirectionEnum#aligned",
      "label": {
        "@value": "Linear direction enum aligned",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "Indicates that the direction of traffic flow affected by the situation or related to the traffic data is in the same sense as the direction in which the linear element is defined.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearDirectionEnum#unknown",
      "label": {
        "@value": "Linear direction enum unknown",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "Indicates that the direction of traffic flow affected by the situation or related to the traffic data is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01LinearLocationSubtypeEnum",
      "label": {
        "@value": "TPEG loc01 linear location subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc01 linear location subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01LinearLocationSubtypeEnum#segment",
      "label": {
        "@value": "TPEG loc01 linear location subtype enum segment",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01LinearLocationSubtypeEnum",
      "comment": {
        "@value": "A segment (or link) of the road network corresponding to the way in which the road operator has segmented the network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GmlPosList",
      "label": {
        "@value": "Gml pos list",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "List of coordinates, space-separated, within the same coordinate reference system, defining a geometric entity. Modelled on DirectPositionListType in GML (EN ISO 19136), but constrained to represent a 2D or 3D polyline.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:LongString"
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum",
      "label": {
        "@value": "Lane enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Lane enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#allLanesCompleteCarriageway",
      "label": {
        "@value": "Lane enum all lanes complete carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In all lanes of the carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#busLane",
      "label": {
        "@value": "Lane enum bus lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the bus lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#busStop",
      "label": {
        "@value": "Lane enum bus stop",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the bus stop lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#carPoolLane",
      "label": {
        "@value": "Lane enum car pool lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the carpool lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#centralReservation",
      "label": {
        "@value": "Lane enum central reservation",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "On the central reservation separating the two directional carriageways of the highway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#crawlerLane",
      "label": {
        "@value": "Lane enum crawler lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the crawler lane - a lane that should be used by slower vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#cycleLane",
      "label": {
        "@value": "Lane enum cycle lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "Part of a carriageway designated for cycles. A cycle lane is distinguished from the rest of the carriageway by longitudinal road markings.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#emergencyLane",
      "label": {
        "@value": "Lane enum emergency lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the emergency lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#escapeLane",
      "label": {
        "@value": "Lane enum escape lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the escape lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#expressLane",
      "label": {
        "@value": "Lane enum express lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the express lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#hardShoulder",
      "label": {
        "@value": "Lane enum hard shoulder",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "On the hard shoulder.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#heavyVehicleLane",
      "label": {
        "@value": "Lane enum heavy vehicle lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the heavy vehicle lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#layBy",
      "label": {
        "@value": "Lane enum lay by",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In a lay-by.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#leftHandTurningLane",
      "label": {
        "@value": "Lane enum left hand turning lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the left hand turning lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#leftLane",
      "label": {
        "@value": "Lane enum left lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the left lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#localTrafficLane",
      "label": {
        "@value": "Lane enum local traffic lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the local traffic lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#middleLane",
      "label": {
        "@value": "Lane enum middle lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the middle lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#overtakingLane",
      "label": {
        "@value": "Lane enum overtaking lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the overtaking lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#rightHandTurningLane",
      "label": {
        "@value": "Lane enum right hand turning lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the right hand turning lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#rightLane",
      "label": {
        "@value": "Lane enum right lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the right lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#rushHourLane",
      "label": {
        "@value": "Lane enum rush hour lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the lane dedicated for use during the rush (peak) hour.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#setDownArea",
      "label": {
        "@value": "Lane enum set down area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the area/lane reserved for passenger pick-up or set-down.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#slowVehicleLane",
      "label": {
        "@value": "Lane enum slow vehicle lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In a lane dedicated to vehicles that are not permitted to exceed a fixed slow speed.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#throughTrafficLane",
      "label": {
        "@value": "Lane enum through traffic lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the through traffic lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#tidalFlowLane",
      "label": {
        "@value": "Lane enum tidal flow lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the lane dedicated for use as a tidal flow lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#turningLane",
      "label": {
        "@value": "Lane enum turning lane",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "In the turning lane.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LaneEnum#verge",
      "label": {
        "@value": "Lane enum verge",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "On the verge.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightGradeEnum",
      "label": {
        "@value": "Height grade enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Height grade enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:HeightGradeEnum#aboveGrade",
      "label": {
        "@value": "Height grade enum above grade",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightGradeEnum",
      "comment": {
        "@value": "Above or over the normal road grade elevation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightGradeEnum#atGrade",
      "label": {
        "@value": "Height grade enum at grade",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightGradeEnum",
      "comment": {
        "@value": "At the normal road grade elevation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightGradeEnum#belowGrade",
      "label": {
        "@value": "Height grade enum below grade",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightGradeEnum",
      "comment": {
        "@value": "Below or under the normal road grade elevation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCDirectionEnum",
      "label": {
        "@value": "ALERT-C direction enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "ALERT-C direction enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:AlertCDirectionEnum#negative",
      "label": {
        "@value": "ALERT-C direction enum negative",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AlertCDirectionEnum",
      "comment": {
        "@value": "The direction of navigation in an ALERT-C table that corresponds to the negative offset usage to go from the secondary location to the primary location within the ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCDirectionEnum#positive",
      "label": {
        "@value": "ALERT-C direction enum positive",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AlertCDirectionEnum",
      "comment": {
        "@value": "The direction of navigation in an ALERT-C table that corresponds to the positive offset usage to go from the secondary location to the primary location within the ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "label": {
        "@value": "Openlr functional road class enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Openlr functional road class enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc0",
      "label": {
        "@value": "Openlr functional road class enum frc0",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Main road, highest importance",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc1",
      "label": {
        "@value": "Openlr functional road class enum frc1",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "First class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc2",
      "label": {
        "@value": "Openlr functional road class enum frc2",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Second class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc3",
      "label": {
        "@value": "Openlr functional road class enum frc3",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Third class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc4",
      "label": {
        "@value": "Openlr functional road class enum frc4",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Fourth class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc5",
      "label": {
        "@value": "Openlr functional road class enum frc5",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Fifth class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc6",
      "label": {
        "@value": "Openlr functional road class enum frc6",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Sixth class road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum#frc7",
      "label": {
        "@value": "Openlr functional road class enum frc7",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Other class road, lowest importance",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum",
      "label": {
        "@value": "TPEG loc01 area location subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc01 area location subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum#largeArea",
      "label": {
        "@value": "TPEG loc01 area location subtype enum large area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum",
      "comment": {
        "@value": "A geographic or geometric large area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum#other",
      "label": {
        "@value": "TPEG loc01 area location subtype enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01FramedPointLocationSubtypeEnum",
      "label": {
        "@value": "TPEG loc01 framed point location subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc01 framed point location subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01FramedPointLocationSubtypeEnum#framedPoint",
      "label": {
        "@value": "TPEG loc01 framed point location subtype enum framed point",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01FramedPointLocationSubtypeEnum",
      "comment": {
        "@value": "A point on the road network framed by two other points on the same road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum",
      "label": {
        "@value": "Referent type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Referent type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum#boundary",
      "label": {
        "@value": "Referent type enum boundary",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "A boundary between two jurisdictional or administrative areas. These may be legal boundaries such as between counties or countries, maintenance responsibility boundaries or control boundaries. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum#intersection",
      "label": {
        "@value": "Referent type enum intersection",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "A crossing of two or more roads where the precise point of intersection is defined according to specific business rules.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum#referenceMarker",
      "label": {
        "@value": "Referent type enum reference marker",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "A marker which is usually but not necessarily physical that is one of a sequence which are spaced out along the linear object (road) to provide a location reference. The spacing of markers is not necessarily even.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum#landmark",
      "label": {
        "@value": "Referent type enum landmark",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "A visible identifiable physical landmark either alongside or close to the linear object.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ReferentTypeEnum#roadNode",
      "label": {
        "@value": "Referent type enum road node",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "A topological node defined on a road network. Such nodes may delineate the segmentation of the road network according to defined business rules or may constitute a purely topological representation of a road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "label": {
        "@value": "Altitude accuracy enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Altitude accuracy enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan1Centimetre",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than1 centimetre",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 1 centimetre",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan2Centimetres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than2 centimetres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 2 centimetres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan5Centimetres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than5 centimetres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 5 centimetres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan10Centimetres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than10 centimetres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 10 centimetres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan20Centimetres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than20 centimetres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 20 centimetres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan50Centimetres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than50 centimetres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 50 centimetres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan1Metre",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than1 metre",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 1 metre",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan2Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than2 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 2 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan5Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than5 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 5 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan10Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than10 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 10 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan20Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than20 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 20 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan50Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than50 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 50 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan100Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than100 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 100 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeAccuracyEnum#equalToOrLessThan200Metres",
      "label": {
        "@value": "Altitude accuracy enum equal to or less than200 metres",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Indicates if the altitude accuracy is equal to or less than 200 metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionPurposeEnum",
      "label": {
        "@value": "Direction purpose enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Direction purpose enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:DirectionPurposeEnum#inbound",
      "label": {
        "@value": "Direction purpose enum inbound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionPurposeEnum",
      "comment": {
        "@value": "On the carriageway or lane which is inbound towards the centre of the town or city.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DirectionPurposeEnum#outbound",
      "label": {
        "@value": "Direction purpose enum outbound",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:DirectionPurposeEnum",
      "comment": {
        "@value": "On the carriageway or lane which is outbound from the centre of the town or city.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc03 other point descriptor subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#administrativeAreaName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum administrative area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of an administrative area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#administrativeReferenceName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum administrative reference name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Reference name by which an administrative area is known.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#airportName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum airport name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of an airport.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#areaName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of an area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#buildingName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum building name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a building.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#busStopIdentifier",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum bus stop identifier",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Identifier of a bus stop on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#busStopName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum bus stop name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a bus stop on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#canalName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum canal name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a canal.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#countyName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum county name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a county (administrative sub-division).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#ferryPortName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum ferry port name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a ferry port.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#intersectionName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum intersection name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a road network intersection.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#lakeName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum lake name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a lake.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#linkName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum link name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a road link.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#localLinkName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum local link name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Local name of a road link.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#metroStationName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum metro station name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a metro/underground station.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#nationName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum nation name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a nation (e.g. Wales) which is a sub-division of a ISO recognised country.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#nonLinkedPointName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum non linked point name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a point on the road network which is not at a junction or intersection. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#parkingFacilityName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum parking facility name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a parking facility.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#pointName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum point name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a specific point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#pointOfInterestName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum point of interest name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a general point of interest.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#railwayStation",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum railway station",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a railway station.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#regionName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum region name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a geographic region.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#riverName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum river name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a river.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#seaName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum sea name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a sea.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#serviceAreaName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum service area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a service area on a road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#tidalRiverName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum tidal river name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a river which is of a tidal nature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#townName",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum town name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a town.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum#other",
      "label": {
        "@value": "TPEG loc03 other point descriptor subtype enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum",
      "label": {
        "@value": "TPEG loc01 simple point location subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc01 simple point location subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum#intersection",
      "label": {
        "@value": "TPEG loc01 simple point location subtype enum intersection",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum",
      "comment": {
        "@value": "An point on the road network at which one or more roads intersect.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum#nonLinkedPoint",
      "label": {
        "@value": "TPEG loc01 simple point location subtype enum non linked point",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum",
      "comment": {
        "@value": "A point on the road network which is not at a junction or intersection.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "label": {
        "@value": "TPEG loc04 height type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc04 height type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#above",
      "label": {
        "@value": "TPEG loc04 height type enum above",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height above specified location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#aboveSeaLevel",
      "label": {
        "@value": "TPEG loc04 height type enum above sea level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height above mean sea high water level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#aboveStreetLevel",
      "label": {
        "@value": "TPEG loc04 height type enum above street level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height above street level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#at",
      "label": {
        "@value": "TPEG loc04 height type enum at",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "At height of specified location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#atSeaLevel",
      "label": {
        "@value": "TPEG loc04 height type enum at sea level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "At mean sea high water level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#atStreetLevel",
      "label": {
        "@value": "TPEG loc04 height type enum at street level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "At street level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#below",
      "label": {
        "@value": "TPEG loc04 height type enum below",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height below specified location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#belowSeaLevel",
      "label": {
        "@value": "TPEG loc04 height type enum below sea level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height below mean sea high water level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#belowStreetLevel",
      "label": {
        "@value": "TPEG loc04 height type enum below street level",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Height below street level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#undefined",
      "label": {
        "@value": "TPEG loc04 height type enum undefined",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Undefined height reference.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#unknown",
      "label": {
        "@value": "TPEG loc04 height type enum unknown",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Unknown height reference.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc04HeightTypeEnum#other",
      "label": {
        "@value": "TPEG loc04 height type enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightTypeEnum",
      "label": {
        "@value": "Height type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Height type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:HeightTypeEnum#ellipsoidalHeight",
      "label": {
        "@value": "Height type enum ellipsoidal height",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightTypeEnum",
      "comment": {
        "@value": "Value measured vertically above the reference ellipsoid",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightTypeEnum#gravityRelatedHeight",
      "label": {
        "@value": "Height type enum gravity related height",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightTypeEnum",
      "comment": {
        "@value": "Height type corresponding a value measured along direction of gravity above the reference geoid i.e. equipotential surface of the Earth's gravity field which globally approximates mean sea level.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightTypeEnum#relativeHeight",
      "label": {
        "@value": "Height type enum relative height",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:HeightTypeEnum",
      "comment": {
        "@value": "Height type corresponding to value masured vertically above the ground level at this point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionCode",
      "label": {
        "@value": "Subdivision code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The second part of an ISO 3166-2 country sub-division code (up to 3 characters) which may be used along with a CountryCode to make a full ISO 3166-2 subdivision code.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum",
      "label": {
        "@value": "Area places enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Area places enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#atBorders",
      "label": {
        "@value": "Area places enum at borders",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "At national borders",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#atHighAltitudes",
      "label": {
        "@value": "Area places enum at high altitudes",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "At high altitudes",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inBuiltUpAreas",
      "label": {
        "@value": "Area places enum in built up areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In built up areas, i.e. villages, towns and cities",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inForestedAreas",
      "label": {
        "@value": "Area places enum in forested areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On sections of the road where it runs through or adjacent to forested areas",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inGalleries",
      "label": {
        "@value": "Area places enum in galleries",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In galleries",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inLowLyingAreas",
      "label": {
        "@value": "Area places enum in low lying areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In low-lying areas",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inRuralAreas",
      "label": {
        "@value": "Area places enum in rural areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In rural areas, i.e. outside villages, towns and cities",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inShadedAreas",
      "label": {
        "@value": "Area places enum in shaded areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In shaded areas",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inTheInnerCityAreas",
      "label": {
        "@value": "Area places enum in the inner city areas",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In the city centre areas",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#inTunnels",
      "label": {
        "@value": "Area places enum in tunnels",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "In tunnels",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onBridges",
      "label": {
        "@value": "Area places enum on bridges",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On bridges",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onDownhillSections",
      "label": {
        "@value": "Area places enum on downhill sections",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On downhill sections of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onElevatedSections",
      "label": {
        "@value": "Area places enum on elevated sections",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On elevated sections of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onEnteringOrLeavingTunnels",
      "label": {
        "@value": "Area places enum on entering or leaving tunnels",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On entering or leaving tunnels",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onFlyovers",
      "label": {
        "@value": "Area places enum on flyovers",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On flyover sections of the road, i.e. sections of the road which pass over another road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onPasses",
      "label": {
        "@value": "Area places enum on passes",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On mountain passes",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onUndergroundSections",
      "label": {
        "@value": "Area places enum on underground sections",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On underground sections of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaPlacesEnum#onUnderpasses",
      "label": {
        "@value": "Area places enum on underpasses",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "On underpasses, i.e. sections of the road which pass under another road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "label": {
        "@value": "Openlr side of road enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Openlr side of road enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrSideOfRoadEnum#onRoadOrUnknown",
      "label": {
        "@value": "Openlr side of road enum on road or unknown",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "On road or unknown",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrSideOfRoadEnum#right",
      "label": {
        "@value": "Openlr side of road enum right",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "On the right side of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrSideOfRoadEnum#left",
      "label": {
        "@value": "Openlr side of road enum left",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "On the left side of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrSideOfRoadEnum#both",
      "label": {
        "@value": "Openlr side of road enum both",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "On both sides of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum",
      "label": {
        "@value": "Relative position on carriageway enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Relative position on carriageway enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum#inTheCentre",
      "label": {
        "@value": "Relative position on carriageway enum in the centre",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum",
      "comment": {
        "@value": "In the centre of the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum#onTheLeft",
      "label": {
        "@value": "Relative position on carriageway enum on the left",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum",
      "comment": {
        "@value": "On the left of the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum#onTheRight",
      "label": {
        "@value": "Relative position on carriageway enum on the right",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum",
      "comment": {
        "@value": "On the right of the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCode",
      "label": {
        "@value": "Nuts code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A NUTS code (Nomenclature of territorial units for statistics).",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum",
      "label": {
        "@value": "Subdivision type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Subdivision type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#administrativeAtoll",
      "label": {
        "@value": "Subdivision type enum administrative atoll",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Administrative atoll",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#administrativeRegion",
      "label": {
        "@value": "Subdivision type enum administrative region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Administrative region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#administrativeTerritory",
      "label": {
        "@value": "Subdivision type enum administrative territory",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Administrative territory",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#arcticRegion",
      "label": {
        "@value": "Subdivision type enum arctic region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Arctic region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousCity",
      "label": {
        "@value": "Subdivision type enum autonomous city",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous city",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousCityInNorthAfrica",
      "label": {
        "@value": "Subdivision type enum autonomous city in north africa",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous city in North Africa",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousCommunity",
      "label": {
        "@value": "Subdivision type enum autonomous community",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous community",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousDistrict",
      "label": {
        "@value": "Subdivision type enum autonomous district",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous district",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousProvince",
      "label": {
        "@value": "Subdivision type enum autonomous province",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous province",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#autonomousRegion",
      "label": {
        "@value": "Subdivision type enum autonomous region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Autonomous region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#canton",
      "label": {
        "@value": "Subdivision type enum canton",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Canton",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#capitalCity",
      "label": {
        "@value": "Subdivision type enum capital city",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Capital city",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#city",
      "label": {
        "@value": "Subdivision type enum city",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "City",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#cityMunicipality",
      "label": {
        "@value": "Subdivision type enum city municipality",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "City municipality",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#cityOfCountyRight",
      "label": {
        "@value": "Subdivision type enum city of county right",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "City of county right",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#commune",
      "label": {
        "@value": "Subdivision type enum commune",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Commune",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#councilArea",
      "label": {
        "@value": "Subdivision type enum council area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Council area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#county",
      "label": {
        "@value": "Subdivision type enum county",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "County",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#country",
      "label": {
        "@value": "Subdivision type enum country",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Country",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#department",
      "label": {
        "@value": "Subdivision type enum department",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Department",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#dependency",
      "label": {
        "@value": "Subdivision type enum dependency",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Dependency",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#district",
      "label": {
        "@value": "Subdivision type enum district",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "District",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#districtMunicipality",
      "label": {
        "@value": "Subdivision type enum district municipality",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "District municipality",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#districtWithSpecialStatus",
      "label": {
        "@value": "Subdivision type enum district with special status",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "District with special status",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#entity",
      "label": {
        "@value": "Subdivision type enum entity",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Entity",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#geographicalEntity",
      "label": {
        "@value": "Subdivision type enum geographical entity",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Geographical entity",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#governorate",
      "label": {
        "@value": "Subdivision type enum governorate",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Governorate",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#laender",
      "label": {
        "@value": "Subdivision type enum laender",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Länder",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#localCouncil",
      "label": {
        "@value": "Subdivision type enum local council",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Local Council",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#londonBorough",
      "label": {
        "@value": "Subdivision type enum london borough",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "London borough",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#metropolitanArea",
      "label": {
        "@value": "Subdivision type enum metropolitan area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Metropolitan area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#metropolitanDepartment",
      "label": {
        "@value": "Subdivision type enum metropolitan department",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Metropolitan department",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#metropolitanDistrict",
      "label": {
        "@value": "Subdivision type enum metropolitan district",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Metropolitan district",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#metropolitanRegion",
      "label": {
        "@value": "Subdivision type enum metropolitan region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Metropolitan region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#municipality",
      "label": {
        "@value": "Subdivision type enum municipality",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Municipality",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#overseasDepartment",
      "label": {
        "@value": "Subdivision type enum overseas department",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Overseas department",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#overseasRegion",
      "label": {
        "@value": "Subdivision type enum overseas region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Overseas region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#overseasTerritorialCollectivity",
      "label": {
        "@value": "Subdivision type enum overseas territorial collectivity",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Overseas territorial collectivity",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#parish",
      "label": {
        "@value": "Subdivision type enum parish",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Parish",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#province",
      "label": {
        "@value": "Subdivision type enum province",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Province",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#quarter",
      "label": {
        "@value": "Subdivision type enum quarter",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Quarter",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#region",
      "label": {
        "@value": "Subdivision type enum region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#republic",
      "label": {
        "@value": "Subdivision type enum republic",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Republic",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#republicanCity",
      "label": {
        "@value": "Subdivision type enum republican city",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Republic city",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#selfGovernedPart",
      "label": {
        "@value": "Subdivision type enum self governed part",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Self-governed part",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#specialMunicipality",
      "label": {
        "@value": "Subdivision type enum special municipality",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Special Municipality",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#state",
      "label": {
        "@value": "Subdivision type enum state",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "State",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#territorialUnit",
      "label": {
        "@value": "Subdivision type enum territorial unit",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Territorial unit",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#territory",
      "label": {
        "@value": "Subdivision type enum territory",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Territory",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#twoTierCounty",
      "label": {
        "@value": "Subdivision type enum two tier county",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Two tier country",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#unitaryAuthority",
      "label": {
        "@value": "Subdivision type enum unitary authority",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Unitary Authority",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#ward",
      "label": {
        "@value": "Subdivision type enum ward",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Ward",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SubdivisionTypeEnum#other",
      "label": {
        "@value": "Subdivision type enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "Other",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum",
      "label": {
        "@value": "Named area type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Named area type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#applicationRegion",
      "label": {
        "@value": "Named area type enum application region",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Application region",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#continent",
      "label": {
        "@value": "Named area type enum continent",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Continent",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#country",
      "label": {
        "@value": "Named area type enum country",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Country",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#countryGroup",
      "label": {
        "@value": "Named area type enum country group",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Group of countries.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#carParkArea",
      "label": {
        "@value": "Named area type enum car park area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Car park area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#carpoolArea",
      "label": {
        "@value": "Named area type enum carpool area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Carpool area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#fuzzyArea",
      "label": {
        "@value": "Named area type enum fuzzy area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Fuzzy area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#industrialArea",
      "label": {
        "@value": "Named area type enum industrial area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Industrial area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#lake",
      "label": {
        "@value": "Named area type enum lake",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Lake",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#meteorologicalArea",
      "label": {
        "@value": "Named area type enum meteorological area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Meteorological area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#metropolitanArea",
      "label": {
        "@value": "Named area type enum metropolitan area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Metropolitan area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#municipality",
      "label": {
        "@value": "Named area type enum municipality",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Municipality",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#parkAndRideSite",
      "label": {
        "@value": "Named area type enum park and ride site",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "A park and ride site",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#ruralCounty",
      "label": {
        "@value": "Named area type enum rural county",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Rural county",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#sea",
      "label": {
        "@value": "Named area type enum sea",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Sea",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#touristArea",
      "label": {
        "@value": "Named area type enum tourist area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Tourist area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#trafficArea",
      "label": {
        "@value": "Named area type enum traffic area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Traffic area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#urbanCounty",
      "label": {
        "@value": "Named area type enum urban county",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Urban county",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#order1AdministrativeArea",
      "label": {
        "@value": "Named area type enum order1 administrative area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Order 1 administrative area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#order2AdministrativeArea",
      "label": {
        "@value": "Named area type enum order2 administrative area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Order 2 administrative area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#order3AdministrativeArea",
      "label": {
        "@value": "Named area type enum order3 administrative area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Order 3 administrative area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#order4AdministrativeArea",
      "label": {
        "@value": "Named area type enum order4 administrative area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Order 4 administrative area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#order5AdministrativeArea",
      "label": {
        "@value": "Named area type enum order5 administrative area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Order 5 administrative area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#policeForceControlArea",
      "label": {
        "@value": "Named area type enum police force control area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Police force control area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#roadOperatorControlArea",
      "label": {
        "@value": "Named area type enum road operator control area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Road operator control area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NamedAreaTypeEnum#waterArea",
      "label": {
        "@value": "Named area type enum water area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "Water area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "label": {
        "@value": "Openlr form of way enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Openlr form of way enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#undefined",
      "label": {
        "@value": "Openlr form of way enum undefined",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Undefined",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#motorway",
      "label": {
        "@value": "Openlr form of way enum motorway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Motorway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#multipleCarriageway",
      "label": {
        "@value": "Openlr form of way enum multiple carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Multiple carriageway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#singleCarriageway",
      "label": {
        "@value": "Openlr form of way enum single carriageway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Single carriageway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#roundabout",
      "label": {
        "@value": "Openlr form of way enum roundabout",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Roundabout",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#slipRoad",
      "label": {
        "@value": "Openlr form of way enum slip road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Slip road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#trafficSquare",
      "label": {
        "@value": "Openlr form of way enum traffic square",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Traffic square",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrFormOfWayEnum#other",
      "label": {
        "@value": "Openlr form of way enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "Other",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum",
      "label": {
        "@value": "Nuts code type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Nuts code type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum#nuts1Code",
      "label": {
        "@value": "Nuts code type enum nuts1 code",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "NUTS 1 code",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum#nuts2Code",
      "label": {
        "@value": "Nuts code type enum nuts2 code",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "NUTS 2 code",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum#nuts3Code",
      "label": {
        "@value": "Nuts code type enum nuts3 code",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "NUTS 3 code",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum#lau1Code",
      "label": {
        "@value": "Nuts code type enum lau1 code",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "LAU 1 code",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:NutsCodeTypeEnum#lau2Code",
      "label": {
        "@value": "Nuts code type enum lau2 code",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "LAU 2 code",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "label": {
        "@value": "Infrastructure descriptor enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Infrastructure descriptor enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#atMotorwayInterchange",
      "label": {
        "@value": "Infrastructure descriptor enum at motorway interchange",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "At a motorway interchange.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#atRestArea",
      "label": {
        "@value": "Infrastructure descriptor enum at rest area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "At rest area off the carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#atServiceArea",
      "label": {
        "@value": "Infrastructure descriptor enum at service area",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "At service area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#atTollPlaza",
      "label": {
        "@value": "Infrastructure descriptor enum at toll plaza",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "At toll plaza.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#atTunnelEntryOrExit",
      "label": {
        "@value": "Infrastructure descriptor enum at tunnel entry or exit",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "At entry or exit of tunnel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#inGallery",
      "label": {
        "@value": "Infrastructure descriptor enum in gallery",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "In gallery.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#inTunnel",
      "label": {
        "@value": "Infrastructure descriptor enum in tunnel",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "In tunnel.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onBridge",
      "label": {
        "@value": "Infrastructure descriptor enum on bridge",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On bridge.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onConnector",
      "label": {
        "@value": "Infrastructure descriptor enum on connector",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On connecting carriageway between two different roads or road sections.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onElevatedSection",
      "label": {
        "@value": "Infrastructure descriptor enum on elevated section",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On elevated section of road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onFlyover",
      "label": {
        "@value": "Infrastructure descriptor enum on flyover",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On flyover, i.e. on section of road over another road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onIceRoad",
      "label": {
        "@value": "Infrastructure descriptor enum on ice road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On ice road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onLevelCrossing",
      "label": {
        "@value": "Infrastructure descriptor enum on level crossing",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On level-crossing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onLinkRoad",
      "label": {
        "@value": "Infrastructure descriptor enum on link road",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On road section linking two different roads.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onRoundabout",
      "label": {
        "@value": "Infrastructure descriptor enum on roundabout",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On roundabout.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onTheRoadway",
      "label": {
        "@value": "Infrastructure descriptor enum on the roadway",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On the roadway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onUndergroundSection",
      "label": {
        "@value": "Infrastructure descriptor enum on underground section",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On underground section of road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#onUnderpass",
      "label": {
        "@value": "Infrastructure descriptor enum on underpass",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On underpass, i.e. section of road which passes under another road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:InfrastructureDescriptorEnum#withinJunction",
      "label": {
        "@value": "Infrastructure descriptor enum within junction",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "On the main carriageway within a junction between exit slip road and entry slip road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03JunctionPointDescriptorSubtypeEnum",
      "label": {
        "@value": "TPEG loc03 junction point descriptor subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc03 junction point descriptor subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03JunctionPointDescriptorSubtypeEnum#junctionName",
      "label": {
        "@value": "TPEG loc03 junction point descriptor subtype enum junction name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03JunctionPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a road network junction where two or more roads join.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "TPEG loc03 area descriptor subtype enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#administrativeAreaName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum administrative area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of an administrative area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#administrativeReferenceName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum administrative reference name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Reference name by which administrative area is known.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#areaName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of an area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#countyName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum county name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a county (administrative sub-division).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#lakeName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum lake name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a lake.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#nationName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum nation name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a nation (e.g. Wales) which is a sub-division of a ISO recognised country.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#policeForceControlAreaName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum police force control area name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a police force control area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#regionName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum region name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a geographic region.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#seaName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum sea name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a sea.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#townName",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum town name",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Name of a town.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum#other",
      "label": {
        "@value": "TPEG loc03 area descriptor subtype enum other",
        "@language": "en"
      },
      "@type": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AreaLocation",
      "label": {
        "@value": "Area location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Location representing a geographic or geometric defined area which may be qualified by height information to provide additional geospatial discrimination (e.g. for snow in an area but only above a certain altitude).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Location"
    },
    {
      "@id": "datex_LocationReferencing:LinearLocation",
      "label": {
        "@value": "Linear location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Location representing a linear section with optional directionality defined between two points. ",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:NetworkLocation"
    },
    {
      "@id": "datex_LocationReferencing:PointLocation",
      "label": {
        "@value": "Point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Location representing a single geospatial point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:NetworkLocation"
    },
    {
      "@id": "datex_LocationReferencing:SingleRoadLinearLocation",
      "label": {
        "@value": "Single road linear location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Location representing a linear section along a single road with optional directionality defined between two points on the same road. No matter the kind of linear reference it uses, the constraint of using only a single road must be preserved.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LinearLocation"
    },
    {
      "@id": "datex_LocationReferencing:AreaDestination",
      "label": {
        "@value": "Area destination",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The specification of the destination of a defined route or itinerary which is an area.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Destination"
    },
    {
      "@id": "datex_LocationReferencing:Destination",
      "label": {
        "@value": "Destination",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The specification of a destination. This may be either a point location or an area location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:ExternalReferencing",
      "label": {
        "@value": "External referencing",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A location defined by reference to an external/other referencing system.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:Itinerary",
      "label": {
        "@value": "Itinerary",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Multiple (i.e. more than one) physically separate locations arranged as an ordered set that defines an itinerary or route.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "datex_LocationReferencing:ItineraryByIndexedLocations",
      "label": {
        "@value": "Itinerary by indexed locations",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Multiple physically separate locations arranged as an ordered set that defines an itinerary or route. The index qualifier indicates the order.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Itinerary"
    },
    {
      "@id": "datex_LocationReferencing:ItineraryByReference",
      "label": {
        "@value": "Itinerary by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Multiple (i.e. more than one) physically separate locations which are ordered that constitute an itinerary or route where they are defined by reference to a predefined itinerary.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Itinerary"
    },
    {
      "@id": "datex_LocationReferencing:LocationReference",
      "label": {
        "@value": "Location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Represents one or more physically separate locations. Multiple locations may be related, as in an itinerary or route, or may be unrelated. One LocationReference should not use multiple Location objects to represent the same physical location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LocationByReference",
      "label": {
        "@value": "Location by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A location defined by reference to a predefined location.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Location"
    },
    {
      "@id": "datex_LocationReferencing:NetworkLocation",
      "label": {
        "@value": "Network location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The specification of a location on a network (as a point or a linear location).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Location"
    },
    {
      "@id": "datex_LocationReferencing:LocationGroup",
      "label": {
        "@value": "Location group",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Multiple (i.e. more than one) physically separate locations which have no specific order.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "datex_LocationReferencing:LocationGroupByList",
      "label": {
        "@value": "Location group by list",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A group of (i.e. more than one) physically separate locations which have no specific order and where each location is explicitly listed.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LocationGroup"
    },
    {
      "@id": "datex_LocationReferencing:LocationGroupByReference",
      "label": {
        "@value": "Location group by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A group of (i.e. more than one) physically separate locations which have no specific order that are defined by reference to a predefined non ordered location group.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LocationGroup"
    },
    {
      "@id": "datex_LocationReferencing:OffsetDistance",
      "label": {
        "@value": "Offset distance",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The non-negative offset distance from the ALERT-C referenced point to the actual point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PointDestination",
      "label": {
        "@value": "Point destination",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The specification of the destination of a defined route or itinerary which is a point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:Destination"
    },
    {
      "@id": "datex_LocationReferencing:Location",
      "label": {
        "@value": "Location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The specification of a location either on a network (as a point or a linear location) or as an area. This may be provided in one or more referencing systems.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "datex_LocationReferencing:AlertCLinear",
      "label": {
        "@value": "ALERT-C linear",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a road defined between two points on the road by reference to a pre-defined ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCPoint",
      "label": {
        "@value": "ALERT-C point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single point on the road network defined by reference to a pre-defined ALERT-C location table and which has an associated direction of traffic flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCDirection",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The direction of traffic flow along the road to which the information relates.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCLocation",
      "label": {
        "@value": "ALERT-C location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Identification of a specific point, linear or area location in an ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod2PrimaryPointLocation",
      "label": {
        "@value": "ALERT-C method2 primary point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The point (called Primary point) which is either a single point or at the downstream end of a linear road section. The point is specified by a reference to a point in a pre-defined ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod2SecondaryPointLocation",
      "label": {
        "@value": "ALERT-C method2 secondary point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The point (called Secondary point) which is at the upstream end of a linear road section. The point is specified by a reference to a point in a pre-defined ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod4PrimaryPointLocation",
      "label": {
        "@value": "ALERT-C method4 primary point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The point (called Primary point) which is either a single point or at the downstream end of a linear road section. The point is specified by a reference to a point in a pre-defined ALERT-C location table plus a non-negative offset distance.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod4SecondaryPointLocation",
      "label": {
        "@value": "ALERT-C method4 secondary point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The point (called Secondary point) which is at the upstream end of a linear road section. The point is specified by a reference to a point in a pre-defined Alert-C location table plus a non-negative offset distance.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCArea",
      "label": {
        "@value": "ALERT-C area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An area defined by reference to a predefined ALERT-C location table.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AlertCLinearByCode",
      "label": {
        "@value": "ALERT-C linear by code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a road defined by reference to a linear section in a pre-defined ALERT-C location table.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:AlertCLinear"
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod2Linear",
      "label": {
        "@value": "ALERT-C method2 linear",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a road between two points, primary and secondary, which are pre-defined in an ALERT-C location table. Direction is FROM the secondary point TO the primary point, i.e. the primary point is downstream of the secondary point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:AlertCLinear"
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod2Point",
      "label": {
        "@value": "ALERT-C method2 point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single point on the road network defined by reference to a point in a pre-defined ALERT-C location table and which has an associated direction of traffic flow.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:AlertCPoint"
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod4Linear",
      "label": {
        "@value": "ALERT-C method4 linear",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a road between two points, primary and secondary, which are pre-defined ALERT-C locations plus offset distance. Direction is FROM the secondary point TO the primary point, i.e. the primary point is downstream of the secondary point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:AlertCLinear"
    },
    {
      "@id": "datex_LocationReferencing:AlertCMethod4Point",
      "label": {
        "@value": "ALERT-C method4 point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single point on the road network defined by reference to a point in a pre-defined ALERT-C location table plus an offset distance and which has an associated direction of traffic flow.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:AlertCPoint"
    },
    {
      "@id": "datex_LocationReferencing:GmlLinearRing",
      "label": {
        "@value": "Gml linear ring",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Closed line string not self-intersecting (i.e. having as last point the first point)",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:GmlLineString"
    },
    {
      "@id": "datex_LocationReferencing:GmlLineString",
      "label": {
        "@value": "Gml line string",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Line string based on GML (EN ISO 19136) definition: a curve defined by a series of two or more coordinate tuples. Unlike GML may be self-intersecting. If srsName attribute is not present, posList is assumed to use \"ETRS89-LatLonh\" reference system.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GmlMultiPolygon",
      "label": {
        "@value": "Gml multi polygon",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An area defined by a set of polygons acording to GML (EN ISO 19136).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:GmlPolygon",
      "label": {
        "@value": "Gml polygon",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Planar surface defined by 1 exterior boundary and 0 or more interior boundaries",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearWithinLinearElement",
      "label": {
        "@value": "Linear within linear element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a linear element where the linear element is either a part of or the whole of a linear object (i.e. a road), consistent with ISO 19148 definitions. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementByLineString",
      "label": {
        "@value": "Linear element by line string",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear element defined by a line string (class GmlLineString).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LinearElement"
    },
    {
      "@id": "datex_LocationReferencing:DistanceAlongLinearElement",
      "label": {
        "@value": "Distance along linear element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Distance of a point along a linear element either measured from the start node or a defined referent on that linear element, where the start node is relative to the element definition rather than the direction of traffic flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:DistanceFromLinearElementReferent",
      "label": {
        "@value": "Distance from linear element referent",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Distance of a point along a linear element measured from a \"from referent\" on the linear element, in the sense relative to the linear element definition rather than the direction of traffic flow or optionally towards a \"towards referent\".",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:DistanceAlongLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:DistanceFromLinearElementStart",
      "label": {
        "@value": "Distance from linear element start",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Distance of a point along a linear element measured from the start node of the linear element, where start node is relative to the element definition rather than the direction of traffic flow.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:DistanceAlongLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:LinearElement",
      "label": {
        "@value": "Linear element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear element along a single linear object, consistent with EN ISO 19148 definitions. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:LinearElementByCode",
      "label": {
        "@value": "Linear element by code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear element along a single linear object defined by its identifier or code in a road network reference model (specified in LinearElement class) which segments the road network according to specific business rules.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LinearElement"
    },
    {
      "@id": "datex_LocationReferencing:LinearElementByPoints",
      "label": {
        "@value": "Linear element by points",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear element along a single linear object defined by its start and end points.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:LinearElement"
    },
    {
      "@id": "datex_LocationReferencing:PercentageDistanceAlongLinearElement",
      "label": {
        "@value": "Percentage distance along linear element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Distance of a point along a linear element measured from the start node expressed as a percentage of the whole length of the linear element, where start node is relative to the element definition rather than the direction of traffic flow.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:DistanceAlongLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:PointAlongLinearElement",
      "label": {
        "@value": "Point along linear element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on a linear element where the linear element is either a part of or the whole of a linear object (i.e. a road), consistent with EN ISO 19148 definitions. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:Referent",
      "label": {
        "@value": "Referent",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A referent on a linear object that has a known location such as a node, a reference marker (e.g. a marker-post), an intersection etc.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:AltitudeConfidence",
      "label": {
        "@value": "Altitude confidence",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Evaluation of the altitude confidence assessed according to ETSI ISO 102894-2",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:HeightCoordinate",
      "label": {
        "@value": "Height coordinate",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Third coordinate for points defined geodetically",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PointByCoordinates",
      "label": {
        "@value": "Point by coordinates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single point defined only by a coordinate set with an optional bearing direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PositionAccuracy",
      "label": {
        "@value": "Position accuracy",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Horizontal position accuracy parameters defined according to EN 16803-1",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PositionConfidenceEllipse",
      "label": {
        "@value": "Position confidence ellipse",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Confidence ellipse position defined in a shape of ellipse with a predefined confidence level (e.g. 95 %). The centre of the ellipse shape corresponds to the reference position point for which the position accuracy is evaluated.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PointCoordinates",
      "label": {
        "@value": "Point coordinates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A pair of planar coordinates defining the geodetic position of a single point using the European Terrestrial Reference System 1989 (ETRS89).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:Lane",
      "label": {
        "@value": "Lane",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Indicates a specific lane or group of lanes.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:RoadInformation",
      "label": {
        "@value": "Road information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information on a road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:Carriageway",
      "label": {
        "@value": "Carriageway",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Supplementary positional information which details carriageway and lane locations. Several instances may exist where the element being described extends over more than one carriageway.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "label": {
        "@value": "Supplementary positional description",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A collection of supplementary positional information which improves the precision of the location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegAreaLocation",
      "label": {
        "@value": "TPEG area location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A geographic or geometric area defined by a TPEG-Loc structure which may include height information for additional geospatial discrimination.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegGeometricArea",
      "label": {
        "@value": "TPEG geometric area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A geometric area defined by a centre point and a radius.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegAreaLocation"
    },
    {
      "@id": "datex_LocationReferencing:TpegHeight",
      "label": {
        "@value": "TPEG height",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Height information which provides additional discrimination for the applicable area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegNamedOnlyArea",
      "label": {
        "@value": "TPEG named only area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An area defined by a well-known name.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegAreaLocation"
    },
    {
      "@id": "datex_LocationReferencing:TpegAreaDescriptor",
      "label": {
        "@value": "TPEG area descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A descriptor for describing an area location.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegDescriptor"
    },
    {
      "@id": "datex_LocationReferencing:TpegDescriptor",
      "label": {
        "@value": "TPEG descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A collection of information providing descriptive references to locations using the TPEG-Loc location referencing approach.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegIlcPointDescriptor",
      "label": {
        "@value": "TPEG ILC point descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A descriptor for describing a junction by defining the intersecting roads.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPointDescriptor"
    },
    {
      "@id": "datex_LocationReferencing:TpegJunctionPointDescriptor",
      "label": {
        "@value": "TPEG junction point descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A descriptor for describing a point at a junction on a road network.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPointDescriptor"
    },
    {
      "@id": "datex_LocationReferencing:TpegOtherPointDescriptor",
      "label": {
        "@value": "TPEG other point descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "General descriptor for describing a point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPointDescriptor"
    },
    {
      "@id": "datex_LocationReferencing:TpegPointDescriptor",
      "label": {
        "@value": "TPEG point descriptor",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A descriptor for describing a point location.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegDescriptor"
    },
    {
      "@id": "datex_LocationReferencing:TpegLinearLocation",
      "label": {
        "@value": "TPEG linear location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A linear section along a single road defined between two points on the same road by a TPEG-Loc structure.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegFramedPoint",
      "label": {
        "@value": "TPEG framed point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on the road network which is framed between two other points on the same road.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:TpegPoint",
      "label": {
        "@value": "TPEG point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on the road network which is either a junction point or a non junction point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegPointLocation",
      "label": {
        "@value": "TPEG point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single point on the road network defined by a TPEG-Loc structure and which has an associated direction of traffic flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:TpegSimplePoint",
      "label": {
        "@value": "TPEG simple point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on the road network which is not bounded by any other points on the road network.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:TpegJunction",
      "label": {
        "@value": "TPEG junction",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on the road network which is a road junction point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPoint"
    },
    {
      "@id": "datex_LocationReferencing:TpegNonJunctionPoint",
      "label": {
        "@value": "TPEG non junction point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point on the road network which is not a road junction point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:TpegPoint"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrBaseReferencePoint",
      "label": {
        "@value": "Openlr base reference point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Base class used to hold data about a reference point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrLineAttributes",
      "label": {
        "@value": "Openlr line attributes",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Line attributes are part of a location reference point and consists of functional road class (FRC),form of way (FOW) and bearing (BEAR) data.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrOffsets",
      "label": {
        "@value": "Openlr offsets",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Offsets are used to locate the start and end of a location more precisely than bounding to the nodes in a network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPathAttributes",
      "label": {
        "@value": "Openlr path attributes",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Properties of the path from the associated location reference point to the next location reference point, which are specified to assist correct identification of the point in an external map data source.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrAreaLocationReference",
      "label": {
        "@value": "Openlr area location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A two-dimensional part of the surface of the earth which is bounded by a closed curve. An area location may cover parts of the road network but does not necessarily need to. It is represented according to the OpenLR standard for Area Locations",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrCircleLocationReference",
      "label": {
        "@value": "Openlr circle location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The OpenLR method of area definition by providing a center position and a radius",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrClosedLineLocationReference",
      "label": {
        "@value": "Openlr closed line location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The OpenLR method of area definition by providing a closed path (i.e. a circuit) in the road network.\nThe boundary always consists of road segments",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrGridLocationReference",
      "label": {
        "@value": "Openlr grid location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Area defined using an OpenLR™ method consisting in defining it by a tessellation of rectangles",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPolygonCorners",
      "label": {
        "@value": "Openlr polygon corners",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A geodetic coordinate Tuple that defines the vertices of the underlying geometrical polygon.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPolygonLocationReference",
      "label": {
        "@value": "Openlr polygon location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The OpenLR method of area definition by providing points that bound the area",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrRectangle",
      "label": {
        "@value": "Openlr rectangle",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Area delimited by a rectangle defined by the geodetic co-ordinates of the two ends of its diagonal from south-west to north-east (the rectangle having two sides that are parallel to lines of latitude)",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrRectangleLocationReference",
      "label": {
        "@value": "Openlr rectangle location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The openLR method of area definition by providing a rectangular shape defined by two geo-coordinate pairs",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrLinear",
      "label": {
        "@value": "Openlr linear",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "OpenLR line location reference",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrLineLocationReference",
      "label": {
        "@value": "Openlr line location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A line location reference is defined by an ordered sequence of location reference points and a terminating last location reference point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrBasePointLocation",
      "label": {
        "@value": "Openlr base point location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Holds common data that are used both in OpenlrPointAccessPoint and OpenlrPointAlongLine.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrPointLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrGeoCoordinate",
      "label": {
        "@value": "Openlr geo coordinate",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A geo-coordinate pair is a position in a map defined by its longitude and latitude coordinate values.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrPointLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrLastLocationReferencePoint",
      "label": {
        "@value": "Openlr last location reference point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The sequence of location reference points is terminated by a last location reference point.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrBaseReferencePoint"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrLocationReferencePoint",
      "label": {
        "@value": "Openlr location reference point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The basis of a location reference is a sequence of location reference points (LRPs).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrBaseReferencePoint"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPointAlongLine",
      "label": {
        "@value": "Openlr point along line",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Point along a line",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrBasePointLocation"
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPointAttributes",
      "label": {
        "@value": "Openlr point attributes",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Holds common data that are used both in OpenlrPointAccessPoint and OpenlrPointAlongLine.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPointLocationReference",
      "label": {
        "@value": "Openlr point location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point location is a zero-dimensional element in a map that specifies a geometric location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:OpenlrPoiWithAccessPoint",
      "label": {
        "@value": "Openlr poi with access point",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point of interest (POI) along a line with access is a point location which is defined by a linear reference path, an offset value (defining the access point) from the starting node of this path and a coordinate pair that defines the POI itself.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:OpenlrBasePointLocation"
    },
    {
      "@id": "datex_LocationReferencing:IsoNamedArea",
      "label": {
        "@value": "Iso named area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The ISO 3166-2 representation for the named area.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:NamedArea"
    },
    {
      "@id": "datex_LocationReferencing:NamedArea",
      "label": {
        "@value": "Named area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An area defined by a name and/or in terms of known boundaries, such as country or county boundaries or allocated control area of particular authority. The attributes do not form a union; instead, the smallest intersection forms the resulting area.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NamedArea"
    },
    {
      "@id": "datex_LocationReferencing:NutsNamedArea",
      "label": {
        "@value": "Nuts named area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The NUTS-Code representation for the named area (Nomenclature of territorial units for statistics) or its LAU code representation (Local Administrative Unit).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:NamedArea"
    },
    {
      "@id": "datex_LocationReferencing:PredefinedItinerary",
      "label": {
        "@value": "Predefined itinerary",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifiable versioned instance of a predefined itinerary.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:PredefinedLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:PredefinedLocation",
      "label": {
        "@value": "Predefined location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifiable versioned instance of a single predefined location.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:PredefinedLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:PredefinedLocationGroup",
      "label": {
        "@value": "Predefined location group",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifiable versioned instance of a predefined group of non-ordered locations (i.e. more than one).",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:PredefinedLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:PredefinedLocationReference",
      "label": {
        "@value": "Predefined location reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A location reference which is predefined and may be realised by a predefined itinerary, non-ordered group of locations or single location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:PredefinedLocationsPublication",
      "label": {
        "@value": "Predefined locations publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication containing one or more groups of predefined locations organised either as itineraries, non-ordered groups or as individual locations.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "datex_LocationReferencing:areasAtWhichApplicable",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Areas at which applicable",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:AreaPlacesEnum",
      "comment": {
        "@value": "Places, in generic terms, at which the corresponding information applies.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:externalLocationCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "External location code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:ExternalReferencing",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A code in the external referencing system which defines the location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:externalReferencingSystem",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "External referencing system",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:ExternalReferencing",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Identification of the external/other location referencing system.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedItineraryReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined itinerary reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:ItineraryByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a versioned instance of a predefined itinerary as specified in a PredefinedLocationsPublication.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedLocationReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined location reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LocationByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a versioned predefined location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedLocationGroupReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined location group reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LocationGroupByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a versioned instance of a predefined location group as specified in a PredefinedLocationsPublication.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:offsetDistance",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Offset distance",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OffsetDistance",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The non-negative offset distance from the ALERT-C referenced point to the actual point. The ALERT-C locations in the primary and secondary locations must always encompass the linear section being specified, thus offset distance is towards the other point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationCountryCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location country code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLinear",
      "range": "datex_Common:String",
      "comment": {
        "@value": "ALERT-C country code as defined in IEC 62106.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLinear",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Number allocated to an ALERT-C table in a country. Ref. EN ISO 14819-3 for the allocation of a location table number.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableVersion",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table version",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLinear",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Version number associated with an ALERT-C table reference.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationCountryCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location country code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCPoint",
      "range": "datex_Common:String",
      "comment": {
        "@value": "ALERT-C country code as defined IEC 62106.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCPoint",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Number allocated to an ALERT-C table in a country. Ref. EN ISO 14819-3 for the allocation of a location table number.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableVersion",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table version",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCPoint",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Version number associated with an ALERT-C table reference.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCAffectedDirection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C affected direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCDirection",
      "range": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "The direction(s) of traffic flow to which the situation, traffic data or information is related.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCDirectionCoded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C direction coded",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCDirection",
      "range": "datex_LocationReferencing:AlertCDirectionEnum",
      "comment": {
        "@value": "Direction of navigation with respect to secondary to primary location (RDS direction)",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCDirectionNamed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C direction named",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCDirection",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "ALERT-C name of a direction e.g. Brussels -> Lille.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLocation",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of ALERT-C location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:specificLocation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Specific location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLocation",
      "range": "datex_LocationReferencing:AlertCLocationCode",
      "comment": {
        "@value": "Unique code within the ALERT-C location table which identifies the specific point, linear or area location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationCountryCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location country code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCArea",
      "range": "datex_Common:String",
      "comment": {
        "@value": "ALERT-C country code as defined in IEC 62106.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCArea",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Number allocated to an ALERT-C table in a country. Ref. EN ISO 14819-3 for the allocation of a location table number.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:alertCLocationTableVersion",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "ALERT-C location table version",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCArea",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Version number associated with an ALERT-C table reference.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:posList",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pos list",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlLineString",
      "range": "datex_LocationReferencing:GmlPosList",
      "comment": {
        "@value": "List of coordinate tuples define the geometry of this GmlLineString. There must be at least 2 tuples of coordinates. Form depends on coordinate reference system; typical form is space-separated pairs of latitude and longitude.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:srsDimension",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Srs dimension",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlLineString",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Provides the size of the tuple of coordinates of each point. This number is 2 or 3. By default when omitted the dimension shall be interpreted as 2.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:srsName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Srs name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlLineString",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Specifies the Coordinate Reference System (CRS) used to interpret the coordinates in this GmlLineString",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:gmlAreaName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Gml area name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlMultiPolygon",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the multi-polygon area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:administrativeAreaOfLinearSection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Administrative area of linear section",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Identification of the road administration area which contains the specified linear section.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:directionOnLinearSection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction on linear section",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow on the linear section in terms of general destination direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:directionRelativeOnLinearSection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction relative on linear section",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow on the linear section relative to the direction in which the linear element is defined.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:heightGradeOfLinearSection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height grade of linear section",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:HeightGradeEnum",
      "comment": {
        "@value": "Identification of whether the linear section that is part of the linear element is at, above or below the normal elevation of a linear element of that type (e.g. road or road section) at that location, typically used to indicate \"grade\" separation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:distanceAlong",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance along",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:DistanceFromLinearElementReferent",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "A measure of distance along a linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:distanceAlong",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance along",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:DistanceFromLinearElementStart",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "A measure of distance along a linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:linearElementNature",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Linear element nature",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElement",
      "range": "datex_LocationReferencing:LinearElementNatureEnum",
      "comment": {
        "@value": "An indication of the nature of the linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:linearElementReferenceModel",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Linear element reference model",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElement",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The identifier of a road network reference model which segments the road network according to specific business rules.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:linearElementReferenceModelVersion",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Linear element reference model version",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElement",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The version of the identified road network reference model.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:roadName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElement",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:roadNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElement",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Identifier/number of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:linearElementIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Linear element identifier",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElementByCode",
      "range": "datex_Common:String",
      "comment": {
        "@value": "An identifier or code of a linear element (or link) in the road network reference model that is specified in the LinearElement class. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:percentageDistanceAlong",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Percentage distance along",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PercentageDistanceAlongLinearElement",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "A measure of distance along a linear element from the start of the element expressed as a percentage of the total length of the linear object.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:administrativeAreaOfPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Administrative area of point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Identification of the road administration area which contains the specified point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:directionAtPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction at point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow at the specified point in terms of general destination direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:directionRelativeAtPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction relative at point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_LocationReferencing:LinearDirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow at the specified point relative to the direction in which the linear element is defined.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:heightGradeOfPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height grade of point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_LocationReferencing:HeightGradeEnum",
      "comment": {
        "@value": "Identification of whether the point on the linear element is at, above or below the normal elevation of a linear element of that type (e.g. road or road section) at that location, typically used to indicate \"grade\" separation.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:referentDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Referent description",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Referent",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Description of the referent.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:referentIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Referent identifier",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Referent",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The identifier of the referent, unique on the specified linear element (i.e. road or part of).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:referentName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Referent name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Referent",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The name of the referent, e.g. a junction or intersection name.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:referentType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Referent type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Referent",
      "range": "datex_LocationReferencing:ReferentTypeEnum",
      "comment": {
        "@value": "The type of the referent.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:altitudeAccuracyCodedError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Altitude accuracy coded error",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AltitudeConfidence",
      "range": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "comment": {
        "@value": "Error code in case the altitude confidence is out of range or cannot be determined",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:altitudeAccuracyCodedValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Altitude accuracy coded value",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AltitudeConfidence",
      "range": "datex_LocationReferencing:AltitudeAccuracyEnum",
      "comment": {
        "@value": "Absolute accuracy of reported value of a geographical point for a confidence level expressed by a coded scale.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:heightType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:HeightCoordinate",
      "range": "datex_LocationReferencing:HeightTypeEnum",
      "comment": {
        "@value": "Type of measured height.When it is omitted it is supposed to be the ellipsoidal height.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:heightValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height value",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:HeightCoordinate",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Value in metres for the height measured vertically at to the planar coordinates the point corresponding.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:bearing",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Bearing",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointByCoordinates",
      "range": "datex_Common:AngleInDegrees",
      "comment": {
        "@value": "A bearing at the point measured in degrees (0 - 359). Unless otherwise specified the reference direction corresponding to 0 degrees is North.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:accuracyPercentile50",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Accuracy percentile50",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionAccuracy",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Accuracy defined by the 50th percentile of the cumulative distribution of position errors.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:accuracyPercentile75",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Accuracy percentile75",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionAccuracy",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Accuracy defined by the 75th percentile of the cumulative distribution of position errors",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:accuracyPercentile95",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Accuracy percentile95",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionAccuracy",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Accuracy defined by the 95th percentile of the cumulative distribution of position errors",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMajorAxisLength",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi major axis length",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Half of length of the major axis, i.e. distance between the centre point and major axis point of the position accuracy ellipse.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMajorAxisLengthCodedError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi major axis length coded error",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "comment": {
        "@value": "Provides a coded error in case the semi-major axis length is not defined",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMajorAxisOrientation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi major axis orientation",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_Common:AngleInDegrees",
      "comment": {
        "@value": "Orientation direction of the ellipse major axis of the position accuracy ellipse with regards to the geographic north.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMajorAxisOrientationError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi major axis orientation error",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates whether the ellipse orientation is unavailable (True) or not (False)",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMinorAxisLength",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi minor axis length",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Half of length of the minor axis, i.e. distance between the centre point and minor axis point of the position accuracy ellipse",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:semiMinorAxisLengthCodedError",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Semi minor axis length coded error",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PositionConfidenceEllipse",
      "range": "datex_LocationReferencing:PositionConfidenceCodedErrorEnum",
      "comment": {
        "@value": "Provides a coded error in case the semi-minor axis length is not defined",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:latitude",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Latitude",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointCoordinates",
      "range": "datex_Common:Float",
      "comment": {
        "@value": "Latitude in decimal degrees using the European Terrestrial Reference System 1989 (ETRS89).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:longitude",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Longitude",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointCoordinates",
      "range": "datex_Common:Float",
      "comment": {
        "@value": "Longitude in decimal degrees using the European Terrestrial Reference System 1989 (ETRS89).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:laneNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Lane number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Lane",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "The number of the lane, where 1 is nearest the hard shoulder/verge and the numbers increase towards the central reservation/road axis.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:laneUsage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Lane usage",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Lane",
      "range": "datex_LocationReferencing:LaneEnum",
      "comment": {
        "@value": "Indicates the specific lane to which the location relates.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:roadDestination",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road destination",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:RoadInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A destination associated with this road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:roadName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:RoadInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The name of the road",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:roadNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:RoadInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The road number designated by the road authority",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:carriageway",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Carriageway",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Carriageway",
      "range": "datex_LocationReferencing:CarriagewayEnum",
      "comment": {
        "@value": "Indicates the section of carriageway to which the location relates.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:originalNumberOfLanes",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Original number of lanes",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Carriageway",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "Normal number of lanes, potentially available for moving traffic, before reduction due to situations. Hard shoulder should not be counted unless it is sometimes used operationally for moving traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:directionPurpose",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction purpose",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:DirectionPurposeEnum",
      "comment": {
        "@value": "Identifies the main purpose of the road at the location",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:geographicDescriptor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Geographic descriptor",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:GeographicCharacteristicEnum",
      "comment": {
        "@value": "Descriptor which identifies a geographic characteristic to help identify the specific location",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:infrastructureDescriptor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Infrastructure descriptor",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:InfrastructureDescriptorEnum",
      "comment": {
        "@value": "Descriptor which identifies infrastructure to help identify the specific location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:lengthAffected",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Length affected",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "This indicates the length (measured in metres) of carriageway (and lanes) affected by the associated traffic element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:locationDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Location description",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Supplementary human-readable description of the location",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:locationPrecision",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Location precision",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Indicates that the location is given with a precision which is better than the stated value in metres.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:positionOnCarriageway",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Position on carriageway",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:RelativePositionOnCarriagewayEnum",
      "comment": {
        "@value": "Relative position across carriageway",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:sequentialRampNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Sequential ramp number",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The sequential number of an exit/entrance ramp from a given location in a given direction (normally used to indicate a specific exit/entrance in a complex junction/intersection).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegAreaLocationType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG area location type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegAreaLocation",
      "range": "datex_LocationReferencing:TpegLoc01AreaLocationSubtypeEnum",
      "comment": {
        "@value": "The type of TPEG location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:radius",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Radius",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegGeometricArea",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The radius of the corresponding circular area",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:height",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegHeight",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "A measurement of height in metres",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:heightType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegHeight",
      "range": "datex_LocationReferencing:TpegLoc04HeightTypeEnum",
      "comment": {
        "@value": "A descriptive identification of relative height using TPEG-Loc location referencing.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegAreaDescriptorType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG area descriptor type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegAreaDescriptor",
      "range": "datex_LocationReferencing:TpegLoc03AreaDescriptorSubtypeEnum",
      "comment": {
        "@value": "The nature of the descriptor used to define the location under consideration (derived from the TPEG Loc table 03).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:descriptor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Descriptor",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegDescriptor",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A text string which describes or elaborates the location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegIlcPointDescriptorType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG ILC point descriptor type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegIlcPointDescriptor",
      "range": "datex_LocationReferencing:TpegLoc03IlcPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The nature of the descriptor used to define the location under consideration (derived from the TPEG Loc table 03).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegJunctionPointDescriptorType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG junction point descriptor type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegJunctionPointDescriptor",
      "range": "datex_LocationReferencing:TpegLoc03JunctionPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The nature of the descriptor used to define the location under consideration (derived from the TPEG Loc table 03).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegOtherPointDescriptorType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG other point descriptor type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegOtherPointDescriptor",
      "range": "datex_LocationReferencing:TpegLoc03OtherPointDescriptorSubtypeEnum",
      "comment": {
        "@value": "The nature of the descriptor used to define the location under consideration (derived from the TPEG Loc table 03).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegDirection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegLinearLocation",
      "range": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegLinearLocationType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG linear location type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegLinearLocation",
      "range": "datex_LocationReferencing:TpegLoc01LinearLocationSubtypeEnum",
      "comment": {
        "@value": "The type of TPEG location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegFramedPointLocationType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG framed point location type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegFramedPoint",
      "range": "datex_LocationReferencing:TpegLoc01FramedPointLocationSubtypeEnum",
      "comment": {
        "@value": "The type of TPEG location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegDirection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegPointLocation",
      "range": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "The direction of traffic flow.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:tpegSimplePointLocationType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "TPEG simple point location type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegSimplePoint",
      "range": "datex_LocationReferencing:TpegLoc01SimplePointLocationSubtypeEnum",
      "comment": {
        "@value": "The type of TPEG location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrBearing",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr bearing",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineAttributes",
      "range": "datex_Common:AngleInDegrees",
      "comment": {
        "@value": "defines the bearing field as an integer value between 0 and 359",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrFormOfWay",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr form of way",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineAttributes",
      "range": "datex_LocationReferencing:OpenlrFormOfWayEnum",
      "comment": {
        "@value": "A classification based on the importance of the role that the Road Element (or Ferry Connection) performs in the connectivity of the total road network. (EN ISO 14825 § 7.2.88)",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrFunctionalRoadClass",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr functional road class",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineAttributes",
      "range": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "Certain aspects of the physical form that a Road Element takes. It is based on a number of certain physical and traffic properties. (EN ISO 14825 § 7.2.85)",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrNegativeOffset",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr negative offset",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrOffsets",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The negative offset along the line of the location measured along the line reference path between the end point of the location reference and the ending node of the line reference path.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrPositiveOffset",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr positive offset",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrOffsets",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The positive offset along the line of the location measured along the line reference path between the start point of the location reference and the starting node of the line reference path.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrDistanceToNextLRPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr distance to next l r point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPathAttributes",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The DNP attribute measures the distance in meters between two consecutive location reference-points along the location reference path described in the corresponding enumeration",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrLowestFrcToNextLRPoint",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr lowest frc to next l r point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPathAttributes",
      "range": "datex_LocationReferencing:OpenlrFunctionalRoadClassEnum",
      "comment": {
        "@value": "The lowest FRC to the next point indicates the lowest functional road class used in the location reference path to the next LR-point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrRadius",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr radius",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrCircleLocationReference",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "The radius of the corresponding circular area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrNumColumns",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr num columns",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrGridLocationReference",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number that the base rectangle should be multiplied in the east direction",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrNumRows",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr num rows",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrGridLocationReference",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number that the base rectangle should be multiplied in the north direction",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrOrientation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr orientation",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBasePointLocation",
      "range": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "Orientation of the driving direction in relation with the direction of the underlying linear",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrSideOfRoad",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr side of road",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBasePointLocation",
      "range": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "Provides the of road where the corresponding point lies.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrOrientation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr orientation",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPointAttributes",
      "range": "datex_LocationReferencing:OpenlrOrientationEnum",
      "comment": {
        "@value": "Orientation of the driving direction in relation with the direction of the underlying linear",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:openlrSideOfRoad",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Openlr side of road",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPointAttributes",
      "range": "datex_LocationReferencing:OpenlrSideOfRoadEnum",
      "comment": {
        "@value": "Provides the of road where the corresponding point lies.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:subdivisionCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Subdivision code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:IsoNamedArea",
      "range": "datex_LocationReferencing:SubdivisionCode",
      "comment": {
        "@value": "The second part of an ISO 3166-2 subdivision code for the named area, which may be used along with the country attribute from the parent class to make a full ISO 3166-2 subdivision code.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:subdivisionType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Subdivision type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:IsoNamedArea",
      "range": "datex_LocationReferencing:SubdivisionTypeEnum",
      "comment": {
        "@value": "The ISO 3166-2 subdivison type for the named area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:areaName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Area name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NamedArea",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:country",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Country",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NamedArea",
      "range": "datex_Common:CountryCode",
      "comment": {
        "@value": "EN ISO 3166-1 two-character country code.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:namedAreaType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Named area type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NamedArea",
      "range": "datex_LocationReferencing:NamedAreaTypeEnum",
      "comment": {
        "@value": "The type of the area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:nutsCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Nuts code",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NutsNamedArea",
      "range": "datex_LocationReferencing:NutsCode",
      "comment": {
        "@value": "The NUTS code for the named area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:nutsCodeType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Nuts code type",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NutsNamedArea",
      "range": "datex_LocationReferencing:NutsCodeTypeEnum",
      "comment": {
        "@value": "The NUTS code type for the named area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedItineraryName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined itinerary name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedItinerary",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A name assigned to the predefined itinerary.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedLocationName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined location name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocation",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A name assigned to the predefined location (e.g. extracted out of the network operator's gazetteer).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:predefinedLocationGroupName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Predefined location group name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocationGroup",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A name assigned to the predefined group of non-ordered locations.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasalertCArea",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C area",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:AlertCArea"
    },
    {
      "@id": "datex_LocationReferencing:hasgmlMultiPolygon",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Gml multi polygon",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:GmlMultiPolygon"
    },
    {
      "@id": "datex_LocationReferencing:hastpegAreaLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "TPEG area location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:TpegAreaLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrAreaLocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr area location reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:OpenlrAreaLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:hasnamedArea",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Named area",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaLocation",
      "range": "datex_LocationReferencing:NamedArea"
    },
    {
      "@id": "datex_LocationReferencing:hasgmlLineString",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Gml line string",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearLocation",
      "range": "datex_LocationReferencing:GmlLineString"
    },
    {
      "@id": "datex_LocationReferencing:hassecondarySupplementaryDescription",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Secondary supplementary description",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearLocation",
      "range": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "comment": {
        "@value": "Supplementary description that applies to the secondary end of the linear location. Use when properties change along the Linear. For a one-way linear the secondary end should be the destination end.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLinear",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr linear",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearLocation",
      "range": "datex_LocationReferencing:OpenlrLinear"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCPoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointLocation",
      "range": "datex_LocationReferencing:AlertCPoint",
      "comment": {
        "@value": "The point location expressed using AlertC. Multiple instances of AlertCPoint shall represent the same real-world geographic feature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspointAlongLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point along linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointLocation",
      "range": "datex_LocationReferencing:PointAlongLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:haspointByCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point by coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointLocation",
      "range": "datex_LocationReferencing:PointByCoordinates"
    },
    {
      "@id": "datex_LocationReferencing:hastpegPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "TPEG point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointLocation",
      "range": "datex_LocationReferencing:TpegPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrPointLocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr point location reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointLocation",
      "range": "datex_LocationReferencing:OpenlrPointLocationReference"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCLinear",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C linear",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SingleRoadLinearLocation",
      "range": "datex_LocationReferencing:AlertCLinear",
      "comment": {
        "@value": "The linear location expressed using AlertC. Multiple instances of AlertCLinear shall represent the same real-world geographic feature.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haslinearWithinLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Linear within linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SingleRoadLinearLocation",
      "range": "datex_LocationReferencing:LinearWithinLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:hastpegLinearLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "TPEG linear location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SingleRoadLinearLocation",
      "range": "datex_LocationReferencing:TpegLinearLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasareaLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Area location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AreaDestination",
      "range": "datex_LocationReferencing:AreaLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasrouteDestination",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Route destination",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Itinerary",
      "range": "datex_LocationReferencing:Destination",
      "comment": {
        "@value": "Destination of a route or final location in an itinerary.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haslocationContainedInItinerary",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location contained in itinerary",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:ItineraryByIndexedLocations",
      "range": "datex_LocationReferencing:Location",
      "comment": {
        "@value": "A location contained in an itinerary (i.e. an ordered set of locations defining a route or itinerary).",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasdestination",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Destination",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NetworkLocation",
      "range": "datex_LocationReferencing:Destination"
    },
    {
      "@id": "datex_LocationReferencing:hassupplementaryPositionalDescription",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Supplementary positional description",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:NetworkLocation",
      "range": "datex_LocationReferencing:SupplementaryPositionalDescription"
    },
    {
      "@id": "datex_LocationReferencing:haslocationContainedInGroup",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location contained in group",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LocationGroupByList",
      "range": "datex_LocationReferencing:Location",
      "comment": {
        "@value": "A location contained in a non-ordered group of locations.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointDestination",
      "range": "datex_LocationReferencing:PointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasexternalReferencing",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "External referencing",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Location",
      "range": "datex_LocationReferencing:ExternalReferencing"
    },
    {
      "@id": "datex_LocationReferencing:hascoordinatesForDisplay",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Coordinates for display",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Location",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "Coordinates that may be used by clients for visual display on user interfaces.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasalertCLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2PrimaryPointLocation",
      "range": "datex_LocationReferencing:AlertCLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2SecondaryPointLocation",
      "range": "datex_LocationReferencing:AlertCLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasoffsetDistance",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Offset distance",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4PrimaryPointLocation",
      "range": "datex_LocationReferencing:OffsetDistance"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4PrimaryPointLocation",
      "range": "datex_LocationReferencing:AlertCLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasoffsetDistance",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Offset distance",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4SecondaryPointLocation",
      "range": "datex_LocationReferencing:OffsetDistance"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4SecondaryPointLocation",
      "range": "datex_LocationReferencing:AlertCLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasareaLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Area location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCArea",
      "range": "datex_LocationReferencing:AlertCLocation",
      "comment": {
        "@value": "Area location defined by a specific Alert-C location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasalertCDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLinearByCode",
      "range": "datex_LocationReferencing:AlertCDirection"
    },
    {
      "@id": "datex_LocationReferencing:haslocationCodeForLinearLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location code for linear location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCLinearByCode",
      "range": "datex_LocationReferencing:AlertCLocation",
      "comment": {
        "@value": "Linear location defined by a specific Alert-C location.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasalertCDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2Linear",
      "range": "datex_LocationReferencing:AlertCDirection"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod2PrimaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method2 primary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2Linear",
      "range": "datex_LocationReferencing:AlertCMethod2PrimaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod2SecondaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method2 secondary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2Linear",
      "range": "datex_LocationReferencing:AlertCMethod2SecondaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2Point",
      "range": "datex_LocationReferencing:AlertCDirection"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod2PrimaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method2 primary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod2Point",
      "range": "datex_LocationReferencing:AlertCMethod2PrimaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4Linear",
      "range": "datex_LocationReferencing:AlertCDirection"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod4PrimaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method4 primary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4Linear",
      "range": "datex_LocationReferencing:AlertCMethod4PrimaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod4SecondaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method4 secondary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4Linear",
      "range": "datex_LocationReferencing:AlertCMethod4SecondaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4Point",
      "range": "datex_LocationReferencing:AlertCDirection"
    },
    {
      "@id": "datex_LocationReferencing:hasalertCMethod4PrimaryPointLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "ALERT-C method4 primary point location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:AlertCMethod4Point",
      "range": "datex_LocationReferencing:AlertCMethod4PrimaryPointLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasgmlPolygon",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Gml polygon",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlMultiPolygon",
      "range": "datex_LocationReferencing:GmlPolygon"
    },
    {
      "@id": "datex_LocationReferencing:hasinterior",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Interior",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlPolygon",
      "range": "datex_LocationReferencing:GmlLinearRing",
      "comment": {
        "@value": "A boundary of internal patches of a polygonal surface consisting of a ring feature",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasexterior",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exterior",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:GmlPolygon",
      "range": "datex_LocationReferencing:GmlLinearRing",
      "comment": {
        "@value": "A boundary of a polygonal surface consisting of a ring i.e. in the normal 2D case, a closed polygonal line distinguished as exterior. Such a polygonal line has at least 4 pairs of coordinates",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasfromPoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "From point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:DistanceAlongLinearElement",
      "comment": {
        "@value": "A point on the linear element that defines the start node of the linear section.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hastoPoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "To point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:DistanceAlongLinearElement",
      "comment": {
        "@value": "A point on the linear element that defines the end node of the linear section.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haslinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearWithinLinearElement",
      "range": "datex_LocationReferencing:LinearElement"
    },
    {
      "@id": "datex_LocationReferencing:hasgmlLineString",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Gml line string",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElementByLineString",
      "range": "datex_LocationReferencing:GmlLineString"
    },
    {
      "@id": "datex_LocationReferencing:hasfromReferent",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "From referent",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:DistanceFromLinearElementReferent",
      "range": "datex_LocationReferencing:Referent",
      "comment": {
        "@value": "A known location along the linear element from which the distanceAlong is measured, termed the \"fromReferent\" in EN ISO 19148. ",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hastowardsReferent",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Towards referent",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:DistanceFromLinearElementReferent",
      "range": "datex_LocationReferencing:Referent",
      "comment": {
        "@value": "A known location along the linear element towards which the distanceAlong is measured, termed the \"towardsReferent\" in EN ISO 19148.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasendPointOfLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "End point of linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElementByPoints",
      "range": "datex_LocationReferencing:Referent",
      "comment": {
        "@value": "The referent at a known location on the linear object which defines the end of the linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasstartPointOfLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Start point of linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElementByPoints",
      "range": "datex_LocationReferencing:Referent",
      "comment": {
        "@value": "The referent at a known location on the linear object which defines the start of the linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasintermediatePointOnLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Intermediate point on linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:LinearElementByPoints",
      "range": "datex_LocationReferencing:Referent",
      "comment": {
        "@value": "A referent at a known location on the linear object which is neither the start or end of the linear element.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasdistanceAlongLinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Distance along linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_LocationReferencing:DistanceAlongLinearElement"
    },
    {
      "@id": "datex_LocationReferencing:haslinearElement",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Linear element",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointAlongLinearElement",
      "range": "datex_LocationReferencing:LinearElement"
    },
    {
      "@id": "datex_LocationReferencing:haspointCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Referent",
      "range": "datex_LocationReferencing:PointCoordinates"
    },
    {
      "@id": "datex_LocationReferencing:hasaltitudeConfidence",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Altitude confidence",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:HeightCoordinate",
      "range": "datex_LocationReferencing:AltitudeConfidence"
    },
    {
      "@id": "datex_LocationReferencing:hasverticalPositionAccuracy",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vertical position accuracy",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:HeightCoordinate",
      "range": "datex_LocationReferencing:PositionAccuracy",
      "comment": {
        "@value": "Defines the vertical position accuracy according to EN16803-1",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspointCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointByCoordinates",
      "range": "datex_LocationReferencing:PointCoordinates"
    },
    {
      "@id": "datex_LocationReferencing:hasheightCoordinate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Height coordinate",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointCoordinates",
      "range": "datex_LocationReferencing:HeightCoordinate"
    },
    {
      "@id": "datex_LocationReferencing:hashorizontalPositionAccuracy",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Horizontal position accuracy",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointCoordinates",
      "range": "datex_LocationReferencing:PositionAccuracy",
      "comment": {
        "@value": "Defines the horizontal position accuracy according EN 16803-1",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspositionConfidenceEllipse",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Position confidence ellipse",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PointCoordinates",
      "range": "datex_LocationReferencing:PositionConfidenceEllipse"
    },
    {
      "@id": "datex_LocationReferencing:haslane",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Lane",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:Carriageway",
      "range": "datex_LocationReferencing:Lane"
    },
    {
      "@id": "datex_LocationReferencing:hasroadInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Road information",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:RoadInformation",
      "comment": {
        "@value": "Information on a set of one or more roads. The location could correspond to a part of the road identified, the whole stretch of road identified, or a combination of multiple road sections.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hascarriageway",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Carriageway",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:Carriageway"
    },
    {
      "@id": "datex_LocationReferencing:hasnamedArea",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Named area",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:SupplementaryPositionalDescription",
      "range": "datex_LocationReferencing:NamedArea"
    },
    {
      "@id": "datex_LocationReferencing:hastpegHeight",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "TPEG height",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegAreaLocation",
      "range": "datex_LocationReferencing:TpegHeight"
    },
    {
      "@id": "datex_LocationReferencing:hascentrePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Centre point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegGeometricArea",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "Centre point of a circular geometric area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasname",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegGeometricArea",
      "range": "datex_LocationReferencing:TpegAreaDescriptor",
      "comment": {
        "@value": "Name of area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasname",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegNamedOnlyArea",
      "range": "datex_LocationReferencing:TpegAreaDescriptor",
      "comment": {
        "@value": "Name of area.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasto",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "To",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegLinearLocation",
      "range": "datex_LocationReferencing:TpegPoint",
      "comment": {
        "@value": "The location at the down stream end of the linear section of road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasfrom",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "From",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegLinearLocation",
      "range": "datex_LocationReferencing:TpegPoint",
      "comment": {
        "@value": "The location at the up stream end of the linear section of road.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasto",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "To",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegFramedPoint",
      "range": "datex_LocationReferencing:TpegPoint",
      "comment": {
        "@value": "The location at the downstream end of the section of road which frames the TPEGFramedPoint.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasfrom",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "From",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegFramedPoint",
      "range": "datex_LocationReferencing:TpegPoint",
      "comment": {
        "@value": "The location at the upstream end of the section of road which frames the TPEGFramedPoint.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasframedPoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Framed point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegFramedPoint",
      "range": "datex_LocationReferencing:TpegNonJunctionPoint",
      "comment": {
        "@value": "A single non-junction point on the road network which is framed between two other specified points on the road network.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegSimplePoint",
      "range": "datex_LocationReferencing:TpegPoint",
      "comment": {
        "@value": "A single point defined by a coordinate set and TPEG descriptors.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspointCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegJunction",
      "range": "datex_LocationReferencing:PointCoordinates"
    },
    {
      "@id": "datex_LocationReferencing:hasilc",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Ilc",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegJunction",
      "range": "datex_LocationReferencing:TpegIlcPointDescriptor",
      "comment": {
        "@value": "A descriptor for describing a junction by identifying the intersecting roads at a road junction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasname",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegJunction",
      "range": "datex_LocationReferencing:TpegJunctionPointDescriptor",
      "comment": {
        "@value": "A name which identifies a junction point on the road network",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasotherName",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Other name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegJunction",
      "range": "datex_LocationReferencing:TpegOtherPointDescriptor",
      "comment": {
        "@value": "A descriptive name which helps to identify the junction point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:haspointCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Point coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegNonJunctionPoint",
      "range": "datex_LocationReferencing:PointCoordinates"
    },
    {
      "@id": "datex_LocationReferencing:hasname",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:TpegNonJunctionPoint",
      "range": "datex_LocationReferencing:TpegOtherPointDescriptor",
      "comment": {
        "@value": "A descriptive name which helps to identify the non-junction point. At least one descriptor must identify the road on which the point is located, i.e. must be of type 'linkName' or 'localLinkName'.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBaseReferencePoint",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "Provides coordinates for the base point of the OpenLR path",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLineAttributes",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr line attributes",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBaseReferencePoint",
      "range": "datex_LocationReferencing:OpenlrLineAttributes",
      "comment": {
        "@value": "Properties of the line towards the topologically adjacent OpenLR location referencing point, on the shortest path to that point.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrGeoCoordinate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr geo coordinate",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrCircleLocationReference",
      "range": "datex_LocationReferencing:OpenlrGeoCoordinate"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLastLine",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr last line",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrClosedLineLocationReference",
      "range": "datex_LocationReferencing:OpenlrLastLocationReferencePoint",
      "comment": {
        "@value": "Provides the line attributes for the last line section closing the polygon.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLocationReferencePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr location reference point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrClosedLineLocationReference",
      "range": "datex_LocationReferencing:OpenlrLocationReferencePoint"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrRectangle",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr rectangle",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrGridLocationReference",
      "range": "datex_LocationReferencing:OpenlrRectangle"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPolygonCorners",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "Corresponding coordinates of vertices that define a polygon.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrPolygonCorners",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr polygon corners",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPolygonLocationReference",
      "range": "datex_LocationReferencing:OpenlrPolygonCorners"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLowerLeft",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr lower left",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrRectangle",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "The lower left corner of the rectangle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrUpperRight",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr upper right",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrRectangle",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "The upper right corner of the rectangle.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrRectangle",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr rectangle",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrRectangleLocationReference",
      "range": "datex_LocationReferencing:OpenlrRectangle"
    },
    {
      "@id": "datex_LocationReferencing:hasfirstDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "First direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLinear",
      "range": "datex_LocationReferencing:OpenlrLineLocationReference",
      "comment": {
        "@value": "First OpenLR reference in first/main direction.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasoppositeDirection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Opposite direction",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLinear",
      "range": "datex_LocationReferencing:OpenlrLineLocationReference",
      "comment": {
        "@value": "If both direction, this is the reference in the opposite direction against firstDirection.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrOffsets",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr offsets",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineLocationReference",
      "range": "datex_LocationReferencing:OpenlrOffsets",
      "comment": {
        "@value": "Allows for adding offsets to the line location path defined by nodes when the starting (respectively ending) point does not coincide with a node.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLastLocationReferencePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr last location reference point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineLocationReference",
      "range": "datex_LocationReferencing:OpenlrLastLocationReferencePoint"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLocationReferencePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr location reference point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLineLocationReference",
      "range": "datex_LocationReferencing:OpenlrLocationReferencePoint"
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrOffsets",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr offsets",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBasePointLocation",
      "range": "datex_LocationReferencing:OpenlrOffsets",
      "comment": {
        "@value": "Provides optional offsets relative to the path",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLastLocationReferencePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr last location reference point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBasePointLocation",
      "range": "datex_LocationReferencing:OpenlrLastLocationReferencePoint",
      "comment": {
        "@value": "Allows defining the last point of the OpenLR path",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrLocationReferencePoint",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr location reference point",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrBasePointLocation",
      "range": "datex_LocationReferencing:OpenlrLocationReferencePoint",
      "comment": {
        "@value": "Allows defining the first point of the OpenLR path",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrGeoCoordinate",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "Corresponding coordinates of an OpenLR point defined by its only coordinates.",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrPathAttributes",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr path attributes",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrLocationReferencePoint",
      "range": "datex_LocationReferencing:OpenlrPathAttributes",
      "comment": {
        "@value": "Additional path attributes relative to the next point",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasopenlrCoordinates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Openlr coordinates",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:OpenlrPoiWithAccessPoint",
      "range": "datex_LocationReferencing:PointCoordinates",
      "comment": {
        "@value": "The coordinate of the actual point of interest",
        "@language": "en"
      }
    },
    {
      "@id": "datex_LocationReferencing:hasitinerary",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Itinerary",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedItinerary",
      "range": "datex_LocationReferencing:Itinerary"
    },
    {
      "@id": "datex_LocationReferencing:haspredefinedLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Predefined location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedItinerary",
      "range": "datex_LocationReferencing:PredefinedLocation"
    },
    {
      "@id": "datex_LocationReferencing:haslocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocation",
      "range": "datex_LocationReferencing:Location"
    },
    {
      "@id": "datex_LocationReferencing:haslocationGroup",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location group",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocationGroup",
      "range": "datex_LocationReferencing:LocationGroup"
    },
    {
      "@id": "datex_LocationReferencing:haspredefinedLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Predefined location",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocationGroup",
      "range": "datex_LocationReferencing:PredefinedLocation"
    },
    {
      "@id": "datex_LocationReferencing:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocationsPublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "datex_LocationReferencing:haspredefinedLocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Predefined location reference",
        "@language": "en"
      },
      "domain": "datex_LocationReferencing:PredefinedLocationsPublication",
      "range": "datex_LocationReferencing:PredefinedLocationReference"
    }
  ]
}