{
  "@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/Facilities",
      "@type": "foaf:Document",
      "license": "http://creativecommons.org/licenses/by/3.0/",
      "hasFormat": "http://datex2.eu/vocab/3/Facilities/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_Facilities:Ontology"
    },
    {
      "@id": "datex_Facilities: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/Facilities",
      "label": {
        "@value": "Linked DATEX II",
        "@language": "en"
      },
      "seeAlso": "http://datex2.eu/schema/3/Facilities"
    },
    {
      "@id": "NOT_FOUND:RefundTypeEnum",
      "label": {
        "@value": "Refund type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Refund type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RefundTypeEnum#surchargeNonRefundable",
      "label": {
        "@value": "Refund type enum surcharge non refundable",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RefundTypeEnum",
      "comment": {
        "@value": "The surcharge amount is non-refundable, when termination conditions are met.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RefundTypeEnum#surchargePartiallyRefundable",
      "label": {
        "@value": "Refund type enum surcharge partially refundable",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RefundTypeEnum",
      "comment": {
        "@value": "The surcharge amount is partially but not fully refundable, when termination conditions are met",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RefundTypeEnum#surchargeFullyRefundable",
      "label": {
        "@value": "Refund type enum surcharge fully refundable",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RefundTypeEnum",
      "comment": {
        "@value": "The surcharge amount is fully refundable, when termination conditions are met.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum",
      "label": {
        "@value": "Reservation type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Reservation type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#optional",
      "label": {
        "@value": "Reservation type enum optional",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Reservation is optional.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#mandatory",
      "label": {
        "@value": "Reservation type enum mandatory",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Reservation is mandatory.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#notAvailable",
      "label": {
        "@value": "Reservation type enum not available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Reservation is not possible.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#partly",
      "label": {
        "@value": "Reservation type enum partly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "There is a specific contingent, that can be reserved.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#unknown",
      "label": {
        "@value": "Reservation type enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Possibility of reservation is unknown,",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ReservationTypeEnum#unspecified",
      "label": {
        "@value": "Reservation type enum unspecified",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ReservationTypeEnum",
      "comment": {
        "@value": "Possibility of reservation is not specified.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum",
      "label": {
        "@value": "Opening status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Opening status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#open",
      "label": {
        "@value": "Opening status enum open",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Open resp. available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#openWithServiceLimitation",
      "label": {
        "@value": "Opening status enum open with service limitation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Open, but with limited services.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#closed",
      "label": {
        "@value": "Opening status enum closed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Closed, usually because of the regular opening times.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#closedOnHoliday",
      "label": {
        "@value": "Opening status enum closed on holiday",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Closed because of a holiday or holidays.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#closedOnMaintenance",
      "label": {
        "@value": "Opening status enum closed on maintenance",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Closed because of maintenance activities.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#temporarilyClosed",
      "label": {
        "@value": "Opening status enum temporarily closed",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Temporarily closed.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#statusUnknown",
      "label": {
        "@value": "Opening status enum status unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "The opening status is unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpeningStatusEnum#other",
      "label": {
        "@value": "Opening status enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum",
      "label": {
        "@value": "Accessibility enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Accessibility enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#barrierFreeAccessible",
      "label": {
        "@value": "Accessibility enum barrier free accessible",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "Accessible without any steps or other barriers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#disabilityAccessible",
      "label": {
        "@value": "Accessibility enum disability accessible",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "Accessible for persons with disabilities. Wheelchair accessible is a special form of it.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#wheelChairAccessible",
      "label": {
        "@value": "Accessibility enum wheel chair accessible",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "Accessible by people in a wheelchair.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#disabilityFacilities",
      "label": {
        "@value": "Accessibility enum disability facilities",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "There are special facilities for persons with disabilities, like handrails or special furniture.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#orientationSystemForBlindPeople",
      "label": {
        "@value": "Accessibility enum orientation system for blind people",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "There is some orientation system, which helps blind or visually impaired people. Examples might be some acoustic system or tactile paving.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#marking",
      "label": {
        "@value": "Accessibility enum marking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "There is a visible mark for the privilege of persons with disabilities (e.g. a wheelchair symbol).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#none",
      "label": {
        "@value": "Accessibility enum none",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "No form of special accessibility, i.e. usually not convenient for persons with disabilities, e.g. because of steps or barriers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#unknown",
      "label": {
        "@value": "Accessibility enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "It is unknown whether there is a special form of accessibility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AccessibilityEnum#other",
      "label": {
        "@value": "Accessibility enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum",
      "label": {
        "@value": "Means of payment enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Means of payment enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#paymentCreditCard",
      "label": {
        "@value": "Means of payment enum payment credit card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Payment by electronic payment credit card which is a small plastic card issued by a bank, building society, or other financial institution (ISO/IEC 7813 and other related standards), allowing the holder to purchase goods or services on credit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#cashBillsOnly",
      "label": {
        "@value": "Means of payment enum cash bills only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Cash payment using bills only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#cashCoinsOnly",
      "label": {
        "@value": "Means of payment enum cash coins only",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Cash payment with coins only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#tollTag",
      "label": {
        "@value": "Means of payment enum toll tag",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Toll tag (RFID) or similar, with associated account.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#mobileAccount",
      "label": {
        "@value": "Means of payment enum mobile account",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Payment method using an app or other functions typically via a smartphone to a linked bank or card account.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#cashCoinsAndBills",
      "label": {
        "@value": "Means of payment enum cash coins and bills",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Cash payment using bills and/or coins only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#prepay",
      "label": {
        "@value": "Means of payment enum prepay",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Advanced payment for parking right.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#paymentDebitCard",
      "label": {
        "@value": "Means of payment enum payment debit card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Payment by electronic payment debit card which is a small plastic card (ISO/IEC 7813 and other related standards), allowing the holder to transfer money electronically from their bank account when making a purchase.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#paymentValueCard",
      "label": {
        "@value": "Means of payment enum payment value card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Payment by electronic payment debit card which is a small plastic card (ISO/IEC 7813 and other related standards) with a monetary value stored on the card itself, that may not be linked to an external account maintained by a financial institution.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:MeansOfPaymentEnum#unknown",
      "label": {
        "@value": "Means of payment enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:TimeZone",
      "label": {
        "@value": "Time zone",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Identifies a time zone by specifying the difference to UTC in hours and minutes, as defined in ISO 8601.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum",
      "label": {
        "@value": "Right type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Right type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#oneTimeUseParking",
      "label": {
        "@value": "Right type enum one time use parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended for one time or limited parking usage.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#permitParking",
      "label": {
        "@value": "Right type enum permit parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended for multi-use parking usage.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#loadingUnloading",
      "label": {
        "@value": "Right type enum loading unloading",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended granting permissions to load and unload vehicles.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#setdownPickup",
      "label": {
        "@value": "Right type enum setdown pickup",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended for passenger setdown and pickup.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#waiting",
      "label": {
        "@value": "Right type enum waiting",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended to grant permission for an accompanied vehicle to wait.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#accessPermission",
      "label": {
        "@value": "Right type enum access permission",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended grant access permission.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#doingReservation",
      "label": {
        "@value": "Right type enum doing reservation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended granting doing a reservation (e.g. for parking or electric charging)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightTypeEnum#electricCharging",
      "label": {
        "@value": "Right type enum electric charging",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "RightSpecification intended grant electric charging",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum",
      "label": {
        "@value": "Service facility type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Service facility type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#bikeGarage",
      "label": {
        "@value": "Service facility type enum bike garage",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A place where bikes are repaired.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#bikeSharing",
      "label": {
        "@value": "Service facility type enum bike sharing",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Bike Sharing.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#cafe",
      "label": {
        "@value": "Service facility type enum cafe",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Cafe.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#carWash",
      "label": {
        "@value": "Service facility type enum car wash",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Car wash.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#docstop",
      "label": {
        "@value": "Service facility type enum docstop",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "The site is part of the Docstop project, http://www.docstoponline.eu, which means medical assistance for professional drivers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#foodShopping",
      "label": {
        "@value": "Service facility type enum food shopping",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Food shopping.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#hotel",
      "label": {
        "@value": "Service facility type enum hotel",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A hotel.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#kiosk",
      "label": {
        "@value": "Service facility type enum kiosk",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Kiosk.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#laundry",
      "label": {
        "@value": "Service facility type enum laundry",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A possibility for washing clothes (might also be a laundromat with coins).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#leisureActivities",
      "label": {
        "@value": "Service facility type enum leisure activities",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "There are leisure activities offered on the site or in the very near surrounding. Use the additional description attribute to give details.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#medicalFacility",
      "label": {
        "@value": "Service facility type enum medical facility",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Medical facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#motel",
      "label": {
        "@value": "Service facility type enum motel",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Hotel located aside a motorway.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#motorcycleGarage",
      "label": {
        "@value": "Service facility type enum motorcycle garage",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A place where motorcycles are repaired.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#motorwayRestaurant",
      "label": {
        "@value": "Service facility type enum motorway restaurant",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Restaurant located on a motorway rest area.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#motorwayRestaurantSmall",
      "label": {
        "@value": "Service facility type enum motorway restaurant small",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Smaller type of restaurant located on a motorway rest area. Might be with limited offers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#overnightAccommodation",
      "label": {
        "@value": "Service facility type enum overnight accommodation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "An accommodation to stay overnight.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#petrolStation",
      "label": {
        "@value": "Service facility type enum petrol station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Indicates whether it is possible to get petrol.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#pharmacy",
      "label": {
        "@value": "Service facility type enum pharmacy",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Pharmacy.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#payDesk",
      "label": {
        "@value": "Service facility type enum pay desk",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A manned possibility to pay.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#police",
      "label": {
        "@value": "Service facility type enum police",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Indicates whether a police station is on site or very close.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#restaurant",
      "label": {
        "@value": "Service facility type enum restaurant",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Restaurant.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#restaurantSelfService",
      "label": {
        "@value": "Service facility type enum restaurant self service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A restaurant where people arrange and fetch their meal themselves, this might enclose a buffet.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#shop",
      "label": {
        "@value": "Service facility type enum shop",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A shop of unspecified kind.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#snackBar",
      "label": {
        "@value": "Service facility type enum snack bar",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A snack bar.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#sparePartsShopping",
      "label": {
        "@value": "Service facility type enum spare parts shopping",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Spare parts shopping.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#touristInformation",
      "label": {
        "@value": "Service facility type enum tourist information",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Tourist information with employees.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#truckRepair",
      "label": {
        "@value": "Service facility type enum truck repair",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Truck repair.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#truckWash",
      "label": {
        "@value": "Service facility type enum truck wash",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Truck wash.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#tyreRepair",
      "label": {
        "@value": "Service facility type enum tyre repair",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "A tyre repair service.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#vehicleMaintenance",
      "label": {
        "@value": "Service facility type enum vehicle maintenance",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Garage repair service.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#unknown",
      "label": {
        "@value": "Service facility type enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ServiceFacilityTypeEnum#other",
      "label": {
        "@value": "Service facility type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "Some other service facility. Use the description attribute to specify it.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateTypeEnum",
      "label": {
        "@value": "Rate type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Rate type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RateTypeEnum#contract",
      "label": {
        "@value": "Rate type enum contract",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateTypeEnum",
      "comment": {
        "@value": "Rate provided to contract holders only.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateTypeEnum#daily",
      "label": {
        "@value": "Rate type enum daily",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateTypeEnum",
      "comment": {
        "@value": "Rate provided on a daily rate, per calendar day.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateTypeEnum#event",
      "label": {
        "@value": "Rate type enum event",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateTypeEnum",
      "comment": {
        "@value": "Rate provided in combination with a specific event.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateTypeEnum#hourly",
      "label": {
        "@value": "Rate type enum hourly",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateTypeEnum",
      "comment": {
        "@value": "Rate provided on an hourly basis.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Duration",
      "label": {
        "@value": "Duration",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A duration of time, which may consist of years, months, days, hours, minutes, and seconds components, as defined in ISO 8601.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ImageFormatEnum",
      "label": {
        "@value": "Image format enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Image format enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:ImageFormatEnum#bmp",
      "label": {
        "@value": "Image format enum bmp",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ImageFormatEnum",
      "comment": {
        "@value": "The bmp image format",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ImageFormatEnum#gif",
      "label": {
        "@value": "Image format enum gif",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ImageFormatEnum",
      "comment": {
        "@value": "The gif image format",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ImageFormatEnum#jpeg",
      "label": {
        "@value": "Image format enum jpeg",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ImageFormatEnum",
      "comment": {
        "@value": "The jpeg image format",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ImageFormatEnum#png",
      "label": {
        "@value": "Image format enum png",
        "@language": "en"
      },
      "@type": "NOT_FOUND:ImageFormatEnum",
      "comment": {
        "@value": "The png image format",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AvailabilityEnum",
      "label": {
        "@value": "Availability enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Availability enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:AvailabilityEnum#available",
      "label": {
        "@value": "Availability enum available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AvailabilityEnum",
      "comment": {
        "@value": "The element in question is available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AvailabilityEnum#notAvailable",
      "label": {
        "@value": "Availability enum not available",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AvailabilityEnum",
      "comment": {
        "@value": "The element in question is not available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AvailabilityEnum#unknown",
      "label": {
        "@value": "Availability enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:AvailabilityEnum",
      "comment": {
        "@value": "There is no information about whether the element in question is available or not.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum",
      "label": {
        "@value": "Energy source enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Energy source enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#all",
      "label": {
        "@value": "Energy source enum all",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "All sort of fuel is accepted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#battery",
      "label": {
        "@value": "Energy source enum battery",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Battery.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#biodiesel",
      "label": {
        "@value": "Energy source enum biodiesel",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Biodiesel.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#diesel",
      "label": {
        "@value": "Energy source enum diesel",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Fuel used for compression-ignition (CI) engines.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#dieselBatteryHybrid",
      "label": {
        "@value": "Energy source enum diesel battery hybrid",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Diesel and battery hybrid.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#ethanol",
      "label": {
        "@value": "Energy source enum ethanol",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Ethanol.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#hydrogen",
      "label": {
        "@value": "Energy source enum hydrogen",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Hydrogen.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#liquidGas",
      "label": {
        "@value": "Energy source enum liquid gas",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Liquid gas of any type including LPG.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#lpg",
      "label": {
        "@value": "Energy source enum lpg",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Liquid petroleum gas.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#methane",
      "label": {
        "@value": "Energy source enum methane",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Methane gas.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrol",
      "label": {
        "@value": "Energy source enum petrol",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Fuel used for positive-ignition (PI) engines.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrol95Octane",
      "label": {
        "@value": "Energy source enum petrol95 octane",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Petrol with 95 octane.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrol98Octane",
      "label": {
        "@value": "Energy source enum petrol98 octane",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Petrol with 98 octane.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrolBatteryHybrid",
      "label": {
        "@value": "Energy source enum petrol battery hybrid",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Petrol and battery hybrid.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrolLeaded",
      "label": {
        "@value": "Energy source enum petrol leaded",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Leaded petrol.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#petrolUnleaded",
      "label": {
        "@value": "Energy source enum petrol unleaded",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Unleaded petrol.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#unknown",
      "label": {
        "@value": "Energy source enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "The sort of fuel is not known.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EnergySourceEnum#other",
      "label": {
        "@value": "Energy source enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OrganisationTypeEnum",
      "label": {
        "@value": "Organisation type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Organisation type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:OrganisationTypeEnum#publicSector",
      "label": {
        "@value": "Organisation type enum public sector",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OrganisationTypeEnum",
      "comment": {
        "@value": "Public sector organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OrganisationTypeEnum#privateSector",
      "label": {
        "@value": "Organisation type enum private sector",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OrganisationTypeEnum",
      "comment": {
        "@value": "Private sector organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum",
      "label": {
        "@value": "Operation status enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Operation status enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#inOperation",
      "label": {
        "@value": "Operation status enum in operation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The specified element is in operation right now.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#limitedOperation",
      "label": {
        "@value": "Operation status enum limited operation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The specified element is in operation on a limited basis.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#notInOperation",
      "label": {
        "@value": "Operation status enum not in operation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The specified element is not operating right now.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#notInOperationAbnormal",
      "label": {
        "@value": "Operation status enum not in operation abnormal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The specified element is not operating due to abnormal conditions (holidays, restoration-works, long-term closure, ....).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#technicalDefect",
      "label": {
        "@value": "Operation status enum technical defect",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "The specified element is not in operation due to a technical defect.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperationStatusEnum#unknown",
      "label": {
        "@value": "Operation status enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "There is no information about the operation status.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:AmountOfMoney",
      "label": {
        "@value": "Amount of money",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A monetary value expressed to two decimal places.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Decimal"
    },
    {
      "@id": "NOT_FOUND:RateAvailabilityTypeEnum",
      "label": {
        "@value": "Rate availability type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Rate availability type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RateAvailabilityTypeEnum#private",
      "label": {
        "@value": "Rate availability type enum private",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateAvailabilityTypeEnum",
      "comment": {
        "@value": "Where parking access limited to known and authorized individuals.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateAvailabilityTypeEnum#public",
      "label": {
        "@value": "Rate availability type enum public",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateAvailabilityTypeEnum",
      "comment": {
        "@value": "Open to the public.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateAvailabilityTypeEnum#restricted",
      "label": {
        "@value": "Rate availability type enum restricted",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateAvailabilityTypeEnum",
      "comment": {
        "@value": "Open to the public but need a direct purpose or permission to use from the owner (e.g. doctor's surgery, storefront)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum",
      "label": {
        "@value": "Payment brands enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Payment brands enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#americanExpress",
      "label": {
        "@value": "Payment brands enum american express",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "American Express",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#applePay",
      "label": {
        "@value": "Payment brands enum apple pay",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Apple pay",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#cirrus",
      "label": {
        "@value": "Payment brands enum cirrus",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Cirrus",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#dinersClub",
      "label": {
        "@value": "Payment brands enum diners club",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Diners Club",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#discoverCard",
      "label": {
        "@value": "Payment brands enum discover card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Discover Card",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#giroCard",
      "label": {
        "@value": "Payment brands enum giro card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Giro card",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#maestro",
      "label": {
        "@value": "Payment brands enum maestro",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Maestro",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#masterCard",
      "label": {
        "@value": "Payment brands enum master card",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Master Card",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#visa",
      "label": {
        "@value": "Payment brands enum visa",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Visa",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#vpay",
      "label": {
        "@value": "Payment brands enum vpay",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "VPay",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentBrandsEnum#other",
      "label": {
        "@value": "Payment brands enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "Another brand",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum",
      "label": {
        "@value": "Facility type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Facility type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#airport",
      "label": {
        "@value": "Facility type enum airport",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "An airport",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#carPark",
      "label": {
        "@value": "Facility type enum car park",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A car park",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#carRentalStation",
      "label": {
        "@value": "Facility type enum car rental station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A rental station for cars",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#electricChargingStation",
      "label": {
        "@value": "Facility type enum electric charging station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "An electric charging station",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#energyInfrastructureSite",
      "label": {
        "@value": "Facility type enum energy infrastructure site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "An energy infrastructure site",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#lorryParkingSite",
      "label": {
        "@value": "Facility type enum lorry parking site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A parking site for lorries",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#parkingSite",
      "label": {
        "@value": "Facility type enum parking site",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A location to park vehicles",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#petrolStation",
      "label": {
        "@value": "Facility type enum petrol station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A petrol station",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#publicTransportDepot",
      "label": {
        "@value": "Facility type enum public transport depot",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A depot for public transport",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#publicTransportHub",
      "label": {
        "@value": "Facility type enum public transport hub",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A hub for public transport",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#shoppingCentre",
      "label": {
        "@value": "Facility type enum shopping centre",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A shopping centre",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#trainStation",
      "label": {
        "@value": "Facility type enum train station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "A train station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityTypeEnum#other",
      "label": {
        "@value": "Facility type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "Some other type of infrastructure",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineTypeEnum",
      "label": {
        "@value": "Rate line type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Rate line type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RateLineTypeEnum#flatRate",
      "label": {
        "@value": "Rate line type enum flat rate",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateLineTypeEnum",
      "comment": {
        "@value": "A rate applied to the rate line which is not time/duration dependent. i.e. a single fixed payment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineTypeEnum#incrementingRate",
      "label": {
        "@value": "Rate line type enum incrementing rate",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateLineTypeEnum",
      "comment": {
        "@value": "A charge rate that increases by a defined amount in a defined time.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineTypeEnum#flatRateTier",
      "label": {
        "@value": "Rate line type enum flat rate tier",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateLineTypeEnum",
      "comment": {
        "@value": "A flat rate charge rate associated with a specific time-based tier. This is a special case of an incrementing rate.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineTypeEnum#perUnit",
      "label": {
        "@value": "Rate line type enum per unit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateLineTypeEnum",
      "comment": {
        "@value": "A charge rate that is calculated per unit (the unit should be specified, for example in RefillPoint)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CurrencyCode",
      "label": {
        "@value": "Currency code",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Three letter code defining the currency according to ISO 4217:2015 (e.g. EUR for Euro).",
        "@language": "en"
      },
      "subClassOf": "datex_Common:String"
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum",
      "label": {
        "@value": "User type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "User type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#allUsers",
      "label": {
        "@value": "User type enum all users",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "All users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#commuters",
      "label": {
        "@value": "User type enum commuters",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Commuters.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#customers",
      "label": {
        "@value": "User type enum customers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Customers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#elderlyUsers",
      "label": {
        "@value": "User type enum elderly users",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Elderly users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#employees",
      "label": {
        "@value": "User type enum employees",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Employees.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#families",
      "label": {
        "@value": "User type enum families",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Families.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#personsWithDisabilities",
      "label": {
        "@value": "User type enum persons with disabilities",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Persons with disabilities",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#hearingImpaired",
      "label": {
        "@value": "User type enum hearing impaired",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "People with hearing loss",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#hotelGuests",
      "label": {
        "@value": "User type enum hotel guests",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Hotel guests.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#longTermParkers",
      "label": {
        "@value": "User type enum long term parkers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Long-term parker.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#members",
      "label": {
        "@value": "User type enum members",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Members.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#men",
      "label": {
        "@value": "User type enum men",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Men.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#overnightParkers",
      "label": {
        "@value": "User type enum overnight parkers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Overnight parker.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#parkAndCycleUser",
      "label": {
        "@value": "User type enum park and cycle user",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Park and cycle user.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#parkAndRideUsers",
      "label": {
        "@value": "User type enum park and ride users",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Users that are exchanging into public transport at a park and ride station.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#parkAndWalkUser",
      "label": {
        "@value": "User type enum park and walk user",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Park and walk user.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#pensioners",
      "label": {
        "@value": "User type enum pensioners",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Pensioners.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#pregnantWomen",
      "label": {
        "@value": "User type enum pregnant women",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Pregnant women.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#registeredDisabledUsers",
      "label": {
        "@value": "User type enum registered disabled users",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Registered disabled persons.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#reservationHolders",
      "label": {
        "@value": "User type enum reservation holders",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Those who have a valid reservation, e.g. for the duration of parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#residents",
      "label": {
        "@value": "User type enum residents",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Local residents.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#seasonTicketHolders",
      "label": {
        "@value": "User type enum season ticket holders",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Season ticket holders.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#shoppers",
      "label": {
        "@value": "User type enum shoppers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Shoppers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#shortTermParkers",
      "label": {
        "@value": "User type enum short term parkers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Short-term parker.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#sportEventAwaySupporters",
      "label": {
        "@value": "User type enum sport event away supporters",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Sport event away supporters.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#sportEventHomeSupporters",
      "label": {
        "@value": "User type enum sport event home supporters",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Sport event home supporters.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#students",
      "label": {
        "@value": "User type enum students",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Students.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#staff",
      "label": {
        "@value": "User type enum staff",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Staff.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#subscribers",
      "label": {
        "@value": "User type enum subscribers",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Subscribers.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#visitors",
      "label": {
        "@value": "User type enum visitors",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Visitors.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#visuallyImpaired",
      "label": {
        "@value": "User type enum visually impaired",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "People with vision impairment",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#wheelchairUsers",
      "label": {
        "@value": "User type enum wheelchair users",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Wheelchair users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#women",
      "label": {
        "@value": "User type enum women",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Women.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#unknown",
      "label": {
        "@value": "User type enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserTypeEnum#other",
      "label": {
        "@value": "User type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "label": {
        "@value": "Rate usage conditions type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Rate usage conditions type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:RateUsageConditionsTypeEnum#fixedDuration",
      "label": {
        "@value": "Rate usage conditions type enum fixed duration",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "comment": {
        "@value": "Fixed duration - check Rate Usage Duration Limitation field",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateUsageConditionsTypeEnum#fixedNumber",
      "label": {
        "@value": "Rate usage conditions type enum fixed number",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "comment": {
        "@value": "check Rate Usage Count Limitation field",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateUsageConditionsTypeEnum#once",
      "label": {
        "@value": "Rate usage conditions type enum once",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "comment": {
        "@value": "Permit can be used once",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateUsageConditionsTypeEnum#unlimited",
      "label": {
        "@value": "Rate usage conditions type enum unlimited",
        "@language": "en"
      },
      "@type": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "comment": {
        "@value": "Unlimited usage.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum",
      "label": {
        "@value": "Payment timing enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Payment timing enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#prepay",
      "label": {
        "@value": "Payment timing enum prepay",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Pay before entry",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#payOnEntry",
      "label": {
        "@value": "Payment timing enum pay on entry",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Pay at start of the parking session (e.g. for pay and display) ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#payPriorToExit",
      "label": {
        "@value": "Payment timing enum pay prior to exit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Pay at machine on foot prior to returning to vehicle and use payment ticket to exit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#payAfterExit",
      "label": {
        "@value": "Payment timing enum pay after exit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Payment on account",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#payAndExit",
      "label": {
        "@value": "Payment timing enum pay and exit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Pay directly at the exit with a payment card or other means of payment (usually, this payment card must have been used when entering as well). ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentTimingEnum#other",
      "label": {
        "@value": "Payment timing enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Other.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum",
      "label": {
        "@value": "Equipment type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Equipment type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#bikeParking",
      "label": {
        "@value": "Equipment type enum bike parking",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Bike parking.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#cashMachine",
      "label": {
        "@value": "Equipment type enum cash machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Cash machine.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#copyMachineOrService",
      "label": {
        "@value": "Equipment type enum copy machine or service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A possibility to create copies of documents.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#defibrillator",
      "label": {
        "@value": "Equipment type enum defibrillator",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Medical equipment to provide first aid after heart attacks.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#dsrcReceiver",
      "label": {
        "@value": "Equipment type enum dsrc receiver",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A system to manage digital short range communication (radio beacon transceivers), e.g. for tolling roadside equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#dumpingStation",
      "label": {
        "@value": "Equipment type enum dumping station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Possibility to get rid of sewage (especially for motorhomes).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#electricChargingStation",
      "label": {
        "@value": "Equipment type enum electric charging station",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "For charging vehicles, motorhome supply etc. The quantity attribute specifies the number of charging stations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#elevator",
      "label": {
        "@value": "Equipment type enum elevator",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indication of the availability of elevators.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#faxMachineOrService",
      "label": {
        "@value": "Equipment type enum fax machine or service",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A possibility to send and/or receive faxes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#fireExtinguisher",
      "label": {
        "@value": "Equipment type enum fire extinguisher",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Fire extinguisher",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#fireHose",
      "label": {
        "@value": "Equipment type enum fire hose",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A hose for water transport in case of fire.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#fireHydrant",
      "label": {
        "@value": "Equipment type enum fire hydrant",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Fire hydrant",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#firstAidEquipment",
      "label": {
        "@value": "Equipment type enum first aid equipment",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Equipment to support first aid on injured people. Note that 'defibrillator' is a separate literal.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#iceFreeScaffold",
      "label": {
        "@value": "Equipment type enum ice free scaffold",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A technical equipment to remove ice and snow from the roof of lorries.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#informationPoint",
      "label": {
        "@value": "Equipment type enum information point",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "An information point with employees.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#informationStele",
      "label": {
        "@value": "Equipment type enum information stele",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "An unmanned information point.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#internetTerminal",
      "label": {
        "@value": "Equipment type enum internet terminal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Public internet terminal. Charges may be specified using the TariffsAndPayment section.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#internetWireless",
      "label": {
        "@value": "Equipment type enum internet wireless",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Public wireless internet. Specifying an amount would be the number of hotspots/access points. Charges may be specified using the TariffsAndPayment section.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#luggageLocker",
      "label": {
        "@value": "Equipment type enum luggage locker",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Possibility to deposit luggage in a safe way.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#paymentMachine",
      "label": {
        "@value": "Equipment type enum payment machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A payment machine, for example a parking ticket machine.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#picnicFacilities",
      "label": {
        "@value": "Equipment type enum picnic facilities",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indication of whether any picnicking facilities, such as tables, chairs and shaded areas, are available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#playground",
      "label": {
        "@value": "Equipment type enum playground",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A playground for children.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#publicCardPhone",
      "label": {
        "@value": "Equipment type enum public card phone",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indicates whether there is a public telephone available that can be used with a card.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#publicCoinPhone",
      "label": {
        "@value": "Equipment type enum public coin phone",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indicates whether there is a public telephone available that can be used with coins.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#publicPhone",
      "label": {
        "@value": "Equipment type enum public phone",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indicates whether there is a public telephone available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#refuseBin",
      "label": {
        "@value": "Equipment type enum refuse bin",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Refuse bins for small amounts of garbage (see also 'wasteDisposal').",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#safeDeposit",
      "label": {
        "@value": "Equipment type enum safe deposit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A possibility to store valuable possession in a safe way. ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#shelter",
      "label": {
        "@value": "Equipment type enum shelter",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A shelter (against wind, sun, ....).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#shower",
      "label": {
        "@value": "Equipment type enum shower",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indicates whether there are shower facilities available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#snowAndIceRemovalEquipment",
      "label": {
        "@value": "Equipment type enum snow and ice removal equipment",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Equipment to remove snow and ice.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#toilet",
      "label": {
        "@value": "Equipment type enum toilet",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Indicates whether there are toilets available.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#tollTerminal",
      "label": {
        "@value": "Equipment type enum toll terminal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A terminal, where toll charges can be paid manually (this does not mean a toll gate on the road)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#tyreAirPressureEquipment",
      "label": {
        "@value": "Equipment type enum tyre air pressure equipment",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Equipment to measure and refill tyre air pressure.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#waterBasin",
      "label": {
        "@value": "Equipment type enum water basin",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A water basin to wash hands, clothes or dishes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#vendingMachine",
      "label": {
        "@value": "Equipment type enum vending machine",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "A vending machine for snacks, coffee etc. (without manpower).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#waterSupply",
      "label": {
        "@value": "Equipment type enum water supply",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Supply of fresh water, e.g. for motorhomes.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#wasteDisposal",
      "label": {
        "@value": "Equipment type enum waste disposal",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Possibility to get rid of waste in a legal way (e.g. for truckers or motorhomes). Normal refuse bins are not intended here.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#waterTap",
      "label": {
        "@value": "Equipment type enum water tap",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Fresh water out of a tap.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#none",
      "label": {
        "@value": "Equipment type enum none",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "None.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#unknown",
      "label": {
        "@value": "Equipment type enum unknown",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Unknown.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:EquipmentTypeEnum#other",
      "label": {
        "@value": "Equipment type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "Some other equipment. Use the description attribute to specify it.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SurchargeTypeEnum",
      "label": {
        "@value": "Surcharge type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Surcharge type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:SurchargeTypeEnum#reservation",
      "label": {
        "@value": "Surcharge type enum reservation",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SurchargeTypeEnum",
      "comment": {
        "@value": "Reservation fee",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SurchargeTypeEnum#mobilePayment",
      "label": {
        "@value": "Surcharge type enum mobile payment",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SurchargeTypeEnum",
      "comment": {
        "@value": "Mobile payment fee",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SurchargeTypeEnum#deposit",
      "label": {
        "@value": "Surcharge type enum deposit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SurchargeTypeEnum",
      "comment": {
        "@value": "Deposit fee",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SurchargeTypeEnum#membershipFee",
      "label": {
        "@value": "Surcharge type enum membership fee",
        "@language": "en"
      },
      "@type": "NOT_FOUND:SurchargeTypeEnum",
      "comment": {
        "@value": "Membership fee",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum",
      "label": {
        "@value": "Credential type enum",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Credential type enum",
        "@language": "en"
      },
      "subClassOf": "schema:Enumeration"
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#hangtag",
      "label": {
        "@value": "Credential type enum hangtag",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Visible, often removable, credential indicator, with visible markings",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#permit",
      "label": {
        "@value": "Credential type enum permit",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Issued credential, often in the form of an adhesive label, often placed on the windscreen, credential indicator, with visible markings",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#licensePlate",
      "label": {
        "@value": "Credential type enum license plate",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Fixed plate, in a defined format, used to identify a specific vehicle. Normally a permanent fixture.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#ticket",
      "label": {
        "@value": "Credential type enum ticket",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Typically issued paper with printed details, often with magnetic strips; typically single use disposable.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#eticket",
      "label": {
        "@value": "Credential type enum eticket",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Digital equivalent of a paper ticket, often presentable via smartphone or similar device for control.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#barcode",
      "label": {
        "@value": "Credential type enum barcode",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Barcode or QR digital print pattern held on any physical media.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#bluetooth",
      "label": {
        "@value": "Credential type enum bluetooth",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Specific bluetooth or BLE identification chip used to associate a BLE receiver to a specific user.  Used for both one time and permit uses.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#rfid",
      "label": {
        "@value": "Credential type enum rfid",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Specific RF identification associated to an RFID-related account.  Used for permit uses.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#qrCode",
      "label": {
        "@value": "Credential type enum qr code",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Quick Reference (QR) code",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialTypeEnum#other",
      "label": {
        "@value": "Credential type enum other",
        "@language": "en"
      },
      "@type": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Some other credential",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:IndexReference",
      "label": {
        "@value": "Index reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A reference to an object given by its index qualifier.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:Integer"
    },
    {
      "@id": "NOT_FOUND:SquareMetres",
      "label": {
        "@value": "Square metres",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A value of area expressed in units of square metres.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:NonNegativeInteger"
    },
    {
      "@id": "NOT_FOUND:AssociatedFacility",
      "label": {
        "@value": "Associated facility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Infrastructure this site is associated with, i.e. they are located on the same property and may share entrance and exit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Facility",
      "label": {
        "@value": "Facility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Provides information about a facility, which may represent any kind of site, building, or structure, and may be a composite facility that includes supplemental facilities.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:FacilityObject"
    },
    {
      "@id": "NOT_FOUND:FacilityObject",
      "label": {
        "@value": "Facility object",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Provides information about a facility object, which may represent any kind of site, building, or structure, including those which supplement a main facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityObjectStatus",
      "label": {
        "@value": "Facility object status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Dynamic status information for a facility object.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FacilityStatus",
      "label": {
        "@value": "Facility status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Dynamic status information for a facility.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:FacilityObjectStatus"
    },
    {
      "@id": "NOT_FOUND:Image",
      "label": {
        "@value": "Image",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "An image, with encoded data and identification of format",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:DurationValue",
      "label": {
        "@value": "Duration value",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A measured or calculated value of a period of time.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:DataValue"
    },
    {
      "@id": "NOT_FOUND:Dimension",
      "label": {
        "@value": "Dimension",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A component that provides dimension information. Especially for multi-storey buildings, the usable area might be larger than the product from its length and width. ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:ContactPerson",
      "label": {
        "@value": "Contact person",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specific contact person",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:ContactInformation"
    },
    {
      "@id": "NOT_FOUND:OrganisationUnit",
      "label": {
        "@value": "Organisation unit",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A unit within the organisation, which has got seperate location, operating hours, address and/or contacts.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UndefinedOrganisation",
      "label": {
        "@value": "Undefined organisation",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The organisation for the specified association end (within the specified validity if applicable) is not defined.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:UnknownOrganisation",
      "label": {
        "@value": "Unknown organisation",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The organisation for the specified association end (within the specified validity if applicable) is unknown.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:ContactInformation",
      "label": {
        "@value": "Contact information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Contact information",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Organisation",
      "label": {
        "@value": "Organisation",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information about an organisation including its units and contact information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OrganisationByReference",
      "label": {
        "@value": "Organisation by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Organisation information that is based on a reference",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:OrganisationPublication",
      "label": {
        "@value": "Organisation publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication defining one or more tables that have entries of organisation specifications.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "NOT_FOUND:OrganisationTable",
      "label": {
        "@value": "Organisation table",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A table comprising a number of organisation specifications.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OrganisationSpecification",
      "label": {
        "@value": "Organisation specification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Specification of an organisation. It must contain at least one unit.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Organisation"
    },
    {
      "@id": "NOT_FOUND:Eligibility",
      "label": {
        "@value": "Eligibility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class support concepts for defining eligibility criteria.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UserQualification",
      "label": {
        "@value": "User qualification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class supporting the definition of user group characteristics",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Qualification",
      "label": {
        "@value": "Qualification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A singular set of criteria used to test eligibility for use of a rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:GeneralRateInformation",
      "label": {
        "@value": "General rate information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Some general rates and payment information without specifying rates as such.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:AmountInCurrency",
      "label": {
        "@value": "Amount in currency",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class supporting the definition of a unit of currency in a defined currency.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:FreeOfCharge",
      "label": {
        "@value": "Free of charge",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "There are no rates or fees to be paid.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:RateEligibility",
      "label": {
        "@value": "Rate eligibility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Defines the combination of Eligibility requirements with RateTables and associates this combination to a RightSpecification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineCollection",
      "label": {
        "@value": "Rate line collection",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A group of rate line elements that logically group together within one rate table, e.g. such as the rate lines for the different tiers of a time-based tier rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLine",
      "label": {
        "@value": "Rate line",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specific rate element of a rate line collection within a specific rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateLineTax",
      "label": {
        "@value": "Rate line tax",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class containing details of tax to be applied to a RateLine",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateMatrix",
      "label": {
        "@value": "Rate matrix",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A collection of rate tables as supplied by the data supplier. These may relate to different locations.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:Rates",
      "label": {
        "@value": "Rates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information about rates, either by reference or by a table specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RateTable",
      "label": {
        "@value": "Rate table",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specific set of rate charges relating to one or more locations and optionally one set of eligibility criteria. ",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:RatesByReference",
      "label": {
        "@value": "Rates by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Reference to a rate table previously specified.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:RatesPublication",
      "label": {
        "@value": "Rates publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication to supply rate information.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "NOT_FOUND:RelativeTimeRates",
      "label": {
        "@value": "Relative time rates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A class supporting the specification of times for defining rate applicability that are relative to a defined referenceTimeStart of an event.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:RateLineCollection"
    },
    {
      "@id": "NOT_FOUND:Surcharge",
      "label": {
        "@value": "Surcharge",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Free-text description of the condition that leads to a surcharge being applied",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UnknownRates",
      "label": {
        "@value": "Unknown rates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "There is no information about rates.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:UnspecifiedRates",
      "label": {
        "@value": "Unspecified rates",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Rates are not (yet) specified.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:Credential",
      "label": {
        "@value": "Credential",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class containing reference to a credential (identifiable persistent identity)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:CredentialAssigned",
      "label": {
        "@value": "Credential assigned",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information concerning a specific credential that is used for verification for one AssignedRight. Specialisation of a general credential.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:Credential"
    },
    {
      "@id": "NOT_FOUND:RateDiscount",
      "label": {
        "@value": "Rate discount",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Class defining discount rates to be applied to a RateTable",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:RightSpecification",
      "label": {
        "@value": "Right specification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A Right Specification explicitly defines what the owner/manager of a Place is granting specific users or vehicles the ability to do (e.g. park, delivery, pick up).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:BrandsAcceptedCodeList",
      "label": {
        "@value": "Brands accepted code list",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Use this class to describe details of the brands that are accepted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:BrandsAcceptedText",
      "label": {
        "@value": "Brands accepted text",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Use this class to describe details of the brands that are accepted.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:PaymentMethod",
      "label": {
        "@value": "Payment method",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Provides information on the means of payment available",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:SupplementalEquipment",
      "label": {
        "@value": "Supplemental equipment",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "One type of  supplemental equipment, which is available on some site, for example on a rest area.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:SupplementalFacility"
    },
    {
      "@id": "NOT_FOUND:SupplementalFacility",
      "label": {
        "@value": "Supplemental facility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "One type of supplemental facility which can be supplemental equipment or a supplemental service facility.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:FacilityObject"
    },
    {
      "@id": "NOT_FOUND:SupplementalFacilityStatus",
      "label": {
        "@value": "Supplemental facility status",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information on current status and availability of supplemental facilities (for example number of free electric charging stations).",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:FacilityObjectStatus"
    },
    {
      "@id": "NOT_FOUND:SupplementalServiceFacility",
      "label": {
        "@value": "Supplemental service facility",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "One type of supplemental service facility. You can specify the number of this service facility type (e.g. 5 restaurants) as well as the number of subitems (e.g. 200 restaurant places).",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:SupplementalFacility"
    },
    {
      "@id": "NOT_FOUND:ClosureInformation",
      "label": {
        "@value": "Closure information",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Information about temporary or permanent closure.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OpenAllHours",
      "label": {
        "@value": "Open all hours",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Open or available all the time (24/7)",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:OperatingHours",
      "label": {
        "@value": "Operating hours",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Operating hours, either by reference or by specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:OperatingHoursByReference",
      "label": {
        "@value": "Operating hours by reference",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "Operating hours information that is addressed via a reference.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:OperatingHoursPublication",
      "label": {
        "@value": "Operating hours publication",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A publication defining one or more tables that have entries of operating hours specifications.",
        "@language": "en"
      },
      "subClassOf": "datex_Common:PayloadPublication"
    },
    {
      "@id": "NOT_FOUND:OperatingHoursSpecification",
      "label": {
        "@value": "Operating hours specification",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A specification of operating hours (e.g. for a parking site, a service facility, an access or the availability for equipment).",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:OperatingHoursTable",
      "label": {
        "@value": "Operating hours table",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "A table comprising a number of operating hours specifications.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:UndefinedOperatingHours",
      "label": {
        "@value": "Undefined operating hours",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "There are no operating hours specified.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:UnknownOperatingHours",
      "label": {
        "@value": "Unknown operating hours",
        "@language": "en"
      },
      "@type": "owl:Class",
      "comment": {
        "@value": "The operating hours are not known.",
        "@language": "en"
      },
      "subClassOf": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AssociatedFacility",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Any additional description of the associated facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:facilityReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Facility reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AssociatedFacility",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "A reference to the associated facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AssociatedFacility",
      "range": "NOT_FOUND:FacilityTypeEnum",
      "comment": {
        "@value": "Specifies the type of facility or infrastructure this facility is associated with, i.e. they are located on the same property and may share entrance and exit.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:accessibility",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Accessibility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:AccessibilityEnum",
      "comment": {
        "@value": "Information on accessibility and facilities for persons with disabilities.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:additionalInformation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Additional information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Some additional information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:alias",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Alias",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "An alternative name for this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description for this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:externalIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "External identifier",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:String",
      "comment": {
        "@value": "An external identifier for this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Information on the time when the information has been updated the last time",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Information on the time when the information has been updated the last time",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:openingStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Opening status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "NOT_FOUND:OpeningStatusEnum",
      "comment": {
        "@value": "The opening status of this facility (open or not).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:reference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Reference to the corresponding static facility object.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:regularOperatingHoursInForce",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Regular operating hours in force",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "If true, regular operating hours are in force (can be open or closed).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:statusDescription",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Status description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description for the status of this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:imageData",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Image data",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Image",
      "range": "datex_Common:Base64Binary",
      "comment": {
        "@value": "Encoded image data",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:imageFormat",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Image format",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Image",
      "range": "NOT_FOUND:ImageFormatEnum",
      "comment": {
        "@value": "Identifies the image format of the associated image data",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:duration",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Duration",
        "@language": "en"
      },
      "domain": "NOT_FOUND:DurationValue",
      "range": "datex_Common:Seconds",
      "comment": {
        "@value": "A period of time expressed in seconds.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:height",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Height",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Dimension",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Height.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:length",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Length",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Dimension",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Length.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:usableArea",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Usable area",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Dimension",
      "range": "NOT_FOUND:SquareMetres",
      "comment": {
        "@value": "The area measured in square metres, that is available for some specific purpose.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:width",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Width",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Dimension",
      "range": "datex_Common:MetresAsFloat",
      "comment": {
        "@value": "Width.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:firstName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "First name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactPerson",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The first name of the contact person",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactPerson",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The (last) name of the contact person",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:position",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Position",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactPerson",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The position of the contact person",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:title",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Title",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactPerson",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Title information of the contact person.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:function",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Function",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationUnit",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Functions this unit is responsible for or a specific type, e.g. headquarter or sales",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationUnit",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A name for this organisation unit",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:eMail",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "E mail",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "E-Mail address, which can be a general mail address or the mail address of a specific contact person.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:faxNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Fax number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Fax number, which can be a general number or the number of a specific contact person.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:language",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Language",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactInformation",
      "range": "datex_Common:Language",
      "comment": {
        "@value": "Language(s) that are supported via telephone or mail.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:telephoneNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Telephone number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ContactInformation",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Telephone number, which can be a general number or the number of a specific contact person.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:organisationReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Organisation reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Organisation information provided by a reference.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:organisationTableReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Organisation table reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Organisation table in question defined by a reference.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationTable",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the organisation table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:versionTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Version time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time that this version of the organisation 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:available24hours",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Available24hours",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Specifies if the availability is 24 hours a day. If omitted, this information is unknown or heterogeneous.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "A description of the organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:externalCode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "External code",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "An external code to identify the organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time at which this information was last updated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:legalName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Legal name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The legal name of the organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:linkToGeneralInformation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Link to general information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "An internet address from where further relevant information about this organisation may be obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:linkToLogo",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Link to logo",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "An internet address from where the logo of this organisation may be obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:linkToWebform",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Link to webform",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "An internet address pointing to a webform, which people can use to send messages to this organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:nationalOrganisationNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "National organisation number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The national organisation number in the specified national register, if applicable.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:nationalRegister",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "National register",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A national register where the organisation is registered.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:publishingAgreement",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Publishing agreement",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indication whether the organisation accepted publishing its information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:responsibility",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Responsibility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Specification of services or other duties the organisation is responsible for,",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "NOT_FOUND:OrganisationTypeEnum",
      "comment": {
        "@value": "Information whether the organisation in question belongs to the public or private sector.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:vatIdentificationNumber",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vat identification number",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "The VAT identification number of the organisation.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Eligibility",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text description for the eligibility definition",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:eligibilityName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Eligibility name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Eligibility",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text name for the eligibility definition",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:userGroup",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "User group",
        "@language": "en"
      },
      "domain": "NOT_FOUND:UserQualification",
      "range": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Indicates the user-defined user group qualification",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:activeAssignedRight",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Active assigned right",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Indication of an assigned right.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:memberOfOtherRateTable",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Member of other rate table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates if this qualification can be used in combination with the use of another rate table. [TRUE]= member of (i.e., used) another rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:membershipName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Membership name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text description of the membership",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:noFeeToUse",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "No fee to use",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Specific facility is free or not. [TRUE] (e.g. free to park)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:propulsionEnergyType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Propulsion energy type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "NOT_FOUND:EnergySourceEnum",
      "comment": {
        "@value": "Indicates eligible fuel types for applicable vehicles",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateTableMember",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate table member",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Reference to another rate table membership",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:withMembership",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "With membership",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates that a membership is required. [TRUE] membership required",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:withReservation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "With reservation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates whether a reservation is required. [TRUE] reservation required",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:currencyType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Currency type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AmountInCurrency",
      "range": "NOT_FOUND:CurrencyCode",
      "comment": {
        "@value": "Code for the specified currency as defined in ISO 4217.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:currencyValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Currency value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:AmountInCurrency",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The amount of currency specified in the given currency code type.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:combinable",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Combinable",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateEligibility",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Boolean attribute that indicates (TRUE) if all RateTables associated to a RightSpecification with a common Eligibility can be combined to establish a lowest cost tariff or (FALSE) they cannot be combined.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:priority",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Priority",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateEligibility",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "An integer value, starting at 1, indicating the order in which multiple relevant RateTables shall be considered, with 1 being the highest priority.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:applicableCurrency",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable currency",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:CurrencyCode",
      "comment": {
        "@value": "The monetary currency that rates are specified in this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:collectionSequence",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Collection sequence",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "An indicator giving the place in sequence of this rate line collection",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:maxTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Max time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:Duration",
      "comment": {
        "@value": "A maximum parking session duration to be applied to this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:maxValueCollection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Max value collection",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The maximum monetary amount to be applied in conjunction with use of this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:minTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Min time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:Duration",
      "comment": {
        "@value": "A minimum parking session duration to be applied to this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:minValueCollection",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Min value collection",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The minimum monetary amount to be applied in conjunction with use of this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:relativeTimes",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Relative times",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "[TRUE] Indicates whether times relative to the start of an external event are used as the basis for rate calculation. [FALSE] indicates that rate calculation definitions are based on local or UTC times (for example the duration of a parking session).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:resetTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reset time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "Time that rate resets",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxIncluded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax included",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "[TRUE] Indication that tax to be applied is included within the total rate associated with this rate line collection. [FALSE] indicates that the tax is added additionally to the total.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxRate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "The percentage rate of tax to be applied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The monetary amount of tax to be applied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:validEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Valid end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The end time for the validity of this rate line collection",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:validStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Valid start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The start time for the validity of this rate line collection",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text description associated with this rate line.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:durationEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Duration end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "If used, indicates the end time for the applicability of the specific rate line, generally with respect to the start of the parking or other mobility session. e.g. the end of a time-based tier charge rate.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:durationStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Duration start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "datex_Common:Time",
      "comment": {
        "@value": "If used, indicates the start time for the applicability of the specific rate line, generally with respect to the start of the parking or other mobility session. e.g. the start of a time-based tier charge rate.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:incrementPeriod",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Increment period",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:Duration",
      "comment": {
        "@value": "The time period for incrementing the rate line charge. If set to the same as the duration of the period between the durationStart and durationEnd, the increment will occur once per period, i.e. a flat rate time-based tier charge rate.  ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:maxValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Max value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The maximum monetary amount to be applied in conjunction with use of this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:minValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Min value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The minimum monetary amount to be applied in conjunction with use of this rate line collection.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateLineType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate line type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:RateLineTypeEnum",
      "comment": {
        "@value": "Indicates the nature of the rate line",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:sequence",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Sequence",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "datex_Common:Integer",
      "comment": {
        "@value": "The ordered sequence of this RateLine instance within the RateLineCollection",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:usageCondition",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Usage condition",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:RateUsageConditionsTypeEnum",
      "comment": {
        "@value": "Indicates conditions on the use of this rate line",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:value",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The value of the fee to be charged in respect of this rate line",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:labelForDisplay",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Label for display",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineTax",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text for display on a receipt and/or in a user interface",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxIncluded",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax included",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineTax",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "[TRUE] Indication that tax to be applied is included within the total rate associated with this rate line. [FALSE] indicates that the tax is added additionally to the total.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxRate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineTax",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "The percentage rate of tax to be applied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:taxValue",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Tax value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineTax",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The monetary amount of tax to be applied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:trigger",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Trigger",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineTax",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text definition of boundary condition setting applicability of the tax",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateMatrix",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Supplier-defined free-text description for the rate matrix",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateMatrix",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Supplier-defined name for the rate matrix",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:versionTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Version time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateMatrix",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Timestamp indicating the issuance of this rate matrix",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:applicableCurrency",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable currency",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Rates",
      "range": "NOT_FOUND:CurrencyCode",
      "comment": {
        "@value": "A general information on the applicable monetary currency.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:activeTimes",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Active times",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "NOT_FOUND:Duration",
      "comment": {
        "@value": "Periods when the rate table is to be applied.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:additionalInformation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Additional information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "URI locator for supplementary additional information concerning use of the rate table",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:availability",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Availability",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "NOT_FOUND:RateAvailabilityTypeEnum",
      "comment": {
        "@value": "Availability of Rate to the public.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time at which this information was last updated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateResponsibleParty",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate responsible party",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Entity responsible for fee collection. Identifies the entity that actually collects payment (e.g. mobile payment provider, online reservation firm, on-site operations)",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateSupersedeLink",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate supersede link",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Identify the rate table that this rate table supersedes. Temporarily supersedes the identified rate table. Use the Rate expiration times to define duration. ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateTableName",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate table name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Name of the Rate Table",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "NOT_FOUND:RateTypeEnum",
      "comment": {
        "@value": "Defines the type of rate in use.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:validation",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Validation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Are validations accepted when using this rate table? [TRUE] = validations can be applied to transactions using this rate table; [FALSE] validations cannot be applicated to transactions using this rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:validityEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Validity end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Expiration of rate table in date/time.  This is when the rate table and pricing expires and is no longer used.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:validityStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Validity start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Valid start date/time of rate table.  This is when the rate table and pricing become active",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateMatrixReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate matrix reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RatesByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Reference to the corresponding rate matrix.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rateTableReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate table reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RatesByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Reference to rate information specified in a rate table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:referenceTimeEnd",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reference time end",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelativeTimeRates",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Event-related reference end time",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:referenceTimeStart",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Reference time start",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RelativeTimeRates",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Event-related reference start time",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:labelForDisplay",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Label for display",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text for display on a receipt and/or in a user interface",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:rate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "The percentage rate surcharge to be applied",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:refund",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Refund",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "NOT_FOUND:RefundTypeEnum",
      "comment": {
        "@value": "Indicates the nature of the refund of the surcharge that is available",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:surchargeType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Surcharge type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "NOT_FOUND:SurchargeTypeEnum",
      "comment": {
        "@value": "Indicates the nature of the surcharge to be applied",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:trigger",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Trigger",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text definition of boundary condition setting applicability of the surcharge value.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:value",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Surcharge",
      "range": "NOT_FOUND:AmountOfMoney",
      "comment": {
        "@value": "The monetary amount of the surcharge",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:otherType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Other type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Credential",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Some other type of credential",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Credential",
      "range": "NOT_FOUND:CredentialTypeEnum",
      "comment": {
        "@value": "Type of credential",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:issuer",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Issuer",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CredentialAssigned",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Identity of the credential issuer.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:localIdentifier",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Local identifier",
        "@language": "en"
      },
      "domain": "NOT_FOUND:CredentialAssigned",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Identifier issued by credential issuer.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:discountRate",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Discount rate",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateDiscount",
      "range": "datex_Common:Percentage",
      "comment": {
        "@value": "Proportionate discount (-) or surcharge (+) to be applied to all values in the referenced RateTable ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:description",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Description",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "Free-text description of a RightSpecification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:expiry",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Expiry",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Date/time showing the timestamp for when a RightSpecification ceases to be valid.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:financialReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Financial reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "Creator defined free-text reference to financial transactions associated to the specific Right Specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:issuer",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Issuer",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "The issuer of this right.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:noFeeToUse",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "No fee to use",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "If TRUE Indicates that the related RightSpecification may be used without charge or cost. If FALSE costs and charges apply",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:type",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "NOT_FOUND:RightTypeEnum",
      "comment": {
        "@value": "Defines the type of Right Specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:brandsAcceptedList",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Brands accepted list",
        "@language": "en"
      },
      "domain": "NOT_FOUND:BrandsAcceptedCodeList",
      "range": "NOT_FOUND:PaymentBrandsEnum",
      "comment": {
        "@value": "List of accepted brands for payment cards.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:brandsAccepted",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Brands accepted",
        "@language": "en"
      },
      "domain": "NOT_FOUND:BrandsAcceptedText",
      "range": "datex_Common:String",
      "comment": {
        "@value": "List of accepted brands for payment cards.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:paymentMeans",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Payment means",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PaymentMethod",
      "range": "NOT_FOUND:MeansOfPaymentEnum",
      "comment": {
        "@value": "The means of payment available",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:paymentMode",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Payment mode",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PaymentMethod",
      "range": "NOT_FOUND:PaymentTimingEnum",
      "comment": {
        "@value": "Defines the timing of the parking or other mobility related payment",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:equipmentType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Equipment type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalEquipment",
      "range": "NOT_FOUND:EquipmentTypeEnum",
      "comment": {
        "@value": "One type of equipment.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:applicableForUser",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Applicable for user",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacility",
      "range": "NOT_FOUND:UserTypeEnum",
      "comment": {
        "@value": "Limitation to a set of special users.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:availability",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Availability",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacility",
      "range": "NOT_FOUND:AvailabilityEnum",
      "comment": {
        "@value": "Specifies whether the supplemental facility is available or not. Note that this is no dynamic information!",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:quantity",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Quantity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacility",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Number of the supplemental facility (e.g. number of toilets, restaurants, park & ride places, etc.) with respect to given restrictions. Dynamic overridable.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:regularlyCleaned",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Regularly cleaned",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacility",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Indicates whether the supplemental facility is cleaned on a regular basis.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:equipmentOperationStatus",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Equipment operation status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacilityStatus",
      "range": "NOT_FOUND:OperationStatusEnum",
      "comment": {
        "@value": "Specifies whether this supplemental equipment is available / is in operation or not.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfSubitemsOverride",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of subitems override",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacilityStatus",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Overrides the static value 'numberOfSubitems' (for example because of long- or midterm closures, such as renovation).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:quantityOverride",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Quantity override",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacilityStatus",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Overrides the static quantity information (for example because of long- or midterm closures, such as renovation).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:vacantSubitems",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Vacant subitems",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalFacilityStatus",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "Sets the number of currently vacant elements of either equipment (e.g. free toilets) or service facility subitems (e.g. free restaurant places).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:distanceFromOriginFacility",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Distance from origin facility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalServiceFacility",
      "range": "datex_Common:MetresAsNonNegativeInteger",
      "comment": {
        "@value": "Approximate distance (given in metres) between this supplemental facility and some origin facility to which it is clearly related (typically a larger facility, e.g. a parking site).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:numberOfSubitems",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Number of subitems",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalServiceFacility",
      "range": "datex_Common:NonNegativeInteger",
      "comment": {
        "@value": "The quantity of subitems to this service facility type, e.g. the total number of restaurant places or fuel dispensers etc.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:serviceFacilityType",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Service facility type",
        "@language": "en"
      },
      "domain": "NOT_FOUND:SupplementalServiceFacility",
      "range": "NOT_FOUND:ServiceFacilityTypeEnum",
      "comment": {
        "@value": "One type of service.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:closedFrom",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Closed from",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ClosureInformation",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Permanently or temporarily closed from the given date on. May lie in the future - in this case the scene is not closed now.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:permananentlyClosed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Permananently closed",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ClosureInformation",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Permanently closed, i.e. it is not intended to open again.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:temporarilyClosed",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Temporarily closed",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ClosureInformation",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "Temporarily closed for an unspecified period.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:temporarilyClosedUntil",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Temporarily closed until",
        "@language": "en"
      },
      "domain": "NOT_FOUND:ClosureInformation",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "Temporarily closed until the given date (i.e. closure still includes this date).",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatingHoursReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operating hours reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "The reference to an operating hours specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatingHoursTableReference",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operating hours table reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursByReference",
      "range": "datex_Common:VersionedReference",
      "comment": {
        "@value": "Operation hours table in question defined by a reference.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:label",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Label",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursSpecification",
      "range": "datex_Common:String",
      "comment": {
        "@value": "A label, name or identifier for this operating hours specification.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:lastUpdated",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Last updated",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursSpecification",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time at which this information was last updated.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:operatingAllYear",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Operating all year",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursSpecification",
      "range": "datex_Common:Boolean",
      "comment": {
        "@value": "The facility or organisation is not closed on a seasonal base.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:urlLinkAddress",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "URL link address",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursSpecification",
      "range": "datex_Common:Url",
      "comment": {
        "@value": "A Uniform Resource Locator (URL) address pointing to a resource available on the Internet from where further relevant information may be obtained.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:name",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Name",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursTable",
      "range": "datex_Common:MultilingualString",
      "comment": {
        "@value": "The name of the operating hours table.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:versionTime",
      "@type": "owl:DatatypeProperty",
      "label": {
        "@value": "Version time",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursTable",
      "range": "datex_Common:DateTime",
      "comment": {
        "@value": "The date/time that this version of the operating hours 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:hassupplementalFacility",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Supplemental facility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Facility",
      "range": "NOT_FOUND:SupplementalFacility"
    },
    {
      "@id": "NOT_FOUND:hasphotoUrl",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Photo url",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:UrlLink",
      "comment": {
        "@value": "Specifies a URL at which a photo of the facility or its surrounding can be found.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasinformationWebsite",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Information website",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:UrlLink",
      "comment": {
        "@value": "URL of some internet site with additional information.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasapplicableForVehicles",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Applicable for vehicles",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_Common:VehicleCharacteristics",
      "comment": {
        "@value": "A set of vehicles, for which this facility is appropriate, specified by its characteristics.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:haslocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "NOT_FOUND:hasassociatedFacility",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Associated facility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:AssociatedFacility"
    },
    {
      "@id": "NOT_FOUND:hasphoto",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Photo",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:Image",
      "comment": {
        "@value": "A binary photo of the facility or its surrounding.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasdimension",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Dimension",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:Dimension"
    },
    {
      "@id": "NOT_FOUND:hasoperator",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operator",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:Organisation",
      "comment": {
        "@value": "The operator of this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasowner",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Owner",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:Organisation",
      "comment": {
        "@value": "The owner of this facility.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasrates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rates",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:Rates"
    },
    {
      "@id": "NOT_FOUND:hasoperatingHours",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating hours",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObject",
      "range": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:hasfault",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Fault",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "datex_Common:Fault"
    },
    {
      "@id": "NOT_FOUND:hasnewRates",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "New rates",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "NOT_FOUND:Rates",
      "comment": {
        "@value": "Overrides the rates information specified in the static part either with a new reference or with a new defined version. An existing version should not be changed.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasnewOperatingHours",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "New operating hours",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityObjectStatus",
      "range": "NOT_FOUND:OperatingHours",
      "comment": {
        "@value": "Overrides the operating hours information specified in the static part either with a new reference or with a new defined version. An existing version should not be changed.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hassupplementalFacilityStatus",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Supplemental facility status",
        "@language": "en"
      },
      "domain": "NOT_FOUND:FacilityStatus",
      "range": "NOT_FOUND:SupplementalFacilityStatus"
    },
    {
      "@id": "NOT_FOUND:haslocationReference",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Location reference",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationUnit",
      "range": "datex_LocationReferencing:LocationReference"
    },
    {
      "@id": "NOT_FOUND:hascontactInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Contact information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationUnit",
      "range": "NOT_FOUND:ContactInformation"
    },
    {
      "@id": "NOT_FOUND:hasoperatingHours",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating hours",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationUnit",
      "range": "NOT_FOUND:OperatingHours"
    },
    {
      "@id": "NOT_FOUND:hasgeneralTimeValidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "General time validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Organisation",
      "range": "datex_Common:OverallPeriod",
      "comment": {
        "@value": "Specification of a time validity, for which this organisation information is valid in general. This is not a specification of the operating hours as such.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationPublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "NOT_FOUND:hasorganisationTable",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Organisation table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationPublication",
      "range": "NOT_FOUND:OrganisationTable"
    },
    {
      "@id": "NOT_FOUND:hasinformationManager",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Information manager",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationTable",
      "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:hasorganisationSpecification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Organisation specification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationTable",
      "range": "NOT_FOUND:OrganisationSpecification"
    },
    {
      "@id": "NOT_FOUND:hasorganisationUnit",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Organisation unit",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "NOT_FOUND:OrganisationUnit"
    },
    {
      "@id": "NOT_FOUND:hassubOrganisation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Sub organisation",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OrganisationSpecification",
      "range": "NOT_FOUND:Organisation",
      "comment": {
        "@value": "A sub organisation that could substitute its role",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasqualification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Qualification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Eligibility",
      "range": "NOT_FOUND:Qualification"
    },
    {
      "@id": "NOT_FOUND:hasvehicleCharacteristics",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Vehicle characteristics",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "datex_Common:VehicleCharacteristics"
    },
    {
      "@id": "NOT_FOUND:hasuserQualification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "User qualification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "NOT_FOUND:UserQualification"
    },
    {
      "@id": "NOT_FOUND:haspaymentMethod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Payment method",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Qualification",
      "range": "NOT_FOUND:PaymentMethod"
    },
    {
      "@id": "NOT_FOUND:haseligibility",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Eligibility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateEligibility",
      "range": "NOT_FOUND:Eligibility"
    },
    {
      "@id": "NOT_FOUND:hasrateDiscount",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate discount",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateEligibility",
      "range": "NOT_FOUND:RateDiscount"
    },
    {
      "@id": "NOT_FOUND:hasrightSpecification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Right specification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateEligibility",
      "range": "NOT_FOUND:RightSpecification"
    },
    {
      "@id": "NOT_FOUND:hasrateLine",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate line",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLineCollection",
      "range": "NOT_FOUND:RateLine"
    },
    {
      "@id": "NOT_FOUND:hasrateLineTax",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate line tax",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:RateLineTax"
    },
    {
      "@id": "NOT_FOUND:hassurcharge",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Surcharge",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateLine",
      "range": "NOT_FOUND:Surcharge"
    },
    {
      "@id": "NOT_FOUND:hasinformationManager",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Information manager",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateMatrix",
      "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:hasrateTable",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateMatrix",
      "range": "NOT_FOUND:RateTable"
    },
    {
      "@id": "NOT_FOUND:hasoverallPeriod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Overall period",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Rates",
      "range": "datex_Common:OverallPeriod"
    },
    {
      "@id": "NOT_FOUND:hasenergyPricingPolicy",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Energy pricing policy",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Rates",
      "range": "NOT_FOUND:EnergyPricingPolicy"
    },
    {
      "@id": "NOT_FOUND:haspaymentMethod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Payment method",
        "@language": "en"
      },
      "domain": "NOT_FOUND:Rates",
      "range": "NOT_FOUND:PaymentMethod"
    },
    {
      "@id": "NOT_FOUND:hasrateEligibility",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate eligibility",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "NOT_FOUND:RateEligibility"
    },
    {
      "@id": "NOT_FOUND:hasrateLineCollection",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate line collection",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateTable",
      "range": "NOT_FOUND:RateLineCollection"
    },
    {
      "@id": "NOT_FOUND:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RatesPublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "NOT_FOUND:hasrateMatrix",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Rate matrix",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RatesPublication",
      "range": "NOT_FOUND:RateMatrix"
    },
    {
      "@id": "NOT_FOUND:hasfixedValue",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Fixed value",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RateDiscount",
      "range": "NOT_FOUND:AmountInCurrency",
      "comment": {
        "@value": "Fixed value discount (-) or surcharge (+) to be applied to all values in the referenced RateTable ",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasvalidity",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Validity",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "datex_Common:Validity"
    },
    {
      "@id": "NOT_FOUND:hascredential",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Credential",
        "@language": "en"
      },
      "domain": "NOT_FOUND:RightSpecification",
      "range": "NOT_FOUND:Credential"
    },
    {
      "@id": "NOT_FOUND:hasbrandsAcceptedCodeList",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Brands accepted code list",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PaymentMethod",
      "range": "NOT_FOUND:BrandsAcceptedCodeList"
    },
    {
      "@id": "NOT_FOUND:hasbrandsAcceptedText",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Brands accepted text",
        "@language": "en"
      },
      "domain": "NOT_FOUND:PaymentMethod",
      "range": "NOT_FOUND:BrandsAcceptedText"
    },
    {
      "@id": "NOT_FOUND:hasclosureInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Closure information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHours",
      "range": "NOT_FOUND:ClosureInformation"
    },
    {
      "@id": "NOT_FOUND:hasheaderInformation",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Header information",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursPublication",
      "range": "datex_Common:HeaderInformation"
    },
    {
      "@id": "NOT_FOUND:hasoperatingHoursTable",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating hours table",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursPublication",
      "range": "NOT_FOUND:OperatingHoursTable"
    },
    {
      "@id": "NOT_FOUND:hasoverallPeriod",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Overall period",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursSpecification",
      "range": "datex_Common:OverallPeriod",
      "comment": {
        "@value": "The specification of operating hours by an overall period combined with valid or exceptional periods.",
        "@language": "en"
      }
    },
    {
      "@id": "NOT_FOUND:hasinformationManager",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Information manager",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursTable",
      "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:hasoperatingHoursSpecification",
      "@type": "owl:ObjectProperty",
      "label": {
        "@value": "Operating hours specification",
        "@language": "en"
      },
      "domain": "NOT_FOUND:OperatingHoursTable",
      "range": "NOT_FOUND:OperatingHoursSpecification"
    }
  ]
}