{
  "@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/Parking",
      "@type": "foaf:Document",
      "license": "http://creativecommons.org/licenses/by/3.0/",
      "hasFormat": "http://datex2.eu/vocab/3/Parking/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_Parking:Ontology"
    },
    {
      "@id": "datex_Parking: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": "NOT_FOUND",
      "preferredNamespaceUri": "http://datex2.eu/vocab/3/Parking",
      "label": {
        "@value": "Linked DATEX II",
        "@language": "en"
      },
      "seeAlso": "http://datex2.eu/schema/3/Parking"
    },
    {
      "@id": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "label": {
        "@value": "Truck parking dynamic management enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Truck parking dynamic management enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:TruckParkingDynamicManagementEnum#compactParking",
      "label": {
        "@value": "Truck parking dynamic management enum compact parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "comment": {
        "@value": "Lorries are parking one after the other in different lanes; each lane has a dedicated time of departure (which might be displayed on a sign gantry).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:TruckParkingDynamicManagementEnum#queueParking",
      "label": {
        "@value": "Truck parking dynamic management enum queue parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "comment": {
        "@value": "Lorries are parking in queues, one after the other. Each lorry must have an earlier time of departure than all the lorries behind it.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:TruckParkingDynamicManagementEnum#noDynamicParkingManagement",
      "label": {
        "@value": "Truck parking dynamic management enum no dynamic parking management",
        "@language": "en"
      },
      "@type": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "comment": {
        "@value": "No dynamic parking management.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:TruckParkingDynamicManagementEnum#other",
      "label": {
        "@value": "Truck parking dynamic management enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "comment": {
        "@value": "Some other type of dynamic parking management.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum",
      "label": {
        "@value": "Special location enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Special location enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#airportTerminal",
      "label": {
        "@value": "Special location enum airport terminal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with an airport terminal.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#exhibitonCentre",
      "label": {
        "@value": "Special location enum exhibiton centre",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with an exhibition centre.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#shoppingCentre",
      "label": {
        "@value": "Special location enum shopping centre",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a shopping centre.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#specificFacility",
      "label": {
        "@value": "Special location enum specific facility",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a specific facility (e.g. a hospital, a tourist site, a garden centre, a park etc.). RelatedLocation - specificLocation may be used to give more details.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#trainStation",
      "label": {
        "@value": "Special location enum train station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a train station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#campGround",
      "label": {
        "@value": "Special location enum camp ground",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a campground.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#themePark",
      "label": {
        "@value": "Special location enum theme park",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a theme park.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#ferryTerminal",
      "label": {
        "@value": "Special location enum ferry terminal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a ferry terminal.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#vehicleOnRailTerminal",
      "label": {
        "@value": "Special location enum vehicle on rail terminal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a vehicle-to-rail terminal.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#coachStation",
      "label": {
        "@value": "Special location enum coach station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a coach station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#cableCarStation",
      "label": {
        "@value": "Special location enum cable car station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a cable car station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#publicTransportStation",
      "label": {
        "@value": "Special location enum public transport station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a public transport station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#market",
      "label": {
        "@value": "Special location enum market",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a market.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#religiousCentre",
      "label": {
        "@value": "Special location enum religious centre",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a religious centre.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#conventionCentre",
      "label": {
        "@value": "Special location enum convention centre",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a convention centre.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#cinema",
      "label": {
        "@value": "Special location enum cinema",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a cinema.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#skiLift",
      "label": {
        "@value": "Special location enum ski lift",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with a ski lift.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SpecialLocationEnum#other",
      "label": {
        "@value": "Special location enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "The parking site is associated with some other location. Use \"parkingOtherSpecialLocation\" to specify details.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteOrientationEnum",
      "label": {
        "@value": "Parking route orientation enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking route orientation enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingRouteOrientationEnum#towardsParkingSite",
      "label": {
        "@value": "Parking route orientation enum towards parking site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteOrientationEnum",
      "comment": {
        "@value": "Towards parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteOrientationEnum#awayFromParkingSite",
      "label": {
        "@value": "Parking route orientation enum away from parking site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteOrientationEnum",
      "comment": {
        "@value": "Away from parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum",
      "label": {
        "@value": "Activity enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Activity enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#openFire",
      "label": {
        "@value": "Activity enum open fire",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Open fire.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#overnightParking",
      "label": {
        "@value": "Activity enum overnight parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Overnight parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#picnic",
      "label": {
        "@value": "Activity enum picnic",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Picnic.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#smoking",
      "label": {
        "@value": "Activity enum smoking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Smoking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#camping",
      "label": {
        "@value": "Activity enum camping",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Camping.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#handlingHazardousMaterial",
      "label": {
        "@value": "Activity enum handling hazardous material",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Handling with hazardous material.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#barbecue",
      "label": {
        "@value": "Activity enum barbecue",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Barbeque.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ActivityEnum#other",
      "label": {
        "@value": "Activity enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureGradeEnum",
      "label": {
        "@value": "Structure grade enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Structure grade enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:StructureGradeEnum#underground",
      "label": {
        "@value": "Structure grade enum underground",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureGradeEnum",
      "comment": {
        "@value": "Parking is on one or more floors below ground level.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureGradeEnum#groundLevel",
      "label": {
        "@value": "Structure grade enum ground level",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureGradeEnum",
      "comment": {
        "@value": "Parking is at ground level.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureGradeEnum#aboveGround",
      "label": {
        "@value": "Structure grade enum above ground",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureGradeEnum",
      "comment": {
        "@value": "Parking is above ground level (this may include ground level parking).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessTypeEnum",
      "label": {
        "@value": "Access type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Access type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:AccessTypeEnum#entryAndExit",
      "label": {
        "@value": "Access type enum entry and exit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessTypeEnum",
      "comment": {
        "@value": "A zone or area that is a place for access to or egress from a facility. ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessTypeEnum#entryOnly",
      "label": {
        "@value": "Access type enum entry only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessTypeEnum",
      "comment": {
        "@value": "A zone or area that is a place for access into a facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessTypeEnum#exitOnly",
      "label": {
        "@value": "Access type enum exit only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessTypeEnum",
      "comment": {
        "@value": "A zone or area that is a place for egress from a facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessTypeEnum#reversible",
      "label": {
        "@value": "Access type enum reversible",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessTypeEnum",
      "comment": {
        "@value": "A zone or area that is a place for access to or egress from a facility. Conditions may be changed by operation circumstances, such as time of day.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum",
      "label": {
        "@value": "Pedestrian access style enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Pedestrian access style enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum#cargoShippingDoor",
      "label": {
        "@value": "Pedestrian access style enum cargo shipping door",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Door/portal primarily intended for the handing and transfer of goods and cargo",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum#door",
      "label": {
        "@value": "Pedestrian access style enum door",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Door/portal without special characteristics - general pedestrian access",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum#doorWithAccessCredential",
      "label": {
        "@value": "Pedestrian access style enum door with access credential",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Door/portal with controlled access by use of defined credentials",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum#doorWithSecurityReview",
      "label": {
        "@value": "Pedestrian access style enum door with security review",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Door/portal with controlled access by security staff inspection",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccessStyleEnum#emergencyExitDoor",
      "label": {
        "@value": "Pedestrian access style enum emergency exit door",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Door/portal primarily intended for use in emergency evacuations circumstances - may be internal within sub-areas of a place",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum",
      "label": {
        "@value": "Contact type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Contact type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#operator",
      "label": {
        "@value": "Contact type enum operator",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for the parking operator for a facility or specific entity",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#owner",
      "label": {
        "@value": "Contact type enum owner",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for the owner of a facility or specific entity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#emergencyContact",
      "label": {
        "@value": "Contact type enum emergency contact",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for emergency assistance or support for a facility or specific entity specifically related to parking operations",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#securityService",
      "label": {
        "@value": "Contact type enum security service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for security services for a facility or specific entity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#customerService",
      "label": {
        "@value": "Contact type enum customer service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for parking customer support for a facility or specific entity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#propertyManager",
      "label": {
        "@value": "Contact type enum property manager",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for the property manager of a facility or related facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#reservationService",
      "label": {
        "@value": "Contact type enum reservation service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for a reservation service of a facility or related facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#responsibleAuthority",
      "label": {
        "@value": "Contact type enum responsible authority",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for a responsible authority of a facility or related facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactTypeEnum#servicePartner",
      "label": {
        "@value": "Contact type enum service partner",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "Contact details for a service partner of a facility or related facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum",
      "label": {
        "@value": "Hierarchy element type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Hierarchy element type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum#campus",
      "label": {
        "@value": "Hierarchy element type enum campus",
        "@language": "en"
      },
      "@type": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "Typically defines a large facility (such as a university campus, or an airport), or a large geographic zone (such as a city or a town), which may contain numerous places that can be logically reported together.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum#place",
      "label": {
        "@value": "Hierarchy element type enum place",
        "@language": "en"
      },
      "@type": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "A place or location used for parking, loading, unloading, standing, or some other mobility or transport related activity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum#subplaceElement",
      "label": {
        "@value": "Hierarchy element type enum subplace element",
        "@language": "en"
      },
      "@type": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "A sub-division of a place for the convenience of the operator to segment the place and identify varied uses for parking and mobility related operations or other purposes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum#identifiedArea",
      "label": {
        "@value": "Hierarchy element type enum identified area",
        "@language": "en"
      },
      "@type": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "An identifiable discrete bounded geographic zone that shares common characteristics and is used for parking and mobility related operations  or other purposes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:HierarchyElementTypeEnum#space",
      "label": {
        "@value": "Hierarchy element type enum space",
        "@language": "en"
      },
      "@type": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "A single space for parking or other mobility related purposes, usually designed for one vehicle, which may, but not necessarily, be denoted by painted or other road surface marker.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessLaneTypeEnum",
      "label": {
        "@value": "Access lane type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Access lane type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:AccessLaneTypeEnum#entryOnly",
      "label": {
        "@value": "Access lane type enum entry only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessLaneTypeEnum",
      "comment": {
        "@value": "Lane used for entry to facility only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessLaneTypeEnum#exitOnly",
      "label": {
        "@value": "Access lane type enum exit only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessLaneTypeEnum",
      "comment": {
        "@value": "Lane used for exit from facility only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessLaneTypeEnum#reversibleLane",
      "label": {
        "@value": "Access lane type enum reversible lane",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessLaneTypeEnum",
      "comment": {
        "@value": "Lane used for both entry and exit to/from facility, depending on operational conditions.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessLaneTypeEnum#serviceVehicleLane",
      "label": {
        "@value": "Access lane type enum service vehicle lane",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessLaneTypeEnum",
      "comment": {
        "@value": "Lane used by parking operator service vehicle, not for public use.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StaffEnum",
      "label": {
        "@value": "Staff enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Staff enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:StaffEnum#staffed",
      "label": {
        "@value": "Staff enum staffed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StaffEnum",
      "comment": {
        "@value": "Normally staffed during operating hours",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StaffEnum#unstaffed",
      "label": {
        "@value": "Staff enum unstaffed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StaffEnum",
      "comment": {
        "@value": "Not normally staffed during operating hours",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StaffEnum#temporary",
      "label": {
        "@value": "Staff enum temporary",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StaffEnum",
      "comment": {
        "@value": "Staffed on a temporary or part-time basis.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "label": {
        "@value": "Parking occupancy trend enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking occupancy trend enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#decreasing",
      "label": {
        "@value": "Parking occupancy trend enum decreasing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is decreasing.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#increasing",
      "label": {
        "@value": "Parking occupancy trend enum increasing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is increasing.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#stable",
      "label": {
        "@value": "Parking occupancy trend enum stable",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is stable.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#increasingQuickly",
      "label": {
        "@value": "Parking occupancy trend enum increasing quickly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is increasing quickly.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#increasingSlowly",
      "label": {
        "@value": "Parking occupancy trend enum increasing slowly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is increasing slowly.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#decreasingQuickly",
      "label": {
        "@value": "Parking occupancy trend enum decreasing quickly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is decreasing quickly.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#decreasingSlowly",
      "label": {
        "@value": "Parking occupancy trend enum decreasing slowly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Parking space occupancy is decreasing slowly.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#unknown",
      "label": {
        "@value": "Parking occupancy trend enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyTrendEnum#other",
      "label": {
        "@value": "Parking occupancy trend enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum",
      "label": {
        "@value": "Parking usage scenario enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking usage scenario enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#automatedParkingGarage",
      "label": {
        "@value": "Parking usage scenario enum automated parking garage",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking is completely automated from the point of leaving the vehicle in an arrival bay to its delivery back to the driver in a pickup bay.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#carSharing",
      "label": {
        "@value": "Parking usage scenario enum car sharing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A parking site for people who are sharing cars organised by a car sharing company.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#delivery",
      "label": {
        "@value": "Parking usage scenario enum delivery",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking for delivery",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#dropOff",
      "label": {
        "@value": "Parking usage scenario enum drop off",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking site or space(s) are designed for drop off only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#dropOffMechanical",
      "label": {
        "@value": "Parking usage scenario enum drop off mechanical",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A mechanical drop off service.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#dropOffWithValet",
      "label": {
        "@value": "Parking usage scenario enum drop off with valet",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A valet drop off service.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#eventParking",
      "label": {
        "@value": "Parking usage scenario enum event parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking is associated with an event. Use 'eventParkingType' to specify the event.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#guidanceToAvailableSpaces",
      "label": {
        "@value": "Parking usage scenario enum guidance to available spaces",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Specifies, if there is a (visual) guidance system within the parking site, which helps the drivers to find free spaces. Note: This is not a parking VMS or a parking route, which are usually located outside the parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#kissAndRide",
      "label": {
        "@value": "Parking usage scenario enum kiss and ride",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking site with possibility for very short parking to drop off (or drop on) passengers for public transport.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#liftshare",
      "label": {
        "@value": "Parking usage scenario enum liftshare",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A parking site for people who are sharing their cars.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#motorwayParking",
      "label": {
        "@value": "Parking usage scenario enum motorway parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking is located directly on a motorway or a similar type of road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#nearbyMotorwayParking",
      "label": {
        "@value": "Parking usage scenario enum nearby motorway parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking is located with some distance to a motorway or a similar type of road but focussed on travellers from this motorway.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#overnightParking",
      "label": {
        "@value": "Parking usage scenario enum overnight parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking site or space(s) are designed for overnight parking. Note that the absence of this scenario does not automatically mean a prohibition of overnight parking. See also PermitsAndProhibitions.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#parkAndCycle",
      "label": {
        "@value": "Parking usage scenario enum park and cycle",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A parking site for people who continue their journey by bike.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#parkAndDrive",
      "label": {
        "@value": "Parking usage scenario enum park and drive",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking for users that share their cars.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#parkAndRide",
      "label": {
        "@value": "Parking usage scenario enum park and ride",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking for public transport users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#parkAndWalk",
      "label": {
        "@value": "Parking usage scenario enum park and walk",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A parking site for people who continue to walk.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#poiParking",
      "label": {
        "@value": "Parking usage scenario enum poi parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Parking in relation or in the near of a point of interest",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#restArea",
      "label": {
        "@value": "Parking usage scenario enum rest area",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking site is associated with a rest area, i.e. people can relax some time outside their car there. Note that the presence of some bench, picnic place or toilet is already sufficient; there is no need for a restaurant or a building.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#serviceArea",
      "label": {
        "@value": "Parking usage scenario enum service area",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking site is associated with a service area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#specialLocation",
      "label": {
        "@value": "Parking usage scenario enum special location",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking is connected to or part of a special location which can be specified by an extra attribute.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#staffGuidesToSpace",
      "label": {
        "@value": "Parking usage scenario enum staff guides to space",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Staff guides to space.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#truckParking",
      "label": {
        "@value": "Parking usage scenario enum truck parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "The parking site is designed for lorries (other vehicles are allowed as well).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#vehicleLift",
      "label": {
        "@value": "Parking usage scenario enum vehicle lift",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Vehicle lift",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#zone",
      "label": {
        "@value": "Parking usage scenario enum zone",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A parking zone.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingUsageScenarioEnum#other",
      "label": {
        "@value": "Parking usage scenario enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "Some other usage scenario.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum",
      "label": {
        "@value": "Public transport type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Public transport type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum#freePublicTransport",
      "label": {
        "@value": "Public transport type enum free public transport",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "Use of public transport is free at all.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum#nonFreePublicTransport",
      "label": {
        "@value": "Public transport type enum non free public transport",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "For the use of this public transport a fee must be paid / a ticket must be purchased",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum#onDemandTraffic",
      "label": {
        "@value": "Public transport type enum on demand traffic",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "This service is running only on demand",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum#railReplacementService",
      "label": {
        "@value": "Public transport type enum rail replacement service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "There is a replacement service for rail traffic in place, usually served by buses.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportTypeEnum#shuttleService",
      "label": {
        "@value": "Public transport type enum shuttle service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "Shuttle services are in place, usually to reach a specific destination or event.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "label": {
        "@value": "Parking structural characteristics enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking structural characteristics enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum#driveThrough",
      "label": {
        "@value": "Parking structural characteristics enum drive through",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "Entering as well as leaving the parking space can be done straight in the direction of parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum#openAir",
      "label": {
        "@value": "Parking structural characteristics enum open air",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "There is no roof and not another storey on top of the parking space, which could prevent from rain, for example.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum#evenSurface",
      "label": {
        "@value": "Parking structural characteristics enum even surface",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "Even surface enables safe truck manoeuvring.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum#kerbside",
      "label": {
        "@value": "Parking structural characteristics enum kerbside",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "Parking on the kerbside.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStructuralCharacteristicsEnum#softShoulder",
      "label": {
        "@value": "Parking structural characteristics enum soft shoulder",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "Parking on the soft shoulder.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum",
      "label": {
        "@value": "Access equipment enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Access equipment enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#barrier",
      "label": {
        "@value": "Access equipment enum barrier",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "There is a barrier on this entrance or exit. Usually access is granted through tickets, buttons or electronic systems.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#trafficSignal",
      "label": {
        "@value": "Access equipment enum traffic signal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "There is a traffic signal installation controlling this access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#ticketButtonMachine",
      "label": {
        "@value": "Access equipment enum ticket button machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "A machine at this entrance provides a parking ticket by pressing a button.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#ticketCardMachine",
      "label": {
        "@value": "Access equipment enum ticket card machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "A machine at this entrance provides a parking ticket by inserting some payment or identity card.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#payAndExitMachine",
      "label": {
        "@value": "Access equipment enum pay and exit machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "A machine at this exit enables payment directly by inserting a payment or identity card.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#staircase",
      "label": {
        "@value": "Access equipment enum staircase",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "There is a staircase associated with this access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#elevator",
      "label": {
        "@value": "Access equipment enum elevator",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "There is an elevator associated with this access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessEquipmentEnum#other",
      "label": {
        "@value": "Access equipment enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EsporgStandardLevelEnum",
      "label": {
        "@value": "Esporg standard level enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Esporg standard level enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:EsporgStandardLevelEnum#bronze",
      "label": {
        "@value": "Esporg standard level enum bronze",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EsporgStandardLevelEnum",
      "comment": {
        "@value": "ESPORG Bronze Level",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EsporgStandardLevelEnum#silver",
      "label": {
        "@value": "Esporg standard level enum silver",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EsporgStandardLevelEnum",
      "comment": {
        "@value": "ESPORG Silver Level",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EsporgStandardLevelEnum#gold",
      "label": {
        "@value": "Esporg standard level enum gold",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EsporgStandardLevelEnum",
      "comment": {
        "@value": "ESPORG Gold Level",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EsporgStandardLevelEnum#platinum",
      "label": {
        "@value": "Esporg standard level enum platinum",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EsporgStandardLevelEnum",
      "comment": {
        "@value": "ESPORG Platinum Level",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureTypeEnum",
      "label": {
        "@value": "Structure type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Structure type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:StructureTypeEnum#onStreet",
      "label": {
        "@value": "Structure type enum on street",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureTypeEnum",
      "comment": {
        "@value": "On-street parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureTypeEnum#offStreetSurface",
      "label": {
        "@value": "Structure type enum off street surface",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureTypeEnum",
      "comment": {
        "@value": "Off-street ground-level at grade parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:StructureTypeEnum#offStreetStructure",
      "label": {
        "@value": "Structure type enum off street structure",
        "@language": "en"
      },
      "@type": "NOT_FOUND:StructureTypeEnum",
      "comment": {
        "@value": "Off-street multi-tier parking structure.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum",
      "label": {
        "@value": "Session activation mode enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Session activation mode enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#payByPlate",
      "label": {
        "@value": "Session activation mode enum pay by plate",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "The vehicle registration or license plate is used to activate a parking session or other operation (delivery, loading, etc.).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#payBySpace",
      "label": {
        "@value": "Session activation mode enum pay by space",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "The activation of a parking session or other operation (delivery, loading, etc.) is based on identifying / recording the occupancy of a specific area denoted by a space or area number. Typically used in prepaid operations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#payAndDisplay",
      "label": {
        "@value": "Session activation mode enum pay and display",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "The vehicle displays a credential, which is received on site when session is started, to show it is authorized to use Place. Typically used in prepaid operations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#ticket",
      "label": {
        "@value": "Session activation mode enum ticket",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "A ticket from an onsite device is issued to activate a parking session or other operation. The session is closed when the ticket is presented back to an onsite device for final fee calculation. Typically used in daily or short-term operations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#permit",
      "label": {
        "@value": "Session activation mode enum permit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "Similar to pay and display, but typically for long term usage and received prior to starting session. Permit may be presented as a hangtag, AVI tag, sticker, QR code, etc.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SessionActivationModeEnum#app",
      "label": {
        "@value": "Session activation mode enum app",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "A mobile application and/or an on-device credential is used to activate a parking session or other operation. The app may control the access to the facility. This is not related to payment! E.g. a Bluetooth communication to request access etc.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingConditionsEnum",
      "label": {
        "@value": "Parking conditions enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking conditions enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingConditionsEnum#normalParkingConditionsSuspended",
      "label": {
        "@value": "Parking conditions enum normal parking conditions suspended",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingConditionsEnum",
      "comment": {
        "@value": "The parking conditions (possibly including tariffs) that normally apply are temporarily suspended.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingConditionsEnum#specialParkingConditionsInForce",
      "label": {
        "@value": "Parking conditions enum special parking conditions in force",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingConditionsEnum",
      "comment": {
        "@value": "Parking conditions, other than those that normally apply, are currently in force for the parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingConditionsEnum#other",
      "label": {
        "@value": "Parking conditions enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingConditionsEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum",
      "label": {
        "@value": "Parking supervision enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking supervision enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#remote",
      "label": {
        "@value": "Parking supervision enum remote",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Remote.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#onSite",
      "label": {
        "@value": "Parking supervision enum on site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "On site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#controlCentreOnSite",
      "label": {
        "@value": "Parking supervision enum control centre on site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Control centre on site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#controlCentreOffSite",
      "label": {
        "@value": "Parking supervision enum control centre off site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Control centre off site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#patrol",
      "label": {
        "@value": "Parking supervision enum patrol",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Patrol.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#none",
      "label": {
        "@value": "Parking supervision enum none",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "None.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#unknown",
      "label": {
        "@value": "Parking supervision enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSupervisionEnum#other",
      "label": {
        "@value": "Parking supervision enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType",
      "label": {
        "@value": "Public transport vehicle type",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Public transport vehicle type",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#bus",
      "label": {
        "@value": "Public transport vehicle type bus",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A bus",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#coach",
      "label": {
        "@value": "Public transport vehicle type coach",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A coach",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#miniBus",
      "label": {
        "@value": "Public transport vehicle type mini bus",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A small bus",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#subway",
      "label": {
        "@value": "Public transport vehicle type subway",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A subway",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#taxi",
      "label": {
        "@value": "Public transport vehicle type taxi",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A taxi",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#train",
      "label": {
        "@value": "Public transport vehicle type train",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A train",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PublicTransportVehicleType#tram",
      "label": {
        "@value": "Public transport vehicle type tram",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "A tram",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum",
      "label": {
        "@value": "Parking safety enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking safety enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#pedestrianSafety",
      "label": {
        "@value": "Parking safety enum pedestrian safety",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Pedestrian safety on Truck Parking Area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#clearSafetySigns",
      "label": {
        "@value": "Parking safety enum clear safety signs",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Clear signs that promote a safe traffic situation at the Truck Parking Area. Signs preferably with pictograms.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#safeDecelerationAndAcceleration",
      "label": {
        "@value": "Parking safety enum safe deceleration and acceleration",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Safe deceleration at entrance/ acceleration at exit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#clearDistinctionCarsHGV",
      "label": {
        "@value": "Parking safety enum clear distinction cars h g v",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Separate parking for cars and HGVs clearly indicated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#emergencySafety",
      "label": {
        "@value": "Parking safety enum emergency safety",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Contingency plan / management available / emergency contacts known to the staff. Examples of contacts: police, fire brigade, first aid, doctor.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSafetyEnum#seperatedDangerousGood",
      "label": {
        "@value": "Parking safety enum seperated dangerous good",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Separate dangerous goods parking and cargo registration.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum",
      "label": {
        "@value": "Parking occupancy enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking occupancy enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#expectCarParkToBeFull",
      "label": {
        "@value": "Parking occupancy enum expect car park to be full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "Expect car park to be full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage10",
      "label": {
        "@value": "Parking occupancy enum percentage10",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "10% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage20",
      "label": {
        "@value": "Parking occupancy enum percentage20",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "20% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage30",
      "label": {
        "@value": "Parking occupancy enum percentage30",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "30% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage40",
      "label": {
        "@value": "Parking occupancy enum percentage40",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "40% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage50",
      "label": {
        "@value": "Parking occupancy enum percentage50",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "50% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage60",
      "label": {
        "@value": "Parking occupancy enum percentage60",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "60% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage70",
      "label": {
        "@value": "Parking occupancy enum percentage70",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "70% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage80",
      "label": {
        "@value": "Parking occupancy enum percentage80",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "80% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#percentage90",
      "label": {
        "@value": "Parking occupancy enum percentage90",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "90% full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#full",
      "label": {
        "@value": "Parking occupancy enum full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "Full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingOccupancyEnum#unknown",
      "label": {
        "@value": "Parking occupancy enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "label": {
        "@value": "Parking space occupancy detection enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking space occupancy detection enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#visual",
      "label": {
        "@value": "Parking space occupancy detection enum visual",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Operator/owner makes periodic visual counts of the facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#anpr",
      "label": {
        "@value": "Parking space occupancy detection enum anpr",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Automated License Plate Recognition information is tracked for inbound and outbound traffic. The difference between in and out counts enables an occupancy count.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#imageAnalytics",
      "label": {
        "@value": "Parking space occupancy detection enum image analytics",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Image analytics are used to evaluate a picture with known parking space geography and computer vision is used to determine occupancy at a point in time.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#videoAnalytics",
      "label": {
        "@value": "Parking space occupancy detection enum video analytics",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Video analytics are used to evaluate a video stream to identify objects (vehicles) and direction of travel. The difference between the inbound objects and outbound objects determines occupancy.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#videoSpace",
      "label": {
        "@value": "Parking space occupancy detection enum video space",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Video analytics or ANPR technologies are used to evaluate a video stream with known space geometry to identify objects (vehicles or license plates) occupying specific spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#spaceSensor",
      "label": {
        "@value": "Parking space occupancy detection enum space sensor",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "A sensor in each space detects the presence of a vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#userDeclaration",
      "label": {
        "@value": "Parking space occupancy detection enum user declaration",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "User self-declared, where the user enters a space identifier and/or vehicle registration number, typically at the start of a parking session.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#balancing",
      "label": {
        "@value": "Parking space occupancy detection enum balancing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Counting and balancing incoming and outcoming traffic amount ('indirect' method).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#modelBased",
      "label": {
        "@value": "Parking space occupancy detection enum model based",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Occupancy detection is based on some model, i.e. hydrograph, forecasting or estimation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#none",
      "label": {
        "@value": "Parking space occupancy detection enum none",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "No occupancy detection available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#unknown",
      "label": {
        "@value": "Parking space occupancy detection enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum#other",
      "label": {
        "@value": "Parking space occupancy detection enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum",
      "label": {
        "@value": "Parking mode enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking mode enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum#perpendicularParking",
      "label": {
        "@value": "Parking mode enum perpendicular parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "Parking spaces are located in an angle of nearly 90 degrees to the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum#parallelParking",
      "label": {
        "@value": "Parking mode enum parallel parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "Parking spaces are located parallel to the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum#echelonParking",
      "label": {
        "@value": "Parking mode enum echelon parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "Parking spaces are located in a diagonal relation to the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum#parkingOnOppositeSideOfRoad",
      "label": {
        "@value": "Parking mode enum parking on opposite side of road",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "Parking is possible on the other side of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingModeEnum#other",
      "label": {
        "@value": "Parking mode enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RoadTypeEnum",
      "label": {
        "@value": "Road type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Road type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RoadTypeEnum#motorway",
      "label": {
        "@value": "Road type enum motorway",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RoadTypeEnum",
      "comment": {
        "@value": "Motorway.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RoadTypeEnum#trunkRoad",
      "label": {
        "@value": "Road type enum trunk road",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RoadTypeEnum",
      "comment": {
        "@value": "Trunk road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RoadTypeEnum#mainRoad",
      "label": {
        "@value": "Road type enum main road",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RoadTypeEnum",
      "comment": {
        "@value": "Main road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RoadTypeEnum#other",
      "label": {
        "@value": "Road type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RoadTypeEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum",
      "label": {
        "@value": "Parking security enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking security enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#socialControl",
      "label": {
        "@value": "Parking security enum social control",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Social control e.g. parking situated in a neighbourhood.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#securityStaff",
      "label": {
        "@value": "Parking security enum security staff",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Security staff.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#externalSecurity",
      "label": {
        "@value": "Parking security enum external security",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "External security, e.g. police or staff not directly belonging to the parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#cctv",
      "label": {
        "@value": "Parking security enum cctv",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "CCTV (camera observation).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#dog",
      "label": {
        "@value": "Parking security enum dog",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Dog.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#guard24hours",
      "label": {
        "@value": "Parking security enum guard24hours",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "24/24 guard.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#lighting",
      "label": {
        "@value": "Parking security enum lighting",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Site is illuminated in a normal way (but not as strong as 'floodLight').",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#floodLight",
      "label": {
        "@value": "Parking security enum flood light",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Flood light (stronger than lighting).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#fences",
      "label": {
        "@value": "Parking security enum fences",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Fences.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#areaSeperatedFromSurroundings",
      "label": {
        "@value": "Parking security enum area seperated from surroundings",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Site is separated from its surroundings. Can also be used to express a space for noise-producing vehicles, e.g. lorries with cooling generators.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#none",
      "label": {
        "@value": "Parking security enum none",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "There are no security measures.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#unknown",
      "label": {
        "@value": "Parking security enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSecurityEnum#other",
      "label": {
        "@value": "Parking security enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "None of the values in this enumeration applies. Use 'parkingAdditionalSecurity' instead.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum",
      "label": {
        "@value": "Junction classification enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Junction classification enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#threeWayInterchange",
      "label": {
        "@value": "Junction classification enum three way interchange",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "One motorway merging into another (with three legs in total).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#interchange",
      "label": {
        "@value": "Junction classification enum interchange",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Usually two crossing motorways (four legs, but can be even more).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#motorwayConnection",
      "label": {
        "@value": "Junction classification enum motorway connection",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Beginning or end of a motorway (e.g. changeover to smaller road).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#junction",
      "label": {
        "@value": "Junction classification enum junction",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Entrance and exit on a motorway.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#temporarilyJunction",
      "label": {
        "@value": "Junction classification enum temporarily junction",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Entrance and exit on a motorway, reserved either for emergency and service or on a temporarily basis.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#borderCrossing",
      "label": {
        "@value": "Junction classification enum border crossing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Motorway crossing a border (between counties, countries, states, ...).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#junctionInOneDirection",
      "label": {
        "@value": "Junction classification enum junction in one direction",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Entry and Exit on a motorway, where just one direction of the motorway is accessible.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#operationalServiceJunction",
      "label": {
        "@value": "Junction classification enum operational service junction",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Junction accessible only for operational services.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:JunctionClassificationEnum#other",
      "label": {
        "@value": "Junction classification enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum",
      "label": {
        "@value": "Element descriptor enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Element descriptor enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#floorOrLevel",
      "label": {
        "@value": "Element descriptor enum floor or level",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "describes a place identified as a \"floor\", with typical use to describe a floor or level in a multi-level structure",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#row",
      "label": {
        "@value": "Element descriptor enum row",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "describes a place identified as a \"row\", with typical use to describe a quasi-line parking or other feature of common characteristics",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#street",
      "label": {
        "@value": "Element descriptor enum street",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "describes a place identified as a \"street\", with typical use to describe a part of a road sharing a common given name.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#building",
      "label": {
        "@value": "Element descriptor enum building",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "A description for a building.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#statisticsOnly",
      "label": {
        "@value": "Element descriptor enum statistics only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "This area provides statistical figures only, for example 60 spaces for lorries in total. Usually, this kind of group does not use georeference information.  It is not a complete description of parking spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#mixedUsage",
      "label": {
        "@value": "Element descriptor enum mixed usage",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "A definition for mixed usage for this area (e.g. by time). This means there are more definitions for this area or for sub- or supersets of it.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#singleParameters",
      "label": {
        "@value": "Element descriptor enum single parameters",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "This area provides some single features for a selected number of spaces. For example, you can define all spaces, where electric charging stations are provided. It is not a complete description of the parking spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#logicalStructure",
      "label": {
        "@value": "Element descriptor enum logical structure",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "Some other logical or operational structure of parking spaces or parking areas.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ElementDescriptorEnum#other",
      "label": {
        "@value": "Element descriptor enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "Some other kind of subplace element.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CalculationTypeEnum",
      "label": {
        "@value": "Calculation type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Calculation type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:CalculationTypeEnum#counted",
      "label": {
        "@value": "Calculation type enum counted",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CalculationTypeEnum",
      "comment": {
        "@value": "Physical determination if a space is occupied",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CalculationTypeEnum#derived",
      "label": {
        "@value": "Calculation type enum derived",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CalculationTypeEnum",
      "comment": {
        "@value": "Space occupancy is estimated by using related data such as active payments or sold permits.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CalculationTypeEnum#expected",
      "label": {
        "@value": "Calculation type enum expected",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CalculationTypeEnum",
      "comment": {
        "@value": "Future prediction of occupancy levels.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CalculationTypeEnum#verified",
      "label": {
        "@value": "Calculation type enum verified",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CalculationTypeEnum",
      "comment": {
        "@value": "Defines an occupancy report that is considered a verified report.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum",
      "label": {
        "@value": "Operating restrictions enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Operating restrictions enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#carpoolOnly",
      "label": {
        "@value": "Operating restrictions enum carpool only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only carpool vehicles are permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#commercialVehicleOnly",
      "label": {
        "@value": "Operating restrictions enum commercial vehicle only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only commercial vehicles are permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#freeParking",
      "label": {
        "@value": "Operating restrictions enum free parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "No fee for parking",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#busOnly",
      "label": {
        "@value": "Operating restrictions enum bus only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only buses are permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#busStop",
      "label": {
        "@value": "Operating restrictions enum bus stop",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "This is a stopping place of bus pick-up or drop-off; not to be used for parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#disabledPersonPermitOnly",
      "label": {
        "@value": "Operating restrictions enum disabled person permit only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only vehicles of registered disabled person permit holders permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#electricVehicleOnly",
      "label": {
        "@value": "Operating restrictions enum electric vehicle only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only electric vehicles permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#governmentVehicleOnly",
      "label": {
        "@value": "Operating restrictions enum government vehicle only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only government vehicles permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#loadingZone",
      "label": {
        "@value": "Operating restrictions enum loading zone",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "This is a loading zone; not to be used for parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#loadingZoneCommercial",
      "label": {
        "@value": "Operating restrictions enum loading zone commercial",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only government vehicles permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#media",
      "label": {
        "@value": "Operating restrictions enum media",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only for use by the media",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#residentialPermitOnly",
      "label": {
        "@value": "Operating restrictions enum residential permit only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only for use by residential permit holders only",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#snow",
      "label": {
        "@value": "Operating restrictions enum snow",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Snow clearing zone; no parking",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#streetCleaning",
      "label": {
        "@value": "Operating restrictions enum street cleaning",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Street cleansing zone; no parking",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#parkingTimeLimit",
      "label": {
        "@value": "Operating restrictions enum parking time limit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Time limited parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#taxiOnly",
      "label": {
        "@value": "Operating restrictions enum taxi only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only taxis are permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#valetOnly",
      "label": {
        "@value": "Operating restrictions enum valet only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Only valet service vehicles are permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#noParking",
      "label": {
        "@value": "Operating restrictions enum no parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "No parking permitted",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#noWaiting",
      "label": {
        "@value": "Operating restrictions enum no waiting",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "No waiting or parking of vehicles is permitted",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestrictionsEnum#temporaryParking",
      "label": {
        "@value": "Operating restrictions enum temporary parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Parking is only allowed at the specified times (or, if no times are provided, in general not allowed all the time).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "label": {
        "@value": "Parking space convenience enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking space convenience enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum#extraSpaceLeftSide",
      "label": {
        "@value": "Parking space convenience enum extra space left side",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "There is some extra space on the left side of the parking space (in parking direction point of view), for example to improve the situation for wheelchair users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum#extraSpaceRightSide",
      "label": {
        "@value": "Parking space convenience enum extra space right side",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "There is some extra space on the right side of the parking space (in parking direction point of view), for example to improve the situation for wheelchair users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum#nearbyPedestrianExit",
      "label": {
        "@value": "Parking space convenience enum nearby pedestrian exit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "The parking space is quite near to a pedestrian exit. Note: Can be more exactly defined by using 'dedicatedAccess'.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum#bordersMarked",
      "label": {
        "@value": "Parking space convenience enum borders marked",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "The border of the parking space is marked (painted on the ground).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingSpaceConvenienceEnum#other",
      "label": {
        "@value": "Parking space convenience enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum",
      "label": {
        "@value": "Parking vacant spaces enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking vacant spaces enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#noParkingSpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum no parking spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "No parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#expectNoSpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum expect no spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Expect no parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#onlyAFewSpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum only a few spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Only a few parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#lessThan10SpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum less than10 spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Less than 10 parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#lessThan20SpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum less than20 spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Less than 20 parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#lessThan30SpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum less than30 spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Less than 30 parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#lessThan40SpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum less than40 spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Less than 40 parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#lessThan50SpacesAvailable",
      "label": {
        "@value": "Parking vacant spaces enum less than50 spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Less than 50 parking spaces available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#unknown",
      "label": {
        "@value": "Parking vacant spaces enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingVacantSpacesEnum#other",
      "label": {
        "@value": "Parking vacant spaces enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum",
      "label": {
        "@value": "Regulation enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Regulation enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#permitted",
      "label": {
        "@value": "Regulation enum permitted",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Permitted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#prohibited",
      "label": {
        "@value": "Regulation enum prohibited",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Prohibited.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#punishable",
      "label": {
        "@value": "Regulation enum punishable",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "The action is prohibited and can be punished.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#seasonalHeterogeneous",
      "label": {
        "@value": "Regulation enum seasonal heterogeneous",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "It depends on the season, whether the action is allowed or not.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#permittedOnlyAtParticularTimes",
      "label": {
        "@value": "Regulation enum permitted only at particular times",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Permitted only at particular times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#permittedOnlyOnParticularAreas",
      "label": {
        "@value": "Regulation enum permitted only on particular areas",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Permitted only on particular areas (but inside the parking site ground).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#prohibitedAtParticularTimes",
      "label": {
        "@value": "Regulation enum prohibited at particular times",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Prohibited at particular times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#prohibitedOnParticularAreas",
      "label": {
        "@value": "Regulation enum prohibited on particular areas",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Prohibited on particular areas.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#onlyOnRequest",
      "label": {
        "@value": "Regulation enum only on request",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Only on request (i.e. permission needed).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#heterogeneous",
      "label": {
        "@value": "Regulation enum heterogeneous",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "The regulation rule is quite complex and cannot be noted here.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#onlyOutsideBuildings",
      "label": {
        "@value": "Regulation enum only outside buildings",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Only outside buildings.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#onlyInsideBuildings",
      "label": {
        "@value": "Regulation enum only inside buildings",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Only inside buildings.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#unspecified",
      "label": {
        "@value": "Regulation enum unspecified",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "There is no regulation for this action.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#unknown",
      "label": {
        "@value": "Regulation enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "The regulation is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RegulationEnum#other",
      "label": {
        "@value": "Regulation enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SupplyViewTypeEnum",
      "label": {
        "@value": "Supply view type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Supply view type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:SupplyViewTypeEnum#spaceView",
      "label": {
        "@value": "Supply view type enum space view",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SupplyViewTypeEnum",
      "comment": {
        "@value": "Each space is physically marked and identifiable.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SupplyViewTypeEnum#vehicleView",
      "label": {
        "@value": "Supply view type enum vehicle view",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SupplyViewTypeEnum",
      "comment": {
        "@value": "The vehicle capacity in an area is estimated based on calculating a capacity (i.e. curb length divided by a length of vehicle).   The distributing party decides on the appropriate length of vehicle to use.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum",
      "label": {
        "@value": "Campus status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Campus status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#allParkingsFull",
      "label": {
        "@value": "Campus status enum all parkings full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "All parking places within the specified area are full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#multiStoreyParkingsFull",
      "label": {
        "@value": "Campus status enum multi storey parkings full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "All multi storey parking sites within the specified area are full.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#noMoreParkingSpacesAvailable",
      "label": {
        "@value": "Campus status enum no more parking spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "There are no more parking spaces available within the specified area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#enoughSpacesAvailable",
      "label": {
        "@value": "Campus status enum enough spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "There are enough spaces available within the specified area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#unknown",
      "label": {
        "@value": "Campus status enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "The status of the group of parking sites is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CampusStatusEnum#other",
      "label": {
        "@value": "Campus status enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:LayoutEnum",
      "label": {
        "@value": "Layout enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Layout enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:LayoutEnum#layBy",
      "label": {
        "@value": "Layout enum lay by",
        "@language": "en"
      },
      "@type": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "An area along a road that offers temporarily parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:LayoutEnum#openSpace",
      "label": {
        "@value": "Layout enum open space",
        "@language": "en"
      },
      "@type": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "A normal ground level parking place.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:LayoutEnum#nested",
      "label": {
        "@value": "Layout enum nested",
        "@language": "en"
      },
      "@type": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "A parking space within a complex structure of buildings or surrounded by buildings.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:LayoutEnum#field",
      "label": {
        "@value": "Layout enum field",
        "@language": "en"
      },
      "@type": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "A non-bituminized parking space (e.g. for events or as extension).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:LayoutEnum#building",
      "label": {
        "@value": "Layout enum building",
        "@language": "en"
      },
      "@type": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "A building",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum",
      "label": {
        "@value": "Parking fault enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking fault enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#communicationsFailure",
      "label": {
        "@value": "Parking fault enum communications failure",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Communications failure affecting parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#barrierMalfunction",
      "label": {
        "@value": "Parking fault enum barrier malfunction",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "The entrance or exit barrier(s) are malfunctioning causing access problems to vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#entranceExitObstructed",
      "label": {
        "@value": "Parking fault enum entrance exit obstructed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "One or more entrances or exits are obstructed to some degree causing access problems to vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#erroneousOccupancyInformation",
      "label": {
        "@value": "Parking fault enum erroneous occupancy information",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Occupancy information is subject to errors due to malfunctioning equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#erroneousOccupancyDisplayed",
      "label": {
        "@value": "Parking fault enum erroneous occupancy displayed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Occupancy information displayed on signs associated with parking site (e.g. at entrance) are erroneous.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#paymentMachinesInoperative",
      "label": {
        "@value": "Parking fault enum payment machines inoperative",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Payment machines are not functioning normally.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#reservationServiceOutOfOrder",
      "label": {
        "@value": "Parking fault enum reservation service out of order",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Reservation service out of order.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#noParkingInformationAvailable",
      "label": {
        "@value": "Parking fault enum no parking information available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "No parking information available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#unspecified",
      "label": {
        "@value": "Parking fault enum unspecified",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "General fault of unspecified type.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#unknown",
      "label": {
        "@value": "Parking fault enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Unknown parking facility fault.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingFaultEnum#other",
      "label": {
        "@value": "Parking fault enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "Other than as defined in this enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum",
      "label": {
        "@value": "Parking place status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking place status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#full",
      "label": {
        "@value": "Parking place status enum full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is full (as defined by its configuration parameters).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#fullAtEntrance",
      "label": {
        "@value": "Parking place status enum full at entrance",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is considered full at its entrance (e.g. full sign is displayed at entrance or on managing VMS).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#spacesAvailable",
      "label": {
        "@value": "Parking place status enum spaces available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "Parking spaces are currently available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#almostFull",
      "label": {
        "@value": "Parking place status enum almost full",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is almost full (as defined by its configuration parameters).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#overcrowding",
      "label": {
        "@value": "Parking place status enum overcrowding",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is overcrowding (as defined by its configuration parameters).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#overcrowdingLevel1",
      "label": {
        "@value": "Parking place status enum overcrowding level1",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is overcrowding in level 1 (as defined by its configuration parameters).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#overcrowdingLevel2",
      "label": {
        "@value": "Parking place status enum overcrowding level2",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is overcrowding in level 2 (as defined by its configuration parameters).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#noOvercrowding",
      "label": {
        "@value": "Parking place status enum no overcrowding",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The parking site is not overcrowded.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#unknown",
      "label": {
        "@value": "Parking place status enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The status of the parking site is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingPlaceStatusEnum#other",
      "label": {
        "@value": "Parking place status enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CoveredEnum",
      "label": {
        "@value": "Covered enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Covered enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:CoveredEnum#covered",
      "label": {
        "@value": "Covered enum covered",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CoveredEnum",
      "comment": {
        "@value": "Indicates that the facility or specific entity has a roof to provide protection from direct overhead sun or adverse weather",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CoveredEnum#notCovered",
      "label": {
        "@value": "Covered enum not covered",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CoveredEnum",
      "comment": {
        "@value": "Indicates that the facility or specific entity has no roof to provide protection from direct overhead sun or adverse weather",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CoveredEnum#partiallyCovered",
      "label": {
        "@value": "Covered enum partially covered",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CoveredEnum",
      "comment": {
        "@value": "Indicates that the facility or specific entity has a roof offering partial coverage to provide protection from direct overhead sun or adverse weather",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CoveredEnum#topLevelNotCovered",
      "label": {
        "@value": "Covered enum top level not covered",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CoveredEnum",
      "comment": {
        "@value": "Indicates that in a multi-level facility or specific entity the top level(s) have no roof to provide protection from direct overhead sun or adverse weather",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteTypeEnum",
      "label": {
        "@value": "Parking route type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking route type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ParkingRouteTypeEnum#pedestrian",
      "label": {
        "@value": "Parking route type enum pedestrian",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteTypeEnum",
      "comment": {
        "@value": "A parking route for pedestrian.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteTypeEnum#bicycle",
      "label": {
        "@value": "Parking route type enum bicycle",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteTypeEnum",
      "comment": {
        "@value": "A parking route for bicycles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteTypeEnum#lorry",
      "label": {
        "@value": "Parking route type enum lorry",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteTypeEnum",
      "comment": {
        "@value": "A parking route for lorries.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteTypeEnum#other",
      "label": {
        "@value": "Parking route type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ParkingRouteTypeEnum",
      "comment": {
        "@value": "Another type of parking route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Access",
      "label": {
        "@value": "Access",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identified area defining a vehicular or a pedestrian access area.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:IdentifiedArea"
    },
    {
      "@id": "NOT_FOUND:AccessAndEgress",
      "label": {
        "@value": "Access and egress",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Time periods specified for access to or from a parking facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessJunction",
      "label": {
        "@value": "Access junction",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An access junction with its distance.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessLaneSpecific",
      "label": {
        "@value": "Access lane specific",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines the sequence and nature of a specific entrance or exit lane.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessRoad",
      "label": {
        "@value": "Access road",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An access road with its distance.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PedestrianAccess",
      "label": {
        "@value": "Pedestrian access",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specialisation of an identifiedArea defining a pedestrian access area.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Access"
    },
    {
      "@id": "NOT_FOUND:VehicularAccess",
      "label": {
        "@value": "Vehicular access",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specialisation of an identified area defining a vehicular access area.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Access"
    },
    {
      "@id": "NOT_FOUND:Assignment",
      "label": {
        "@value": "Assignment",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An assignment for parking, optionally limited to a validity in time.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AdditionalCharacteristics",
      "label": {
        "@value": "Additional characteristics",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Common additional characteristics for campus, (sub)places and spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CertifiedSecureParking",
      "label": {
        "@value": "Certified secure parking",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Certification for secure parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Characteristics",
      "label": {
        "@value": "Characteristics",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class defining information concerning characteristics relating to a parking facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CommonComponents",
      "label": {
        "@value": "Common components",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class defining information concerning multiple features relating to place hierarchy elements.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:DedicatedAccess",
      "label": {
        "@value": "Dedicated access",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Reference to an access of any type (vehicles, pedestrian, ...).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ImageAlbum",
      "label": {
        "@value": "Image album",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class defining information relating to images for a parking facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Marketing",
      "label": {
        "@value": "Marketing",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Universal resource locator (URI) that points towards a web site carrying marketing material supplied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PermitsAndProhibitions",
      "label": {
        "@value": "Permits and prohibitions",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines sets of action and regulations to specify permitted and prohibited issues.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RgbColour",
      "label": {
        "@value": "Rgb colour",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An RGB colour described by values for red, green and blue (0..255) as well as an optional name.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SafetyStandardClassification",
      "label": {
        "@value": "Safety standard classification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Use this class to classification type/level for security schemes for this place",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:IdentifiedArea",
      "label": {
        "@value": "Identified area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifiable discrete bounded geographic zone that shares common characteristics and is used for parking and mobility related operations or other purposes.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:SpecificArea",
      "label": {
        "@value": "Specific area",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An identifiable discrete bounded geographic zone that shares common characteristics and that may be used for a function other than vehicular access.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:IdentifiedArea"
    },
    {
      "@id": "NOT_FOUND:SupplementalFacility",
      "label": {
        "@value": "Supplemental facility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specialisation of an identifiedArea referencing an identifiable area with associated identified services or equipment.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:IdentifiedArea"
    },
    {
      "@id": "NOT_FOUND:JunctionInformation",
      "label": {
        "@value": "Junction information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information on a junction (on a highway), can also be an interchange or if applicable also a motorway service station (see junctionClassification).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PointLocationForParking",
      "label": {
        "@value": "Point location for parking",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "PointLocation specialised for the needs of location referencing for parking applications",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:PointLocation"
    },
    {
      "@id": "NOT_FOUND:RoadInformationEnhanced",
      "label": {
        "@value": "Road information enhanced",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Additional road information.",
        "@language": "en"
      },
      "subClassOf": "datex_LocationReferencing:RoadInformation"
    },
    {
      "@id": "NOT_FOUND:OperatingPattern",
      "label": {
        "@value": "Operating pattern",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specifies a usage scenario or operator restriction, optional with a validity and related location.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingRestriction",
      "label": {
        "@value": "Operating restriction",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class defining an operating restriction.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingPattern"
    },
    {
      "@id": "NOT_FOUND:PointOfInterest",
      "label": {
        "@value": "Point of interest",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A point of interest.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:RelatedLocation"
    },
    {
      "@id": "NOT_FOUND:PublicTransportStop",
      "label": {
        "@value": "Public transport stop",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A public transport stop.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:RelatedLocation"
    },
    {
      "@id": "NOT_FOUND:RelatedLocation",
      "label": {
        "@value": "Related location",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A location related to the specified operating pattern.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UsageScenario",
      "label": {
        "@value": "Usage scenario",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A special type of usage available for this campus, (sub)place, space or identified area. In the 'ParkingStatusPublication', the operation type (in operation or not) can be defined.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingPattern"
    },
    {
      "@id": "NOT_FOUND:PublicTransportSchedule",
      "label": {
        "@value": "Public transport schedule",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A rough schedule for one or more public transport lines from this stop",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatorDefinedPlace",
      "label": {
        "@value": "Operator defined place",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class providing an operator specified name or identifier for a place hierarchy element - this may be distinct from the name for the HierarchyElement supplied by the data supplier.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ResponsibilityRoleAssignment",
      "label": {
        "@value": "Responsibility role assignment",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The assignment of one or more roles to an organisation regarding the responsibility it will have regarding the identified Place (e.g. owner, operators, etc.)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRoute",
      "label": {
        "@value": "Parking route",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A parking route, defined by ParkingRouteDetails or by a reference.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteByReference",
      "label": {
        "@value": "Parking route by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A route defined by a reference to an earlier specified route.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingRoute"
    },
    {
      "@id": "NOT_FOUND:ParkingRouteDetails",
      "label": {
        "@value": "Parking route details",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Urban context: Defining parking routes leading to the parking site. Truck parking context: Can be used to define a dynamic route management.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingRoute"
    },
    {
      "@id": "NOT_FOUND:ParkingVms",
      "label": {
        "@value": "Parking VMS",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A reference to a record that contains the metadata for a specific VMS unit that may be used to manage the parking (e.g. to indicate to drivers the current availability of spaces) or a parking route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessStatus",
      "label": {
        "@value": "Access status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The opening and fault status of one access.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingStatusInformation"
    },
    {
      "@id": "NOT_FOUND:CampusStatus",
      "label": {
        "@value": "Campus status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Dynamic status information for the static object 'Campus'.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingStatusInformation"
    },
    {
      "@id": "NOT_FOUND:Occupancy",
      "label": {
        "@value": "Occupancy",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information on the used and remaining parking capacity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingPatternStatus",
      "label": {
        "@value": "Operating pattern status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The current status for this operating pattern.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingRouteStatus",
      "label": {
        "@value": "Parking route status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The status as well as the travel times of a parking route (active/inactive) defined in the static part of the model.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingStatusInformation",
      "label": {
        "@value": "Parking status information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "General status information for parking related objects. Can also be historical or forecasted data. In this case, 'StatusValidity' must be specified.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:FacilityStatus"
    },
    {
      "@id": "NOT_FOUND:PlaceStatus",
      "label": {
        "@value": "Place status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Dynamic status information for the static object 'Place' or 'SubplaceElement'.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingStatusInformation"
    },
    {
      "@id": "NOT_FOUND:SpaceStatus",
      "label": {
        "@value": "Space status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Status for a single parking space which was defined in the static part of the model.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ParkingStatusInformation"
    },
    {
      "@id": "NOT_FOUND:StatusValidity",
      "label": {
        "@value": "Status validity",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "To be used only for historical or forecasted data. Choose between an explicit point of time, an offset or all points of time within a specified period.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ValidityByOffset",
      "label": {
        "@value": "Validity by offset",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The status validity expressed by an offset in seconds to the 'lastUpdated' timestamp.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:StatusValidity"
    },
    {
      "@id": "NOT_FOUND:ValidityByPeriod",
      "label": {
        "@value": "Validity by period",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The status validity expressed by the period model.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:StatusValidity"
    },
    {
      "@id": "NOT_FOUND:ValidityByTime",
      "label": {
        "@value": "Validity by time",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The status validity expressed by a point of time.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:StatusValidity"
    },
    {
      "@id": "NOT_FOUND:Place",
      "label": {
        "@value": "Place",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A place or location used for parking, loading, unloading, standing, or some other mobility or transport related activity.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:Campus",
      "label": {
        "@value": "Campus",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Typically defines a large facility (such as a university campus, or an airport), or a large geographic zone (such as a city or a town), which may contain numerous places that can be logically reported together.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:HierarchyElementGeneral",
      "label": {
        "@value": "Hierarchy element general",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A generalised component of a place hierarchy, that forms one element in the tree-like hierarchy.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Facility"
    },
    {
      "@id": "NOT_FOUND:Space",
      "label": {
        "@value": "Space",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A single space for parking or other mobility related purposes, usually designed for one vehicle, which may, but not necessarily, be denoted by painted or other road surface marker",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:SubplaceElement",
      "label": {
        "@value": "Subplace element",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A sub-division of a place for the convenience of the operator to segment the place and identify varied uses for parking and mobility related operations or other purposes.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:DemandSpaceType",
      "label": {
        "@value": "Demand space type",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines when a specific space within a place is occupied, for how long, and the total amount for this space for this time. Includes when occupancy was determined.  This class includes actual and estimated start and end times of occupancy.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:DemandTable",
      "label": {
        "@value": "Demand table",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Table structure which defines the parameters of reporting actual usage of parking in a Hierarchy Element",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:DemandType",
      "label": {
        "@value": "Demand type",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines occupancy at a hierarchy element without specific space details.  This is an aggregate count of demand activity within the Place hierarchy.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OccupancyLevel",
      "label": {
        "@value": "Occupancy level",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines an occupancy level as specified by the data supplier.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Supply",
      "label": {
        "@value": "Supply",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class defining concepts relating the parameters of the supply of parking  or others uses in a Place. This is the total number of spaces usable for parking or other mobility operations.  It can be defined as demarcated spaces or non-demarcated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AvailableSpacesThresholds",
      "label": {
        "@value": "Available spaces thresholds",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The threshold is defined by the number of available spaces on the parking.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Thresholds"
    },
    {
      "@id": "NOT_FOUND:OccupiedSpacesThresholds",
      "label": {
        "@value": "Occupied spaces thresholds",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The threshold is defined by the number of occupied spaces on the parking.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Thresholds"
    },
    {
      "@id": "NOT_FOUND:StatusConfiguration",
      "label": {
        "@value": "Status configuration",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A parking site status that shall be configured.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ThresholdConfiguration",
      "label": {
        "@value": "Threshold configuration",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Configuration of thresholds and colours for the status parameter. Only one status should be active at a time, so that the most recently activated status means that an existing active status should be considered no longer active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Thresholds",
      "label": {
        "@value": "Thresholds",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Threshold values to configure the given parking site status.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:VehiclesOnSiteThresholds",
      "label": {
        "@value": "Vehicles on site thresholds",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The threshold is defined by the number of vehicles on the parking. This may differ from the number of occupied spaces, for example when vehicles share spaces.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Thresholds"
    },
    {
      "@id": "NOT_FOUND:OccupancyChangeValue",
      "label": {
        "@value": "Occupancy change value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of change of occupied parking spaces expressed as integer.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "NOT_FOUND:VehicleCountAndRate",
      "label": {
        "@value": "Vehicle count and rate",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Vehicle rates can be assigned to a parking site or to assigned parking spaces. Furthermore, they can reference to a measurement site or to an entrance/exit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:VehicleCountValue",
      "label": {
        "@value": "Vehicle count value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of absolute count of vehicles within a specified period of time expressed as non-negative integer.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "NOT_FOUND:VehicleCountWithinInterval",
      "label": {
        "@value": "Vehicle count within interval",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Gives incoming and/or outgoing vehicles and/or change of occupied spaces within a given interval.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:VehicleRate",
      "label": {
        "@value": "Vehicle rate",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information about vehicle fill and exit rates or the general vehicle flow rate without direction.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingTable",
      "label": {
        "@value": "Parking table",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Parking information described by a number of tree-like place hierarchies.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ParkingTablePublication",
      "label": {
        "@value": "Parking table publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication to define static information about sites or geographic areas designed to park vehicles, organised in tables.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "NOT_FOUND:ParkingStatusPublication",
      "label": {
        "@value": "Parking status publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication containing the current status of one or more objects of the place hierarchy defined in the ParkingStatusPublication.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "NOT_FOUND:accessType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Access type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Access",
      "range": "NOT_FOUND:AccessTypeEnum",
      "comment": {
        "@value": "Provides characterisation of the nature of this access area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:equipment",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Equipment",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Access",
      "range": "NOT_FOUND:AccessEquipmentEnum",
      "comment": {
        "@value": "Specifies additional equipment for this access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:orientation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Orientation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Access",
      "range": "datex_Common:DirectionCompassEnum",
      "comment": {
        "@value": "The compass direction of the access in relation to the parking site, e.g. the northern entrance.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:exitPossibleAtAnyTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Exit possible at any time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessAndEgress",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "If [TRUE], specifies that the specified access is available for exit at all times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:distance",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessJunction",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Distance to this access junction.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:laneType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Lane type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessLaneSpecific",
      "range": "NOT_FOUND:AccessLaneTypeEnum",
      "comment": {
        "@value": "Provides characterisation of the nature of the access lane (e.g. entry lane, exit lane, reversible lane).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:sequenceNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Sequence number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessLaneSpecific",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Defines a unique sequence number for this specific lane within the IdentifiedArea. No specific method of numbering is defined. Preferred practice numbers lanes from right to left as seen in-bound into the parking facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:distance",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessRoad",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Distance to this access road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfPortals",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of portals",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PedestrianAccess",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Indicates the number of door portals present at the pedestrian access area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:style",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Style",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PedestrianAccess",
      "range": "NOT_FOUND:PedestrianAccessStyleEnum",
      "comment": {
        "@value": "Provides information concerning the style of the pedestrian access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rentalCarReturn",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rental car return",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicularAccess",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Rental cars can be returned at this access.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:usableForPedestrian",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Usable for pedestrian",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicularAccess",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates, whether pedestrian can use this access. This attribute can be used if no specific PedestrianAccess will be specified.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:maximumParkingDuration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Maximum parking duration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The maximum parking duration for this assignment (e.g. to avoid overnight parking).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:minimumParkingDuration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Minimum parking duration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The minimum parking duration for this assignment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingAllowed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking allowed",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Defines, if parking is allowed or not in this assignment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:reservation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reservation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Indication of whether a parking reservation service is available and/or mandatory.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:additionalConvenience",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Additional convenience",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:ParkingSpaceConvenienceEnum",
      "comment": {
        "@value": "Further facilities for persons with disabilities.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:distanceFromPrimaryRoad",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance from primary road",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Specifies the distance from the primary road in metres. Especially useful, if parking is located on a smaller type of road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:floor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Floor",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The floor on which the described place, subplace or space is located. The numbering or lettering scheme may follow local conventions.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancyDetection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy detection",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:ParkingSpaceOccupancyDetectionEnum",
      "comment": {
        "@value": "Indicates the form of detection that is used to determine space occupancy",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingMode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking mode",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:ParkingModeEnum",
      "comment": {
        "@value": "The arrangement of the parking space(s) in relation to the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:structuralCharacteristics",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Structural characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:ParkingStructuralCharacteristicsEnum",
      "comment": {
        "@value": "Structural characteristics of a parking space or this parking area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:temporarilyParking",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Temporarily parking",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates that this campus, (sub)place or space only exists on a temporarily basis. It might close permanently within short notice or might only be partially equipped. The physical parking possibilities might be provisional, too.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:weightLimit",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Weight limit",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "datex_Common:Tonnes",
      "comment": {
        "@value": "Weight limit for the space.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:dateOfCertification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Date of certification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CertifiedSecureParking",
      "range": "datex_Common:Date",
      "comment": {
        "@value": "Date of certification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:typeOfCertification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type of certification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CertifiedSecureParking",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The type of certification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:accessControlled",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Access controlled",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates facility has physical access control (e.g. barriers, gates) [TRUE] or no access control [FALSE]",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:accessForPersonsWithDisabilities",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Access for persons with disabilities",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Specifies, whether easy access is possible for persons with disabilities.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:activationMode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Activation mode",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "NOT_FOUND:SessionActivationModeEnum",
      "comment": {
        "@value": "Modes or credentials that can be used to activate a parking session or other operation (delivery, loading, etc.).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:coveredType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Covered type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "NOT_FOUND:CoveredEnum",
      "comment": {
        "@value": "Specifies the type of covering of a place. Covered can include roof, canopy and other structures that protect the place from the environment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:openToPublic",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Open to public",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "identifies if this facility is accessible to public use [TRUE] or private use only [FALSE].",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:robotic",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Robotic",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates existence of a robotic parking system - a parking structure where customer leaves vehicle at drop off area and robots move the vehicle to parking location in structure. Default or absence of value indicates [FALSE] = no robotic parking system.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:spacesNonDedicated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Spaces non dedicated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Number of parking spaces that are not assigned for a particular purpose.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:spacesTotal",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Spaces total",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Total number of parking spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:staffed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Staffed",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "NOT_FOUND:StaffEnum",
      "comment": {
        "@value": "Indicates facility has on-site staff [TRUE] or no on-site staff [FALSE] for the majority, but not all, of the open valid operating times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:structureGrade",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Structure grade",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "NOT_FOUND:StructureGradeEnum",
      "comment": {
        "@value": "Defines the parking structure with respect to ground level.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:structureType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Structure type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Characteristics",
      "range": "NOT_FOUND:StructureTypeEnum",
      "comment": {
        "@value": "Defines the type of parking structure.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:dedicatedAccess",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Dedicated access",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DedicatedAccess",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a VehicularAccess or PedestrianAccess.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:distanceFromParkingSpace",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance from parking space",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DedicatedAccess",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Distance from this access to the parking space or group of parking spaces. Especially interesting for persons with disabilities or in case of the need of changing the side of a motorway.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:caption",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Caption",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ImageAlbum",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text string providing user context to the logo or picture",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:logoImage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Logo image",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ImageAlbum",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "URL to location of logo(s) the parking operator wishes to associate with this parking facility (e.g. their logo, schemes [ParkMark])",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:photo",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Photo",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ImageAlbum",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "Specifies a URL at which a photo of the object in concern can be found.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:webUrl",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Web url",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Marketing",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "Universal Resource Identifier (URI) linking to marketing material.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:activity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Activity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PermitsAndProhibitions",
      "range": "NOT_FOUND:ActivityEnum",
      "comment": {
        "@value": "An activity, which is regulated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:regulation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Regulation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PermitsAndProhibitions",
      "range": "NOT_FOUND:RegulationEnum",
      "comment": {
        "@value": "Regulation for the specified activity.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:blue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Blue",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RgbColour",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The blue value of the RGB colour (0..255).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:colourName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Colour name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RgbColour",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the colour.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:green",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Green",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RgbColour",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The green value of the RGB colour (0..255).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:red",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Red",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RgbColour",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The red value of the RGB colour (0..255).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:additionalSafety",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Additional safety",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Safety measures on the parking that is not covered by the corresponding enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:additionalSecurity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Additional security",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Security equipment of the parking that is not covered by the corresponding enumeration.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:safety",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Safety",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "NOT_FOUND:ParkingSafetyEnum",
      "comment": {
        "@value": "Safety measures on the parking according to European Secure Parking Organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:securityFeature",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Security feature",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "NOT_FOUND:ParkingSecurityEnum",
      "comment": {
        "@value": "Security feature identified for this place.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:securityLevel",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Security level",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "NOT_FOUND:EsporgStandardLevelEnum",
      "comment": {
        "@value": "Security level identified for this place in a defined scheme",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:securityNationalClassification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Security national classification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A national classification of the parking security.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:supervision",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Supervision",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "NOT_FOUND:ParkingSupervisionEnum",
      "comment": {
        "@value": "Defines the kind of supervision of the parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:reference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacility",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference on a previously defined SupplementalFacility (from namespace Facilities).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:junctionClassification",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Junction classification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:JunctionInformation",
      "range": "NOT_FOUND:JunctionClassificationEnum",
      "comment": {
        "@value": "Explicit type of junction.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:junctionName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Junction name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:JunctionInformation",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the junction.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:junctionNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Junction number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:JunctionInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Number of the junction, might also include letters (example: 23A).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:roadOrigination",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Road origination",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RoadInformationEnhanced",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of some city, area, compass direction or other identification this road comes from.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:typeOfRoad",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type of road",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RoadInformationEnhanced",
      "range": "NOT_FOUND:RoadTypeEnum",
      "comment": {
        "@value": "Type of the road.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatingPatternIndex",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operating pattern index",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPattern",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "An index to link this element between the static and dynamic publications.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:context",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Context",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingRestriction",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text definition of the nature of operating restrictions.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingRestriction",
      "range": "NOT_FOUND:OperatingRestrictionsEnum",
      "comment": {
        "@value": "Defines the type of operating restriction applicable in this case.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelatedLocation",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description for the point of interest",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelatedLocation",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the point of interest",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:specialLocation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Special location",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelatedLocation",
      "range": "NOT_FOUND:SpecialLocationEnum",
      "comment": {
        "@value": "A special location this parking is connected to or part of.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:UsageScenario",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description for the usage scenario.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:eventParkingType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Event parking type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:UsageScenario",
      "range": "datex_Common:PublicEventTypeEnum",
      "comment": {
        "@value": "Parking associated with an event. May only be used for parking scenario 'eventParking'.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:truckParkingDynamicManagement",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Truck parking dynamic management",
        "@language": "en"
      },
      "domain": "NOT_FOUND:UsageScenario",
      "range": "NOT_FOUND:TruckParkingDynamicManagementEnum",
      "comment": {
        "@value": "Two modes for parking lorries in a efficient way according to their departure times. May only be used for parking scenario 'truckParking'.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:UsageScenario",
      "range": "NOT_FOUND:ParkingUsageScenarioEnum",
      "comment": {
        "@value": "A special type of usage available for this campus, (sub)place, space or identified area. In the 'ParkingStatusPublication', the operation type (in operation or not) can be defined.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:destination",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Destination",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A destination that can be reached from this stop",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:interval",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Interval",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The interval for reaching the destination from this stop",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The timestamp of the latest update of this information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:line",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Line",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Line or multiple lines for which this schedule is valid",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:nextDepartures",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Next departures",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "The next departures for this line / these lines",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ptOperator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pt operator",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Information about the operator of this public transport.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ptType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pt type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "NOT_FOUND:PublicTransportTypeEnum",
      "comment": {
        "@value": "The type of public transport",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ptVehicleName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pt vehicle name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A name of the specific vehicle type, for example \"Railjet\".",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ptVehicleType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Pt vehicle type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "NOT_FOUND:PublicTransportVehicleType",
      "comment": {
        "@value": "The type of public transport vehicle.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:travelTimeToDestination",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Travel time to destination",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The travel time to reach the destination from this stop",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:identifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Identifier",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatorDefinedPlace",
      "range": "datex_Common:String",
      "comment": {
        "@value": " Identifier for a defined place given by an organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ResponsibilityRoleAssignment",
      "range": "NOT_FOUND:ContactTypeEnum",
      "comment": {
        "@value": "The type of the contact.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingRouteReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking route reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a parking route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:direction",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Direction",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "datex_LocationReferencing:DirectionEnum",
      "comment": {
        "@value": "The direction of traffic, for which the parking route can be used. If not specified, the route can be used in the order of the given locations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:dynamicRouteManagement",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Dynamic route management",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates that there is dynamic route management for truck parking, i.e. a management system concerning several truck parking sites (including this one) along a route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:iconIndex",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Icon index",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "datex_Common:String",
      "comment": {
        "@value": "An index, which can identify some icon for visualisation of the route. Note that form and usage of this index as well as the icons itself are not further determined here.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the parking route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:orientation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Orientation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "NOT_FOUND:ParkingRouteOrientationEnum",
      "comment": {
        "@value": "Orientation of traffic, for which the parking route is specified.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "NOT_FOUND:ParkingRouteTypeEnum",
      "comment": {
        "@value": "The type of parking route. If not specified, the route is designed for any type of vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:vmsUsedToManageParking",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "VMS used to manage parking",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingVms",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a record that contains the metadata for a specific VMS unit that may be used to manage the parking site (e.g. to indicate to drivers the current availability of spaces).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:entranceFull",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Entrance full",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates that this vehicle entrance is full and probably temporarily closed for entering of new vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:status",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CampusStatus",
      "range": "NOT_FOUND:CampusStatusEnum",
      "comment": {
        "@value": "The status for multiple parking objects (available spaces or not).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfOccupiedSpaces",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of occupied spaces",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of currently occupied spaces in the specified parking site, group of parking sites or assigned parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfSpacesOverride",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of spaces override",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Possibility to override the static value 'parkingNumberOfSpaces'.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfVacantSpaces",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vacant spaces",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The total number of currently vacant parking spaces available in the specified parking site, group of parking sites or group of parking spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfVacantSpacesGraded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vacant spaces graded",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "NOT_FOUND:ParkingVacantSpacesEnum",
      "comment": {
        "@value": "Number of vacant spaces by grading (enumeration).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfVacantSpacesHigherThan",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vacant spaces higher than",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of vacant parking spaces is higher than the given value (example: More than 10 spaces are free).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfVacantSpacesLowerThan",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vacant spaces lower than",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The number of vacant parking spaces is lower than the given value (example: Less than 10 spaces are free).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfVehicles",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Number of vehicles (of specified type) on the specified area. Parking too narrow or too wide may affect differences to the 'occupiedSpaces' value. Should not include petrol station traffic.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancy",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "The percentage value of parking spaces occupied in the specified parking site, group of parking sites or assigned parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancyGraded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy graded",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "Occupied parking spaces by a percentage-grading (enumeration).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancyTrend",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy trend",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "NOT_FOUND:ParkingOccupancyTrendEnum",
      "comment": {
        "@value": "The trend of the occupancy of the parking spaces in the specified parking site, group of parking sites or assigned parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingNotAllowed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking not allowed",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "In case of 'true', parking is not allowed (e.g. abnormal closure).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatingPatternIndex",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operating pattern index",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPatternStatus",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "An index to link this element between the static and dynamic publications.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operationStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operation status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPatternStatus",
      "range": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The current status for this operating pattern.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingRouteActive",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking route active",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Defines if this parking route is currently active or not.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingRouteReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking route reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteStatus",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a parking route.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:blurredAvailability",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Blurred availability",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "When true, availability and occupancy information (free spaces etc.) is withheld or only published roughly, usually because of business competition.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingConditions",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking conditions",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:ParkingConditionsEnum",
      "comment": {
        "@value": "Defines if normal parking conditions are suspended or special parking conditions are in force.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingFault",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking fault",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:ParkingFaultEnum",
      "comment": {
        "@value": "A fault indicator for the parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:queueingTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Queueing time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The current queuing time (duration) for entering the parking site.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:winterEquipmentManagementType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Winter equipment management type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "datex_Common:WinterEquipmentManagementTypeEnum",
      "comment": {
        "@value": "Type of winter equipment management action instigated by operator.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:declarationValidNow",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Declaration valid now",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PlaceStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Specifies, if this place or subplace declaration is valid now. If specified, this overrides any static validity information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingPlaceFullAtFloor",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking place full at floor",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PlaceStatus",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The parking place is full at the specified floor(s).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:status",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PlaceStatus",
      "range": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The status of the parking place or sub-places (spaces available or not) including overcrowding information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:declarationValidNow",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Declaration valid now",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SpaceStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Override validity of 'ParkingSpace': True = Parking space declaration is valid now; False = Parking space declaration is invalid now; Omitted = Static validity information is significant (if static validity is omitted too, declaration is valid).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastCalibration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last calibration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SpaceStatus",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Date of last calibration of the detection system in question.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:measurementOrCalculationTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Measurement or calculation time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SpaceStatus",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Point in time at which this specific value or set of values has been measured or calculated. It may also be a future time at which a data value is predicted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupied",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupied",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SpaceStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "True: Parking space is occupied; False: Parking space is free.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:statusTimeOffsetToOrigin",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Status time offset to origin",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ValidityByOffset",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "Only use for forecasts or historical data to express the point of time for which the information of this parking is either reported or forecasted (in form of an offset in seconds to 'lastUpdated'; use negative values for historical data). ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:statusTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Status time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ValidityByTime",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Only use for forecasts or historical data to express the point of time for which the information of this parking is either reported or forecasted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:availableFloors",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Available floors",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Place",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A list of all available floors for this parking place from lowest to highest, seperated by spaces. The numbering or lettering scheme may follow local conventions. Examples: -1 0 1 2 or G 1st 2nd ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:layout",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Layout",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Place",
      "range": "NOT_FOUND:LayoutEnum",
      "comment": {
        "@value": "The layout structure of this place.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:childId",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Child id",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "The identity of one or several child node directly related to this hierarchy element.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:layer",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Layer",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Indicator of the position of this hierarchy element in the specific hierarchy, with the top of the hierarchy numbered layer 0.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatorDefinedReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operator defined reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Allows a data owner to associate to a data owner internal used location identification",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parentId",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parent id",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "The identity of a parent node in the next layer up of the hierarchy - for the hierarchy element at layer 0 no parent id shall be defined.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "NOT_FOUND:HierarchyElementTypeEnum",
      "comment": {
        "@value": "Identifies the type of the hierarchy element",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:subplaceType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Subplace type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SubplaceElement",
      "range": "NOT_FOUND:ElementDescriptorEnum",
      "comment": {
        "@value": "Hierarchy element type.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:actualEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Actual end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The actual Time space is vacated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:actualStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Actual start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The actual time a space is initially occupied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:detectionUpdateTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Detection update time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Time of update, from detector which is typically a space sensor or camera.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:estimatedEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Estimated end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The estimated time a space is expected to be vacated, typically based on a reservation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:estimatedStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Estimated start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The estimated time a space is expected to be occupied, typically based on a reservation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:spaceId",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Space id",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "datex_Common:Reference",
      "comment": {
        "@value": "Name of space, specifically identifies each individual space in an area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:frequency",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Frequency",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandTable",
      "range": "NOT_FOUND:Duration",
      "comment": {
        "@value": "How frequently the demand data is revised.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:timestamp",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Timestamp",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Timestamp when the demand table data was compiled.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:count",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Count",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandType",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Number of utilized or occupied spaces.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:creationTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Creation time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandType",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "When data in the record was compiled.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancyCalculation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy calculation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandType",
      "range": "NOT_FOUND:CalculationTypeEnum",
      "comment": {
        "@value": "Is occupancy based on physical count, derived (calculated), or a verified report (high confidence report)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:percentage",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Percentage",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandType",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "Percent of spaces occupied or utilized.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupanyIndicator",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupany indicator",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OccupancyLevel",
      "range": "NOT_FOUND:ParkingOccupancyEnum",
      "comment": {
        "@value": "User-defined occupancy indicator (e.g. red =  occupied), referencing specified user defined code list",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:endValidUsagePeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "End valid usage period",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Supply",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Valid end date/time for the supply.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:quantity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Quantity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Supply",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "Indicates the numeric value of available parking or other space uses.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:spacesReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Spaces reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Supply",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to one or more spaces for which the supply information is valid.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:startValidUsagePeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Start valid usage period",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Supply",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Valid start date/time for the supply.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:viewType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "View type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Supply",
      "range": "NOT_FOUND:SupplyViewTypeEnum",
      "comment": {
        "@value": "Indicates the nature of the supply view that is being provided, as defined by the supply view type.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:StatusConfiguration",
      "range": "NOT_FOUND:ParkingPlaceStatusEnum",
      "comment": {
        "@value": "The status of the parking site (spaces available or not).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastMaximumOccupancy",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last maximum occupancy",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ThresholdConfiguration",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The last known occupancy (number of parked vehicles on the site) under safe conditions.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:boundaryValuesExcluded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Boundary values excluded",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Thresholds",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Configures, if the given threshold values itself should be included (\"false\"; default) or excluded (\"true\") in the comparison, when evaluating the status.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lowerThreshold",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Lower threshold",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Thresholds",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "A lower threshold from which the specified parking site status should become active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lowerThresholdInPercent",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Lower threshold in percent",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Thresholds",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "A lower threshold in percent from which the specified parking site status should become active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:upperThreshold",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Upper threshold",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Thresholds",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "An upper threshold up to which the specified parking site status should become active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:upperThresholdInPercent",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Upper threshold in percent",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Thresholds",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "An upper threshold in percent up to which the specified parking site status should become active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:occupancyChange",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Occupancy change",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OccupancyChangeValue",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "A measured or calculated absolute change of occupied parking spaces within a specified time expressed as integer.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:coveringPetrolStationArea",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Covering petrol station area",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indication, if this detector also covers the area of a petrol station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:dedicatedAccess",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Dedicated access",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Specifies a reference to an access, object (i.e. an entrance, an exit or both). A Point location and further characteristics can be specified for those objects.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastCalibration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last calibration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Date of last calibration of the detection system in question.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:measuredValueIndex",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Measured value index",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "If a measurement site is specified, the index of the measured value can be specified here.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:measurementSiteReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Measurement site reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to a versioned measurement site record defined in a Measurement Site table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:vehicleCount",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vehicle count",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountValue",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "A measured or calculated absolute count of vehicles within a specified period of time expressed as non-negative integer.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:measurementInterval",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Measurement interval",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "The interval for the vehicle measurement in seconds.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTable",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the parking table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:versionTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Version time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time that this version of the parking table was defined by the supplier. The identity and version of the table are defined by the class stereotype implementation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:parkingTableReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Parking table reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusPublication",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "It is possible to limit the publication to one or more ParkingTable and to set a reference to these tables here.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasaccessAndEgress",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Access and egress",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Access",
      "range": "NOT_FOUND:AccessAndEgress"
    },
    {
      "@id": "NOT_FOUND:hasprimaryRoad",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Primary road",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Access",
      "range": "NOT_FOUND:AccessRoad"
    },
    {
      "@id": "NOT_FOUND:hasopenTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Open time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessAndEgress",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Specification of access open times in general.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasexitOpenTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exit open time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessAndEgress",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Specification of exit open times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasentranceOpenTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Entrance open time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessAndEgress",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Specification of entry open times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasjunctionInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Junction information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessJunction",
      "range": "NOT_FOUND:JunctionInformation"
    },
    {
      "@id": "NOT_FOUND:hasmaxDimension",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Max dimension",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessLaneSpecific",
      "range": "NOT_FOUND:Dimension"
    },
    {
      "@id": "NOT_FOUND:hasexitOpenTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exit open time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessLaneSpecific",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Specification of exit open times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasentranceOpenTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Entrance open time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessLaneSpecific",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Specification of entry open times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasroadInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Road information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AccessRoad",
      "range": "datex_LocationReferencing:RoadInformation"
    },
    {
      "@id": "NOT_FOUND:hascorrespondingJunction",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Corresponding junction",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicularAccess",
      "range": "NOT_FOUND:AccessJunction"
    },
    {
      "@id": "NOT_FOUND:hasaccessLaneSpecific",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Access lane specific",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicularAccess",
      "range": "NOT_FOUND:AccessLaneSpecific"
    },
    {
      "@id": "NOT_FOUND:hasassignmentValidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Assignment validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "datex_Common:OverallPeriod"
    },
    {
      "@id": "NOT_FOUND:hasexclusivelyAssignedFor",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exclusively assigned for",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "NOT_FOUND:Eligibility",
      "comment": {
        "@value": "Parking is only allowed for the assignment specified here, i.e. other assignments are not allowed. By using this role, it is not allowed to use 'applicableFor' and 'prohibitedFor' for the same type of attributes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasprohibitedFor",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Prohibited for",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "NOT_FOUND:Eligibility",
      "comment": {
        "@value": "Parking is not allowed for the given assignment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasapplicableFor",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Applicable for",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Assignment",
      "range": "NOT_FOUND:Eligibility",
      "comment": {
        "@value": "Assignments for parking. Other assignments are allowed as well, i.e. the parking spaces are convenient for this kind of assignment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasmaximumParkingSpaceDimension",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Maximum parking space dimension",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:Dimension",
      "comment": {
        "@value": "Dimension of the largest space within this area (i.e. there must be at least one space of this dimension). If the comparison of dimension values is not unique, the length is decisive.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasminimumParkingSpaceDimension",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Minimum parking space dimension",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:Dimension",
      "comment": {
        "@value": "Lower dimension boundaries for all spaces within the area. Note that there need not exist a space with this exact dimension, but each space's dimension values must be equal or higher.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hastotalDimension",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Total dimension",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:Dimension",
      "comment": {
        "@value": "Dimension of a virtual rectangle encapsulating the area of all parking spaces in the described hierarchy level. Use 'usableArea' to define the total space available for parking within this group. Do not use 'height'.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasassignment",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Assignment",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:Assignment"
    },
    {
      "@id": "NOT_FOUND:hasdedicatedAccess",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Dedicated access",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AdditionalCharacteristics",
      "range": "NOT_FOUND:DedicatedAccess"
    },
    {
      "@id": "NOT_FOUND:hasadditionalCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Additional characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:AdditionalCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hascharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:Characteristics"
    },
    {
      "@id": "NOT_FOUND:hasmarketing",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Marketing",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:Marketing"
    },
    {
      "@id": "NOT_FOUND:haspermitsAndProhibitions",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Permits and prohibitions",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:PermitsAndProhibitions"
    },
    {
      "@id": "NOT_FOUND:hasrgbColour",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rgb colour",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:RgbColour"
    },
    {
      "@id": "NOT_FOUND:hassafetyStandardClassification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Safety standard classification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:SafetyStandardClassification"
    },
    {
      "@id": "NOT_FOUND:hasoperatingPattern",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating pattern",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:OperatingPattern"
    },
    {
      "@id": "NOT_FOUND:hasparkingRoute",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking route",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:ParkingRoute"
    },
    {
      "@id": "NOT_FOUND:hasparkingVms",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking VMS",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:ParkingVms"
    },
    {
      "@id": "NOT_FOUND:hasthresholdConfiguration",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Threshold configuration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CommonComponents",
      "range": "NOT_FOUND:ThresholdConfiguration"
    },
    {
      "@id": "NOT_FOUND:hasimageAlbum",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Image album",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Marketing",
      "range": "NOT_FOUND:ImageAlbum"
    },
    {
      "@id": "NOT_FOUND:hascertifiedSecureParking",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Certified secure parking",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SafetyStandardClassification",
      "range": "NOT_FOUND:CertifiedSecureParking"
    },
    {
      "@id": "NOT_FOUND:hasadditionalCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Additional characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:IdentifiedArea",
      "range": "NOT_FOUND:AdditionalCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hasoperatingPattern",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating pattern",
        "@language": "en"
      },
      "domain": "NOT_FOUND:IdentifiedArea",
      "range": "NOT_FOUND:OperatingPattern"
    },
    {
      "@id": "NOT_FOUND:hascharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SpecificArea",
      "range": "NOT_FOUND:Characteristics"
    },
    {
      "@id": "NOT_FOUND:hasintersectionDestinationMotorway",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Intersection destination motorway",
        "@language": "en"
      },
      "domain": "NOT_FOUND:JunctionInformation",
      "range": "datex_LocationReferencing:RoadInformation",
      "comment": {
        "@value": "In case of any type of intersection, the destination motorway(s) can be defined.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasmotorway",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Motorway",
        "@language": "en"
      },
      "domain": "NOT_FOUND:JunctionInformation",
      "range": "datex_LocationReferencing:RoadInformation",
      "comment": {
        "@value": "A detailed identification of the motorway the junction belongs to.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasjunctionInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Junction information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PointLocationForParking",
      "range": "NOT_FOUND:JunctionInformation"
    },
    {
      "@id": "NOT_FOUND:hasvalidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPattern",
      "range": "datex_Common:OverallPeriod"
    },
    {
      "@id": "NOT_FOUND:hasrelatedLocation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Related location",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPattern",
      "range": "NOT_FOUND:RelatedLocation"
    },
    {
      "@id": "NOT_FOUND:haspublicTransportSchedule",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Public transport schedule",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportStop",
      "range": "NOT_FOUND:PublicTransportSchedule"
    },
    {
      "@id": "NOT_FOUND:hasdistanceFromOrigin",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Distance from origin",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelatedLocation",
      "range": "datex_Common:IntegerMetreDistanceValue"
    },
    {
      "@id": "NOT_FOUND:haslocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelatedLocation",
      "range": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "NOT_FOUND:hasvalidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PublicTransportSchedule",
      "range": "datex_Common:Validity"
    },
    {
      "@id": "NOT_FOUND:hasorganisation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Organisation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatorDefinedPlace",
      "range": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:hasorganisation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Organisation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ResponsibilityRoleAssignment",
      "range": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:hasparkingRouteColour",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking route colour",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRoute",
      "range": "NOT_FOUND:RgbColour",
      "comment": {
        "@value": "A colour assigned to a parking route for visualisation purpose.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:haslocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "NOT_FOUND:hasparkingVms",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking VMS",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteDetails",
      "range": "NOT_FOUND:ParkingVms"
    },
    {
      "@id": "NOT_FOUND:hasvmsOperator",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "VMS operator",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingVms",
      "range": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:hasprobability",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Probability",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "datex_Common:PercentageValue",
      "comment": {
        "@value": "The probability that at least one parking space within the specified parking element is available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasoverrideThresholdConfiguration",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Override threshold configuration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "NOT_FOUND:ThresholdConfiguration",
      "comment": {
        "@value": "Possibility to override the thresholds for the parking, which are in principle defined in the static part of the model (ParkingStatusPublication).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasvehicleCountAndRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle count and rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Occupancy",
      "range": "NOT_FOUND:VehicleCountAndRate"
    },
    {
      "@id": "NOT_FOUND:hasptScheduleUpdate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Pt schedule update",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingPatternStatus",
      "range": "NOT_FOUND:PublicTransportSchedule",
      "comment": {
        "@value": "Provides an updated version of the public transport schedule (with same id, but new version).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hastravelTimeData",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Travel time data",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingRouteStatus",
      "range": "datex_RoadTrafficData:TravelTimeData"
    },
    {
      "@id": "NOT_FOUND:hasoccupancy",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Occupancy",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:Occupancy"
    },
    {
      "@id": "NOT_FOUND:hasoperatingPatternStatus",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating pattern status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:OperatingPatternStatus"
    },
    {
      "@id": "NOT_FOUND:hasparkingRouteStatus",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking route status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:ParkingRouteStatus"
    },
    {
      "@id": "NOT_FOUND:hasstatusValidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Status validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:StatusValidity"
    },
    {
      "@id": "NOT_FOUND:hasdemandTable",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Demand table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:DemandTable"
    },
    {
      "@id": "NOT_FOUND:hassupply",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Supply",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusInformation",
      "range": "NOT_FOUND:Supply"
    },
    {
      "@id": "NOT_FOUND:hasvalidityTimeSpecification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Validity time specification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ValidityByPeriod",
      "range": "datex_Common:OverallPeriod",
      "comment": {
        "@value": "A specification of periods of validity defined by overall bounding start and end times and the possible intersection of valid periods with exception periods (exception periods overriding valid periods).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hascommonComponents",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Common components",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Place",
      "range": "NOT_FOUND:CommonComponents"
    },
    {
      "@id": "NOT_FOUND:hascommonComponents",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Common components",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Campus",
      "range": "NOT_FOUND:CommonComponents"
    },
    {
      "@id": "NOT_FOUND:hasoperatorDefinedPlace",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operator defined place",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "NOT_FOUND:OperatorDefinedPlace"
    },
    {
      "@id": "NOT_FOUND:hasresponsibilityRoleAssignment",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Responsibility role assignment",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "NOT_FOUND:ResponsibilityRoleAssignment"
    },
    {
      "@id": "NOT_FOUND:hasoccupancyLevel",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Occupancy level",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "NOT_FOUND:OccupancyLevel"
    },
    {
      "@id": "NOT_FOUND:hassupply",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Supply",
        "@language": "en"
      },
      "domain": "NOT_FOUND:HierarchyElementGeneral",
      "range": "NOT_FOUND:Supply"
    },
    {
      "@id": "NOT_FOUND:hasspaceMaximumUsableDimensions",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Space maximum usable dimensions",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Space",
      "range": "NOT_FOUND:Dimension",
      "comment": {
        "@value": "The maximal allowed physical dimensions for this space.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasadditionalCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Additional characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Space",
      "range": "NOT_FOUND:AdditionalCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hasoperatingPattern",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating pattern",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Space",
      "range": "NOT_FOUND:OperatingPattern"
    },
    {
      "@id": "NOT_FOUND:hascommonComponents",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Common components",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SubplaceElement",
      "range": "NOT_FOUND:CommonComponents"
    },
    {
      "@id": "NOT_FOUND:hasoccupancyLevel",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Occupancy level",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandSpaceType",
      "range": "NOT_FOUND:OccupancyLevel"
    },
    {
      "@id": "NOT_FOUND:hasdemandSpaceType",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Demand space type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandTable",
      "range": "NOT_FOUND:DemandSpaceType"
    },
    {
      "@id": "NOT_FOUND:hasdemandType",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Demand type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DemandTable",
      "range": "NOT_FOUND:DemandType"
    },
    {
      "@id": "NOT_FOUND:hasstatusColourMapping",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Status colour mapping",
        "@language": "en"
      },
      "domain": "NOT_FOUND:StatusConfiguration",
      "range": "NOT_FOUND:RgbColour",
      "comment": {
        "@value": "A colour which is mapped to the status.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasthresholds",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Thresholds",
        "@language": "en"
      },
      "domain": "NOT_FOUND:StatusConfiguration",
      "range": "NOT_FOUND:Thresholds",
      "comment": {
        "@value": "A configuration of thresholds from which the specified parking site status should become active.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasstatusConfiguration",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Status configuration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ThresholdConfiguration",
      "range": "NOT_FOUND:StatusConfiguration"
    },
    {
      "@id": "NOT_FOUND:hasmeasurementTimeDefault",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Measurement time default",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "datex_RoadTrafficData:MeasurementOrCalculationTime",
      "comment": {
        "@value": "The time associated with the set of measurements.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasvehicleCountWithinInterval",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle count within interval",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "NOT_FOUND:VehicleCountWithinInterval"
    },
    {
      "@id": "NOT_FOUND:hasvehicleRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountAndRate",
      "range": "NOT_FOUND:VehicleRate"
    },
    {
      "@id": "NOT_FOUND:hascountedVehicles",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Counted vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "datex_Common:VehicleCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hasmeasurementOrCalculationTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Measurement or calculation time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "datex_RoadTrafficData:MeasurementOrCalculationTime"
    },
    {
      "@id": "NOT_FOUND:haschangeOfOccupiedSpaces",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Change of occupied spaces",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "NOT_FOUND:OccupancyChangeValue",
      "comment": {
        "@value": "The change in the number of occupied spaces for specified vehicles within the given interval. Negative values mean less occupied spaces than at the beginning of the interval.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasnumberOfIncomingVehicles",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Number of incoming vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "NOT_FOUND:VehicleCountValue",
      "comment": {
        "@value": "Number of vehicles of specified type that entered the specified parking within the given interval.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasnumberOfOutgoingVehicles",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Number of outgoing vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleCountWithinInterval",
      "range": "NOT_FOUND:VehicleCountValue",
      "comment": {
        "@value": "Number of vehicles of specified type that left the specified parking within the given interval.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasfillRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Fill rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleRate",
      "range": "datex_Common:VehicleFlowValue",
      "comment": {
        "@value": "The rate at which vehicles are entering the parking expressed in vehicles per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasvehicleFlowRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle flow rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleRate",
      "range": "datex_Common:VehicleFlowValue",
      "comment": {
        "@value": "A value of vehicle flow rate expressed in vehicles per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasexitRate",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Exit rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleRate",
      "range": "datex_Common:VehicleFlowValue",
      "comment": {
        "@value": "The rate at which vehicles are exiting the parking expressed in vehicles per hour.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasmeasuredVehicles",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Measured vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleRate",
      "range": "datex_Common:VehicleCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hasmeasurementOrCalculationTime",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Measurement or calculation time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:VehicleRate",
      "range": "datex_RoadTrafficData:MeasurementOrCalculationTime"
    },
    {
      "@id": "NOT_FOUND:hasinformationManager",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Information manager",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTable",
      "range": "datex_Common:InternationalIdentifier",
      "comment": {
        "@value": "Organisation that manages the information content (is responsible for updates of this information) typically the organisation that first made the DATEX II publication of this content.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hashierarchyElementGeneral",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Hierarchy element general",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTable",
      "range": "NOT_FOUND:HierarchyElementGeneral"
    },
    {
      "@id": "NOT_FOUND:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTablePublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "NOT_FOUND:hasparkingTable",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingTablePublication",
      "range": "NOT_FOUND:ParkingTable"
    },
    {
      "@id": "NOT_FOUND:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusPublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "NOT_FOUND:hasparkingStatusInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Parking status information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ParkingStatusPublication",
      "range": "NOT_FOUND:ParkingStatusInformation"
    }
  ]
}