@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; ; "Jhon Toledo (Ontology Engienering Group - Universidad Politécnica de Madrid)" , "Miguel Angel García (Ontology Engienering Group - Universidad Politécnica de Madrid)" , "Oscar Corcho (Ontology Engineering Group - Universidad Politécnica de Madrid)" ; "2021-02-17" ; "Module of the Transmodel Ontology focused on facilities. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; "https://w3id.org/mobility/transmodel/facilities"@en ; "Creative Commons Attribution 4.0 International (CC BY 4.0)" ; "Transmodel Ontology - Facilities"@en ; ; rdfs:comment "Module of the Transmodel Ontology focused on facilities. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; rdfs:label "Transmodel Ontology - Facilities"@en ; rdfs:seeAlso "https://github.com/oeg-upm/mobility"@en ; owl:versionInfo "Refined version of the module on Facilities, after considering the UML models and XSD descriptions of Transmodel and NeTEx"@en . ################################################################# # Annotation properties ################################################################# ### http://creativecommons.org/ns#license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/date rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/identifier rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### https://w3id.org/mobility/transmodel/facilities#author :author rdf:type owl:AnnotationProperty . ### https://w3id.org/mobility/transmodel/facilities#creator :creator rdf:type owl:AnnotationProperty . ### https://w3id.org/mobility/transmodel/facilities#description :description rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal ; rdfs:domain :MeetingPointService . ### https://w3id.org/mobility/transmodel/facilities#mbox :mbox rdf:type owl:AnnotationProperty . ### https://w3id.org/mobility/transmodel/facilities#name :name rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#duration xsd:duration rdf:type rdfs:Datatype . ### http://www.w3.org/2001/XMLSchema#string xsd:string owl:equivalentClass xsd:duration . ################################################################# # Object Properties ################################################################# ### http://www.w3.org/2004/02/skos/core#inScheme rdf:type owl:ObjectProperty . ### https://w3id.org/mobility/transmodel/facilities#accessedBy :accessedBy rdf:type owl:ObjectProperty ; rdfs:comment "This property sets the relationship between Site and Entrance"@en ; rdfs:label "accessed By"@en . ### https://w3id.org/mobility/transmodel/facilities#accessibilityAssessment :accessibilityAssessment rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:range :AccessibilityAssessment ; rdfs:comment "This property is used to relate a site element, a facility, etc., with a specific accessibility assessment. In some of the UML models of Transmodel this property is name as characerisedBy"@en ; rdfs:label "accessibility Assessment"@en . ### https://w3id.org/mobility/transmodel/facilities#accommodationFacility :accommodationFacility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :Accommodation ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property restricts the type of facility to one specific for accommodation from the SKOS codelist for types of facilities, including, for example, values like seating, sleeper, couchette, special seating, reclining seats, standing, etc."@en ; rdfs:label "accommodation facility"@en . ### https://w3id.org/mobility/transmodel/facilities#assignedTo :assignedTo rdf:type owl:ObjectProperty ; rdfs:domain :WaitingRoomEquipment ; rdfs:range ; rdfs:comment "This property specifies the assignment of a Waiting Room Equipment to a class of usage according to the fare that has been paid, as defined in the ontology about fares"@en ; rdfs:label "assigned to"@en . ### https://w3id.org/mobility/transmodel/facilities#availableAt :availableAt rdf:type owl:ObjectProperty ; rdfs:domain :SiteFacilitySet ; rdfs:range :Site ; rdfs:comment "This property relates a Site Facility Set with a Site"@en ; rdfs:label "available At"@en . ### https://w3id.org/mobility/transmodel/facilities#boardingPermission :boardingPermission rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :OnboardStay ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property describes the types of boarding permissions allowed for an Onboard Stay from the SKOS codelist for types of facilities, including normal, early boarding, late alighting, etc."@en ; rdfs:label "boarding permission"@en . ### https://w3id.org/mobility/transmodel/facilities#comprises :comprises rdf:type owl:ObjectProperty ; rdfs:comment "General property for all types of containment and aggregation"@en ; rdfs:label "comprises"@en . ### https://w3id.org/mobility/transmodel/facilities#comprisesEquipment :comprisesEquipment rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :comprises ; rdfs:domain :FacilitySet ; rdfs:range :Equipment ; rdfs:comment """This property is used to aggregate other types of facilities from a Facility Set, normally focused on those that are user defined and not from the predefined list. In the Transmodel UML model this is represented as TypeOfEquipment, and in the Netex implementation the term otherFacilities is used."""@en ; rdfs:label "comprises equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#comprisesFacility :comprisesFacility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :comprises ; rdfs:domain :FacilitySet ; rdfs:range :Facility ; rdfs:comment """This property is used to aggregate all the facilities that a facility set contains In Netex, this is expressed with the element TypeOfFacilityRef, which is used to refer to facilities, and in the Transmodel UML ontology this is simply expressed as 'facility'"""@en ; rdfs:label "comprises facility"@en . ### https://w3id.org/mobility/transmodel/facilities#concernedBy :concernedBy rdf:type owl:ObjectProperty ; rdfs:range :FacilitySet ; rdfs:comment "This property allows connecting any object with a Facility Set"@en ; rdfs:label "concerned By"@en . ### https://w3id.org/mobility/transmodel/facilities#containing :containing rdf:type owl:ObjectProperty ; rdfs:comment "This property allows specifying that a Stop contains Quays"@en ; rdfs:label "containing"@en . ### https://w3id.org/mobility/transmodel/facilities#couchetteFacility :couchetteFacility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :Accommodation ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property restricts the type of facility to one specific for couchette from the SKOS codelist for types of facilities, including, for example, values like T2, T3, C1, C2, etc."@en ; rdfs:label "couchette facility"@en . ### https://w3id.org/mobility/transmodel/facilities#determining :determining rdf:type owl:ObjectProperty ; rdfs:domain :AccessibilityAssessment ; rdfs:range :AccessibilityLimitation ; rdfs:comment "This property sets the relationship between Accessibility Assessment and Accessibility Limitation"@en ; rdfs:label "determining"@en . ### https://w3id.org/mobility/transmodel/facilities#directionOfUseType :directionOfUseType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :AccessEquipment ; rdfs:comment "Direction in which Equipment can be used. (e.g. up, down, level, one way, both way, etc.)."@en ; rdfs:label "direction of use"@en . ### https://w3id.org/mobility/transmodel/facilities#equipmentType :equipmentType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain :Equipment ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property is used to link an equipment with the types of equipments available in the SKOS concept scheme of types of equipments"@en ; rdfs:label "equipment type"@en . ### https://w3id.org/mobility/transmodel/facilities#equippedWith :equippedWith rdf:type owl:ObjectProperty ; rdfs:domain :EquipmentPlace ; rdfs:range :Equipment ; rdfs:comment "This property is used to define the equipments that are available in an equipment place"@en ; rdfs:label "equipped With"@en . ### https://w3id.org/mobility/transmodel/facilities#facilityType :facilityType rdf:type owl:ObjectProperty ; rdfs:domain :Facility ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property is used to link a facility with the types of facilities available in the SKOS concept scheme of types of facilities"@en , "facility type"@en . ### https://w3id.org/mobility/transmodel/facilities#fareClass :fareClass rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :ServiceFacilitySet ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property relates an Onboard Stay or an Accommodation, among others, with a class of fares, whose allowed values are defined in the TransModel Common Facility Values (Figure 290, page 454)"@en ; rdfs:label "fare class"@en . ### https://w3id.org/mobility/transmodel/facilities#genderLimitationType :genderLimitationType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :SanitaryEquipment ; rdfs:comment "A classification for GENDER LIMITATIONSs (mainly for SANITARY EQUIPMENT, e.g. male only, female only, both)."@en ; rdfs:label "gender limitation type"@en . ### https://w3id.org/mobility/transmodel/facilities#limitedBy :limitedBy rdf:type owl:ObjectProperty ; rdfs:range :AccessibilityLimitation . ### https://w3id.org/mobility/transmodel/facilities#locatedIn :locatedIn rdf:type owl:ObjectProperty ; rdfs:domain :Equipment ; rdfs:range :EquipmentPlace ; rdfs:comment "This property is used to relate an equipment with the equipment place where it is located"@en ; rdfs:label "located In"@en . ### https://w3id.org/mobility/transmodel/facilities#luggageLockerType :luggageLockerType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :LuggageLockerEquipment ; rdfs:comment "This property specialised the property equipentType and is applicable to Luggage Locker Equipment. Its values are narrower than the SKOS concept LuggageLockerFacilityType"@en ; rdfs:label "luggage locker type"@en . ### https://w3id.org/mobility/transmodel/facilities#position :position rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :EquipmentPlace :PlaceEquipment ) ] ; rdfs:range :EquipmentPosition ; rdfs:comment "This property is used to relate an equipment place (a collection of equipments) or a specific place equipment with the different equipment positions that they may have"@en ; rdfs:label "position"@en . ### https://w3id.org/mobility/transmodel/facilities#presentAt :presentAt rdf:type owl:ObjectProperty ; rdfs:domain :ServiceFacilitySet ; rdfs:comment "This property relates a Service Facility Set with a Vehicle Type, indicating that the set of service facilities comprised by the set are provided at that type of vehicle"@en ; rdfs:label "present at"@en . ### https://w3id.org/mobility/transmodel/facilities#providedBy :providedBy rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain :FacilitySet ; rdfs:comment """This property is used to refer to the provider of a facility set In the TransModel UML model and in the Netex implementation this is expressed as ProvidedByRef"""@es ; rdfs:label "provided by"@es . ### https://w3id.org/mobility/transmodel/facilities#sanitaryFacilityType :sanitaryFacilityType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :SanitaryEquipment ; rdfs:comment "A classification for SANITARY EQUIPMENT (e.g. toilet, wheelchair access toilet, shower, baby change, wheelchair baby change)"@en ; rdfs:label "sanitary facility type"@en . ### https://w3id.org/mobility/transmodel/facilities#seatingType :seatingType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :SeatingEquipment ; rdfs:comment "A classification for SEATING EQUIPMENT."@en ; rdfs:label "seating type"@en . ### https://w3id.org/mobility/transmodel/facilities#shelterType :shelterType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :ShelterEquipment ; rdfs:comment "A classification for SHELTERs"@en ; rdfs:label "shelter type"@en . ### https://w3id.org/mobility/transmodel/facilities#showerFacility :showerFacility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :Accommodation ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property restricts the type of facility to one specific for shower from the SKOS codelist for types of facilities. However, there is no specific part of the codelist reserved yet for shower facilities."@en ; rdfs:label "shower facility"@en . ### https://w3id.org/mobility/transmodel/facilities#subplaceOf :subplaceOf rdf:type owl:ObjectProperty ; rdfs:domain :StopPlace ; rdfs:range :StopPlace ; rdfs:comment "A property connecting one Stop Place to another Stop Place to describe nested Stop Places (e.g. a metro station in a train station)."@en ; rdfs:label "subplace of"@en . ### https://w3id.org/mobility/transmodel/facilities#suitability :suitability rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType . ### https://w3id.org/mobility/transmodel/facilities#ticketType :ticketType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :TicketingEquipment ; rdfs:comment "A classification for tickets available at a TICKETING EQUIPMENT (e.g. standard, concession, promotion, group, season, travel card, etc.)"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketingType :ticketingType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :TicketingEquipment ; rdfs:comment "A classification for ticketing available at a TICKETING EQUIPMENT (e.g. purchase, collection, card top up, reservations)."@en . ### https://w3id.org/mobility/transmodel/facilities#toiletFacility :toiletFacility rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :facilityType ; rdfs:domain :Accommodation ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ; rdfs:comment "This property restricts the type of facility to one specific for toilets from the SKOS codelist for types of facilities. However, there is no specific part of the codelist reserved yet for toilet facilities (also known as sanitary facilities)."@en ; rdfs:label "toilet facility"@en . ### https://w3id.org/mobility/transmodel/facilities#waitingRoomType :waitingRoomType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf :equipmentType ; rdfs:domain :WaitingRoomEquipment ; rdfs:comment "A classification for WAITING ROOM EQUIPMENT."@en ; rdfs:label "waiting room type"@en . ### https://w3id.org/mobility/transmodel/facilities#wheelchairAccess :wheelchairAccess rdf:type owl:ObjectProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/terms/identifier rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://w3id.org/mobility/transmodel/facilities#MobilityImpairedAccess :MobilityImpairedAccess rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityAssessment ; rdfs:range xsd:boolean ; rdfs:comment "Whether the overall assessment is that there is Access for Mobility Impaired users"@en . ### https://w3id.org/mobility/transmodel/facilities#NumberOfGates :NumberOfGates rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of gates in barrier or entrance."@en ; rdfs:label "number of gates"@en . ### https://w3id.org/mobility/transmodel/facilities#accousticCrossingAid :accousticCrossingAid rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Crossing has Acoustic devices."@en ; rdfs:label "accoustic crossing aid"@en . ### https://w3id.org/mobility/transmodel/facilities#acousticAnnouncements :acousticAnnouncements rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has acoustic announcements."@en ; rdfs:label "acoustic announcements"@en . ### https://w3id.org/mobility/transmodel/facilities#acousticDeviceSensors :acousticDeviceSensors rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Crossing has Acoustic Device sensors."@en ; rdfs:label "acoustic device sensors"@en . ### https://w3id.org/mobility/transmodel/facilities#airConditioned :airConditioned rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Whether Shelter has air conditioining."@en ; rdfs:label "air conditioned"@en . ### https://w3id.org/mobility/transmodel/facilities#alarmButton :alarmButton rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has alarm Button."@en ; rdfs:label "alarm button"@en . ### https://w3id.org/mobility/transmodel/facilities#alwaysLit :alwaysLit rdf:type owl:DatatypeProperty ; rdfs:domain :PlaceLighting ; rdfs:range xsd:boolean ; rdfs:comment "Whether Place is always lit."@en ; rdfs:label "always lit"@en . ### https://w3id.org/mobility/transmodel/facilities#attendant :attendant rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has attendant."@en ; rdfs:label "attendant"@en . ### https://w3id.org/mobility/transmodel/facilities#audibleSignsAvailable :audibleSignsAvailable rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are Audible Signs"@en . ### https://w3id.org/mobility/transmodel/facilities#automatic :automatic rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift is automatic."@en ; rdfs:label "automatic"@en . ### https://w3id.org/mobility/transmodel/facilities#automaticDoor :automaticDoor rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether doors are automatic."@en ; rdfs:label "automatic door"@en . ### https://w3id.org/mobility/transmodel/facilities#barrier :barrier rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean . ### https://w3id.org/mobility/transmodel/facilities#brailleButtons :brailleButtons rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has Braille Buttons."@en ; rdfs:label "braille buttons"@en . ### https://w3id.org/mobility/transmodel/facilities#carer :carer rdf:type owl:DatatypeProperty ; rdfs:domain :PassengerAccessibilityNeed ; rdfs:range xsd:boolean ; rdfs:comment "Whether user has carer."@en . ### https://w3id.org/mobility/transmodel/facilities#cctv :cctv rdf:type owl:DatatypeProperty ; rdfs:domain :PassengerSafetyEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is CCTV(closed-circuit television) coverage."@en ; rdfs:label "cctv"@en . ### https://w3id.org/mobility/transmodel/facilities#changeAvailable :changeAvailable rdf:type owl:DatatypeProperty ; rdfs:comment "Whether payment entry machine can give change."@en ; rdfs:label "change available"@en . ### https://w3id.org/mobility/transmodel/facilities#charge :charge rdf:type owl:DatatypeProperty ; rdfs:domain :Equipment ; rdfs:range xsd:float ; rdfs:comment "This property specifies the cost (that is, how much is charged) of using an Equipment. In Transmodel, this property is associated to some specific classes, such as Trolley Stand Equipment, Sanitary Equipment, etc., but in this ontology we have decided to keep more global and applicable to any type of Equipment"@en ; rdfs:label "charge"@en . ### https://w3id.org/mobility/transmodel/facilities#distanceFromNearestKerb :distanceFromNearestKerb rdf:type owl:DatatypeProperty ; rdfs:domain :ShelterEquipment ; rdfs:range xsd:float ; rdfs:comment "This property specifies the distance of Shelter from nearest kerb."@en ; rdfs:label "distance from nearest kerb"@en . ### https://w3id.org/mobility/transmodel/facilities#dogsMustBeCarried :dogsMustBeCarried rdf:type owl:DatatypeProperty ; rdfs:domain :TravelatorEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether dogs must be carried."@en ; rdfs:label "dogs must be carried"@en . ### https://w3id.org/mobility/transmodel/facilities#door :door rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a door in the entrance. If false opening does not have door."@en ; rdfs:label "door"@en . ### https://w3id.org/mobility/transmodel/facilities#dropKerbOutside :dropKerbOutside rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a drop Kerb outside entrance."@en ; rdfs:label "drop kerb outside"@en . ### https://w3id.org/mobility/transmodel/facilities#droppedKerb :droppedKerb rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Crossing has dropped Kerb (both sides)."@en ; rdfs:label "dropped kerb"@en . ### https://w3id.org/mobility/transmodel/facilities#duration :duration rdf:type owl:DatatypeProperty ; rdfs:domain :OnboardStay ; rdfs:range xsd:duration ; rdfs:comment "This property relates an Onboard Stay with a duration"@en ; rdfs:label "duration"@en . ### https://w3id.org/mobility/transmodel/facilities#enclosed :enclosed rdf:type owl:DatatypeProperty ; rdfs:domain :ShelterEquipment ; rdfs:range xsd:boolean ; rdfs:comment "This property specifies whether Shelter is enclosed or not for protection from weather etc."@en ; rdfs:label "enclosed"@en . ### https://w3id.org/mobility/transmodel/facilities#energySaving :energySaving rdf:type owl:DatatypeProperty ; rdfs:domain :TravelatorEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether travelator is energy saving, adjusting the speed to changing operating."@en ; rdfs:label "energy saving"@en . ### https://w3id.org/mobility/transmodel/facilities#entranceRequiresPassport :entranceRequiresPassport rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether passage requires passport."@en ; rdfs:label "entrance requires passport"@en . ### https://w3id.org/mobility/transmodel/facilities#entranceRequiresStaffing :entranceRequiresStaffing rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether passage requires that barrier be staffed."@en ; rdfs:label "entrance requires staffing"@en . ### https://w3id.org/mobility/transmodel/facilities#entranceRequiresTicket :entranceRequiresTicket rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether passage requires ticket."@en ; rdfs:label "entrance requires ticket"@en . ### https://w3id.org/mobility/transmodel/facilities#escalatorFreeAccess :escalatorFreeAccess rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is Escalator Free Access"@en . ### https://w3id.org/mobility/transmodel/facilities#excluded :excluded rdf:type owl:DatatypeProperty ; rdfs:domain :UserNeed ; rdfs:range xsd:boolean ; rdfs:comment "Whether user need is to be include or excluded"@en . ### https://w3id.org/mobility/transmodel/facilities#facilities :facilities rdf:type owl:DatatypeProperty ; rdfs:domain :WaitingRoomEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Sanitary Facilities in WAITING room."@en , "This property allows specifying whether a Waiting Room Equipment has any facilities"@en ; rdfs:label "facilities"@en . ### https://w3id.org/mobility/transmodel/facilities#fixed :fixed rdf:type owl:DatatypeProperty ; rdfs:domain :Equipment ; rdfs:range xsd:boolean ; rdfs:comment "This property is used to determine whether an equipment is fixed in a place or not."@en ; rdfs:label "fixed"@en . ### https://w3id.org/mobility/transmodel/facilities#freeEntry :freeEntry rdf:type owl:DatatypeProperty ; rdfs:domain :SanitaryEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether entry is free."@en ; rdfs:label "free entry"@en . ### https://w3id.org/mobility/transmodel/facilities#freeToUse :freeToUse rdf:type owl:DatatypeProperty ; rdfs:domain :TrolleyStandEquipment ; rdfs:range xsd:boolean ; rdfs:comment "This property determines whether a Trolley Stand Equipment is free to use or not"@en ; rdfs:label "free to use"@en . ### https://w3id.org/mobility/transmodel/facilities#gender :gender rdf:type owl:DatatypeProperty ; rdfs:domain :SanitaryEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Gender limitation on use of facility."@en , "TODO: This property is defined like GenderLimitationEnum"@en ; rdfs:label "gender"@en . ### https://w3id.org/mobility/transmodel/facilities#glassDoor :glassDoor rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether door is made of glass."@en ; rdfs:label "glass door"@en . ### https://w3id.org/mobility/transmodel/facilities#heightOfLowCounter :heightOfLowCounter rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:float ; rdfs:comment "Height of counter for accessibility."@en ; rdfs:label "height of low counter"@en . ### https://w3id.org/mobility/transmodel/facilities#heightOfMachineInterface :heightOfMachineInterface rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:float ; rdfs:comment "Whether there is a low counter for accessibility."@en ; rdfs:label "height of machine interface"@en . ### https://w3id.org/mobility/transmodel/facilities#heightOfSosPanel :heightOfSosPanel rdf:type owl:DatatypeProperty ; rdfs:domain :PassengerSafetyEquipment ; rdfs:range xsd:float ; rdfs:comment "Height of SoS panel above ground."@en ; rdfs:label "height of sos panel"@en . ### https://w3id.org/mobility/transmodel/facilities#inductionLoops :inductionLoops rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are induction loops. Induction loops provide hearing assistance to hearing-aid users"@en ; rdfs:label "induction loops"@en . ### https://w3id.org/mobility/transmodel/facilities#keptOpen :keptOpen rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether the door is kept open."@en ; rdfs:label "keptOpen"@en . ### https://w3id.org/mobility/transmodel/facilities#keyScheme :keyScheme rdf:type owl:DatatypeProperty ; rdfs:comment "Whether facility is accessible through a key scheme."@en ; rdfs:label "key scheme"@en . ### https://w3id.org/mobility/transmodel/facilities#length :length rdf:type owl:DatatypeProperty ; rdfs:label "Length of area."@en . ### https://w3id.org/mobility/transmodel/facilities#liftFreeAccess :liftFreeAccess rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is Lift Free Access."@en . ### https://w3id.org/mobility/transmodel/facilities#lockerDepth :lockerDepth rdf:type owl:DatatypeProperty ; rdfs:domain :LuggageLockerEquipment ; rdfs:range xsd:float ; rdfs:comment "This property specifies the depth of a Luggage Locker Equipment"@en ; rdfs:label "locker depth"@en . ### https://w3id.org/mobility/transmodel/facilities#lockerHeight :lockerHeight rdf:type owl:DatatypeProperty ; rdfs:domain :LuggageLockerEquipment ; rdfs:range xsd:float ; rdfs:comment "This property specifies the height of a Luggage Locker Equipment"@en ; rdfs:label "Height of Lockers."@en . ### https://w3id.org/mobility/transmodel/facilities#lockerWidth :lockerWidth rdf:type owl:DatatypeProperty ; rdfs:domain :LuggageLockerEquipment ; rdfs:range xsd:float ; rdfs:comment "This property specifies the width of a Luggage Locker Equipment"@en ; rdfs:label "Width of Lockers."@en . ### https://w3id.org/mobility/transmodel/facilities#lowCounterAccess :lowCounterAccess rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are induction loops.Induction loops provide hearing assistance to hearing-aid users"@en ; rdfs:label "low counter access"@en . ### https://w3id.org/mobility/transmodel/facilities#mirrorOnOppositeSide :mirrorOnOppositeSide rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has a mirror on opposite side."@en ; rdfs:label "mirror on opposite side"@en . ### https://w3id.org/mobility/transmodel/facilities#mobilePhoneCoverage :mobilePhoneCoverage rdf:type owl:DatatypeProperty ; rdfs:domain :PassengerSafetyEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is Mobile phone coverage."@en ; rdfs:label "mobile phone coverage"@en . ### https://w3id.org/mobility/transmodel/facilities#needRanking :needRanking rdf:type owl:DatatypeProperty ; rdfs:domain :UserNeed ; rdfs:range xsd:boolean ; rdfs:comment "A relative ranking of the need that can be specified in some applications."@en . ### https://w3id.org/mobility/transmodel/facilities#numberOfLockers :numberOfLockers rdf:type owl:DatatypeProperty ; rdfs:domain :LuggageLockerEquipment ; rdfs:range xsd:integer ; rdfs:comment "This property provides the number of lockers of a Luggage Locker Equipment"@en ; rdfs:label "number of lockers"@en . ### https://w3id.org/mobility/transmodel/facilities#numberOfMachines :numberOfMachines rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of ticket machines."@en ; rdfs:label "number of machines"@en . ### https://w3id.org/mobility/transmodel/facilities#numberOfSeats :numberOfSeats rdf:type owl:DatatypeProperty ; rdfs:domain :WaitingEquipment ; rdfs:range xsd:integer ; rdfs:comment "This property specifies the number of seats of a Waiting Equipment. In Transmodel this is represented as seats"@en ; rdfs:label "number of seats"@en . ### https://w3id.org/mobility/transmodel/facilities#numberOfServers :numberOfServers rdf:type owl:DatatypeProperty ; rdfs:domain :QueuingEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of tills or servers serving Queue."@en ; rdfs:label "number of servers"@en . ### https://w3id.org/mobility/transmodel/facilities#numberOfTills :numberOfTills rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of tills selling tickets." ; rdfs:label "number of tills" . ### https://w3id.org/mobility/transmodel/facilities#numberOfToilets :numberOfToilets rdf:type owl:DatatypeProperty ; rdfs:domain :SanitaryEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of toilets."@en ; rdfs:label "number of toilets"@en . ### https://w3id.org/mobility/transmodel/facilities#outOfService :outOfService rdf:type owl:DatatypeProperty ; rdfs:domain :Equipment ; rdfs:range xsd:boolean ; rdfs:comment "This property allows specifying whether the equipment is out of service or not"@en ; rdfs:label "out of service"@en . ### https://w3id.org/mobility/transmodel/facilities#panicButton :panicButton rdf:type owl:DatatypeProperty ; rdfs:domain :PassengerSafetyEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a panic button."@en ; rdfs:label "panic button"@en . ### https://w3id.org/mobility/transmodel/facilities#passengerPerMinute :passengerPerMinute rdf:type owl:DatatypeProperty ; rdfs:domain :AccessEquipment ; rdfs:range xsd:integer ; rdfs:comment "Number of passengers per minute that can use Equipment."@en ; rdfs:label "number of passenger per minute"@en . ### https://w3id.org/mobility/transmodel/facilities#paymentMethod :paymentMethod rdf:type owl:DatatypeProperty ; rdfs:domain :TrolleyStandEquipment ; rdfs:range xsd:string ; rdfs:comment "This property specifies the payment method for a Trolley Stand Equipment"@en ; rdfs:label "payment method"@en . ### https://w3id.org/mobility/transmodel/facilities#pedestrianLights :pedestrianLights rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are lights for pedestrians to cross."@en ; rdfs:label "pedestrian lights"@en . ### https://w3id.org/mobility/transmodel/facilities#railedQueue :railedQueue rdf:type owl:DatatypeProperty ; rdfs:domain :QueuingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Queue is bounded by rails."@en ; rdfs:label "railed queue"@en . ### https://w3id.org/mobility/transmodel/facilities#raisedButtons :raisedButtons rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has Raised Buttons."@en ; rdfs:label "raised buttons"@en . ### https://w3id.org/mobility/transmodel/facilities#recycling :recycling rdf:type owl:DatatypeProperty ; rdfs:domain :RubishDisposalEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are rubbish separation and recycling facilities."@en ; rdfs:label "recycling"@en . ### https://w3id.org/mobility/transmodel/facilities#relativeWeighting :relativeWeighting rdf:type owl:DatatypeProperty ; rdfs:domain :AccessEquipment ; rdfs:range xsd:integer ; rdfs:comment "Relative weighting to be given to this item Equipment."@en ; rdfs:label "relative weighting"@en . ### https://w3id.org/mobility/transmodel/facilities#revolvingDoor :revolvingDoor rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether door is revolving. Only applies if door is spec."@en ; rdfs:label "revolving door"@en . ### https://w3id.org/mobility/transmodel/facilities#sharpsDisposal :sharpsDisposal rdf:type owl:DatatypeProperty ; rdfs:comment "Whether there is sharps disposal."@en ; rdfs:label "sharps disposal"@en . ### https://w3id.org/mobility/transmodel/facilities#signageToLift :signageToLift rdf:type owl:DatatypeProperty ; rdfs:domain :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift has a mirror on opposite side."@en ; rdfs:label "signage to lift"@en . ### https://w3id.org/mobility/transmodel/facilities#smokingAllowed :smokingAllowed rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean . ### https://w3id.org/mobility/transmodel/facilities#sosPanel :sosPanel rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a SoS Panel."@en ; rdfs:label "SOS Panel"@en . ### https://w3id.org/mobility/transmodel/facilities#staffing :staffing rdf:type owl:DatatypeProperty ; rdfs:domain :SanitaryEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether facility is staffed."@en ; rdfs:label "staffing"@en . ### https://w3id.org/mobility/transmodel/facilities#stepFree :stepFree rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean . ### https://w3id.org/mobility/transmodel/facilities#stepFreeAccess :stepFreeAccess rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is Step Free Access"@en . ### https://w3id.org/mobility/transmodel/facilities#suitable :suitable rdf:type owl:DatatypeProperty ; rdfs:comment "Whether the User Need is met."@en . ### https://w3id.org/mobility/transmodel/facilities#suitableForCycles :suitableForCycles rdf:type owl:DatatypeProperty ; rdfs:domain :AccessEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Suitable for cycles."@en ; rdfs:label "suitable for cycles"@en . ### https://w3id.org/mobility/transmodel/facilities#tactileActuators :tactileActuators rdf:type owl:DatatypeProperty ; rdfs:comment "Whether travelator has tactile actuators."@en ; rdfs:label "tactile actuators"@en . ### https://w3id.org/mobility/transmodel/facilities#tactileGuideStrips :tactileGuideStrips rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Crossing has tactile guidance strips."@en ; rdfs:label "tactile guide strips"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketCounterService :ticketCounterService rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a ticket counter."@en ; rdfs:label "ticket counter service"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketMachines :ticketMachines rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are ticket machines."@en ; rdfs:label "ticket machines"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketOffice :ticketOffice rdf:type owl:DatatypeProperty ; rdfs:domain :TicketingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether there is a distinct ticket office."@en ; rdfs:label "ticket office"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketedQueue :ticketedQueue rdf:type owl:DatatypeProperty ; rdfs:domain :QueuingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Queue is controlled by issuing priority tickets."@en ; rdfs:label "ticketed queue"@en . ### https://w3id.org/mobility/transmodel/facilities#visualGuidanceBands :visualGuidanceBands rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether Crossing has visual guidance strips."@en ; rdfs:label "visual guidance bands"@en . ### https://w3id.org/mobility/transmodel/facilities#visualSignsAvailable :visualSignsAvailable rdf:type owl:DatatypeProperty ; rdfs:domain :AccessibilityLimitation ; rdfs:range xsd:boolean ; rdfs:comment "Whether there are Visual Signs"@en . ### https://w3id.org/mobility/transmodel/facilities#wheelChairLength :wheelChairLength rdf:type owl:DatatypeProperty ; rdfs:comment "Length of Wheelchair WAITING area."@en . ### https://w3id.org/mobility/transmodel/facilities#wheelChairWidth :wheelChairWidth rdf:type owl:DatatypeProperty ; rdfs:comment "Width of Wheelchair WAITING area."@en . ### https://w3id.org/mobility/transmodel/facilities#wheelchairAccess :wheelchairAccess rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean . ### https://w3id.org/mobility/transmodel/facilities#wheelchairPassable :wheelchairPassable rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment , :LiftEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether lift is wheelchair passable."@en , "door can be passed in a wheel chair."@en ; rdfs:label "wheelchair passable"@en . ### https://w3id.org/mobility/transmodel/facilities#wheelchairUnaided :wheelchairUnaided rdf:type owl:DatatypeProperty ; rdfs:domain :EntranceEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Can be passed in a wheel chair unaided."@en ; rdfs:label "wheelchair unaided"@en . ### https://w3id.org/mobility/transmodel/facilities#width :width rdf:type owl:DatatypeProperty ; rdfs:label "Width of area"@en . ### https://w3id.org/mobility/transmodel/facilities#womenOnly :womenOnly rdf:type owl:DatatypeProperty ; rdfs:domain :WaitingRoomEquipment ; rdfs:range xsd:boolean ; rdfs:comment "This property allows specifying whether a Waiting Room Equipment is only for women"@en , "Whether Waiting room is women only."@en ; rdfs:label "women only"@en . ### https://w3id.org/mobility/transmodel/facilities#zebraCrossing :zebraCrossing rdf:type owl:DatatypeProperty ; rdfs:domain :CrossingEquipment ; rdfs:range xsd:boolean ; rdfs:comment "Whether CROSSING is marked as Zebra."@en ; rdfs:label "zebra crossing"@en . ### https://w3id.org/transmodel/commons#borderCrossing rdf:type owl:DatatypeProperty . ################################################################# # Classes ################################################################# ### http://www.w3.org/2004/02/skos/core#Concept rdf:type owl:Class . ### http://www.w3.org/2004/02/skos/core#ConceptScheme rdf:type owl:Class . ### https://w3id.org/mobility/transmodel/facilities#AccessAreaDimensions :AccessAreaDimensions rdf:type owl:Class ; rdfs:subClassOf :VehicleAccessEquipment ; rdfs:comment "Specialisation of VehicleAccessEquipment dedicated to VehicleAccessAreaDimmension"@en ; rdfs:label "VehicleAccessAreaDimension"@en . ### https://w3id.org/mobility/transmodel/facilities#AccessEquipment :AccessEquipment rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment , [ rdf:type owl:Restriction ; owl:onProperty :passengerPerMinute ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :relativeWeighting ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] ; rdfs:comment "Specialisation of Place Equipment dedicated to access (e.g. lifts, entrances, stairs, ramps, etc.)"@en ; rdfs:label "Access Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#AccessibilityAssessment :AccessibilityAssessment rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :determining ; owl:someValuesFrom :AccessibilityLimitation ] , [ rdf:type owl:Restriction ; owl:onProperty :MobilityImpairedAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "The accessibility characteristics of an Entity (facility) used by Passenger such as a Stop Place or a Stop Place Component. Described by AccessibilityLimitations and/or a set of Suitabilities"@en ; rdfs:label "Accessibility Assessment"@en . ### https://w3id.org/mobility/transmodel/facilities#AccessibilityLimitation :AccessibilityLimitation rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :determining ; owl:allValuesFrom :AccessibilityLimitation ] , [ rdf:type owl:Restriction ; owl:onProperty :limitedBy ; owl:allValuesFrom :AccessibilityAssessment ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :audibleSignsAvailable ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :escalatorFreeAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :liftFreeAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :stepFreeAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :visualSignsAvailable ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :wheelchairAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment """A categorisation of the accessibility characteristics of a Site, e.g. a Stop Place or a Stop Place Component to indicate its usability by passengers with specific needs, for example, those needing wheelchair access, step-free access or wanting to avoid confined spaces such as lifts. A small number of well-defined categories are used that are chosen to allow the consistent capture of data and the efficient computation of routes for different classes of user."""@en ; rdfs:label "Accessibility Limitation"@en . ### https://w3id.org/mobility/transmodel/facilities#Accommodation :Accommodation rdf:type owl:Class ; rdfs:subClassOf :Facility , [ rdf:type owl:Restriction ; owl:onProperty :accommodationFacility ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :couchetteFacility ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :fareClass ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :showerFacility ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :toiletFacility ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] ; rdfs:comment "This is a subclass of Service Facility Set to refer to types of accommodations, according to the Facility Conceptual Model (figure 287, page 450) of TransModel"@en ; rdfs:label "Accommodation"@en . ### https://w3id.org/mobility/transmodel/facilities#ActualVehicleEquipment :ActualVehicleEquipment rdf:type owl:Class ; rdfs:subClassOf :InstalledEquipment ; rdfs:comment "A fixed equipment installed on a Vehicle"@en ; rdfs:label "Actual Vehicle Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#AssistanceForDissabledUsers :AssistanceForDissabledUsers rdf:type owl:Class ; rdfs:subClassOf :AssistanceService ; rdfs:comment "Assistance Services for dissabled users of the Public Transport Network"@en ; rdfs:label "AssistanceForDissabledUsers"@en . ### https://w3id.org/mobility/transmodel/facilities#AssistanceService :AssistanceService rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:comment "Specialisation of LocalService for Assistance providing information like language, accessibility trained staff, etc."@en ; rdfs:label "AssistanceService"@en . ### https://w3id.org/mobility/transmodel/facilities#BabyChange :BabyChange rdf:type owl:Class ; rdfs:subClassOf :SanitaryEquipment ; rdfs:comment "Baby change"@en ; rdfs:label "BabyChange"@en . ### https://w3id.org/mobility/transmodel/facilities#BookingOffice :BookingOffice rdf:type owl:Class ; rdfs:subClassOf :CustomerService ; rdfs:comment "A specialisation of Customer Services for booking services"@en ; rdfs:label "BookingOffice"@en . ### https://w3id.org/mobility/transmodel/facilities#CateringService :CateringService rdf:type owl:Class ; rdfs:subClassOf :CommercialService ; rdfs:comment "Specialisation of LocalService for CateringService"@en ; rdfs:label "CateringService"@en . ### https://w3id.org/mobility/transmodel/facilities#CheckIn :CheckIn rdf:type owl:Class ; rdfs:subClassOf :EquipmentPlace ; rdfs:comment "One specialisation of SiteComponent for Check in services"@en ; rdfs:label "CheckIn"@en . ### https://w3id.org/mobility/transmodel/facilities#CommercialService :CommercialService rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:comment "CommercialService is the specialisation of services for commercial purposes"@en ; rdfs:label "CommercialService"@en . ### https://w3id.org/mobility/transmodel/facilities#CommunicationService :CommunicationService rdf:type owl:Class ; rdfs:subClassOf :CommercialService ; rdfs:comment "Specialisation of LocalService dedicated to communication services"@en ; rdfs:label "CommunicationService"@en . ### https://w3id.org/mobility/transmodel/facilities#ComplaintsService :ComplaintsService rdf:type owl:Class ; rdfs:subClassOf :CustomerService ; rdfs:comment "Specialisation of CustomerService for Complaints Services"@en ; rdfs:label "ComplaintsService"@en . ### https://w3id.org/mobility/transmodel/facilities#CrossingEquipment :CrossingEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :suitableForCycles ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :accousticCrossingAid ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :acousticDeviceSensors ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :droppedKerb ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :pedestrianLights ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :suitableForCycles ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :tactileGuideStrips ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :visualGuidanceBands ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :zebraCrossing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment """Specialisation of PlaceAccessEquipment for CrossingEquipment - Zebra"""@en ; rdfs:label "CrossingEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#CrossingEquipmentLights :CrossingEquipmentLights rdf:type owl:Class ; rdfs:subClassOf :CrossingEquipment ; rdfs:comment "Crossing equipment lights"@en ; rdfs:label "CrossingEquipmentLights"@en . ### https://w3id.org/mobility/transmodel/facilities#CrossingEquipmentPedestrian :CrossingEquipmentPedestrian rdf:type owl:Class ; rdfs:subClassOf :CrossingEquipment ; rdfs:comment "Crossing equipment pedestrian"@en ; rdfs:label "CrossingEquipmentPedestrian"@en . ### https://w3id.org/mobility/transmodel/facilities#CrossingEquipmentTactileGuideStrip :CrossingEquipmentTactileGuideStrip rdf:type owl:Class ; rdfs:subClassOf :CrossingEquipment ; rdfs:comment "Crossing equipment tactile guide strip"@en ; rdfs:label "CrossingEquipmentTactileGuideStrip"@en . ### https://w3id.org/mobility/transmodel/facilities#CrossingEquipmentZebra :CrossingEquipmentZebra rdf:type owl:Class ; rdfs:subClassOf :CrossingEquipment ; rdfs:comment "Crossing equipment zebra"@en ; rdfs:label "CrossingEquipmentZebra"@en . ### https://w3id.org/mobility/transmodel/facilities#CustomerService :CustomerService rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:comment "Generic specialisation of LocalService for CustomerServices (LostProperties, MeetingPoint, Complaiants, etc.)"@en ; rdfs:label "CustomerService"@en . ### https://w3id.org/mobility/transmodel/facilities#CycleOperatingEquipment :CycleOperatingEquipment rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment ; rdfs:comment "A specialisation of PlaceEquipment describing cycle parking equipment"@en ; rdfs:label "CycleStorageEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#EmergencyService :EmergencyService rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:comment "Emergency service"@en ; rdfs:label "EmergencyService"@en . ### https://w3id.org/mobility/transmodel/facilities#EncumbranceNeed :EncumbranceNeed rdf:type owl:Class ; rdfs:comment "A specific User Need, i.e. a requirement of a passenger travelling with luggage, animal or any other object requiring special arrangements to access public transport."@en . ### https://w3id.org/mobility/transmodel/facilities#Entrance :Entrance rdf:type owl:Class ; rdfs:comment "A physical entrance or exit to/from a Site. May be a door, barrier, gate or other recognizable Point of Access."@en ; rdfs:label "Entrance"@en . ### https://w3id.org/mobility/transmodel/facilities#EntranceEquipment :EntranceEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :suitableForCycles ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :NumberOfGates ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :automaticDoor ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :barrier ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :door ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :dropKerbOutside ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :entranceRequiresPassport ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :entranceRequiresStaffing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :entranceRequiresTicket ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :glassDoor ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :keptOpen ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :revolvingDoor ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :wheelchairPassable ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :wheelchairUnaided ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of PlaceAccessEquipment for Entrances (door, barrier, gate or other recognizable point of access)"@en ; rdfs:label "EntranceEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#Equipment :Equipment rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :equipmentType ; owl:allValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :locatedIn ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :EquipmentPlace ] , [ rdf:type owl:Restriction ; owl:onProperty :charge ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :outOfService ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment """An Equipment that may be located on a Vehicle, Site, etc. There are many different types of Equipment, each of which may have specific properties (hence a large classification of concepts is provided as subclasses of this class). The two main specialisations are Local Service and Installed Equipment. A Local Service is an intangible service that is provided at a site, such as selling tickets, porterage, etc. An Installed Equipment is the fixed equipment that may be installed fixed on a site (Place Equipment - e.g., door, lift, gate, etc.) or a vehicle (Vehicle Equipment), or mixed (e.g., rubish bins, sanitary equipment or ticketing equipments). These are further characterised as Place Equipment (equipment which may be located only on a Site, such as a barrier, bench, lift) and Passenger Equipment (equipment which may be located on either a Vehicle or a Site, such as a display terminal, ticket validator or WC)"""@en ; rdfs:isDefinedBy ; rdfs:label "Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#EquipmentPlace :EquipmentPlace rdf:type owl:Class ; rdfs:subClassOf :SiteComponent , [ rdf:type owl:Restriction ; owl:onProperty :equippedWith ; owl:allValuesFrom :Equipment ] , [ rdf:type owl:Restriction ; owl:onProperty :position ; owl:allValuesFrom :EquipmentPosition ] ; rdfs:comment "An Equipment Place is a Site Component containing Equipment" ; rdfs:label "Equipment Place" . ### https://w3id.org/mobility/transmodel/facilities#EquipmentPosition :EquipmentPosition rdf:type owl:Class ; rdfs:comment "The position that an equipment has, which comes with geospatial information and a description"@en ; rdfs:label "Equipment Position"@en . ### https://w3id.org/mobility/transmodel/facilities#EscalatorEquipment :EscalatorEquipment rdf:type owl:Class ; rdfs:subClassOf :StairEquipment ; rdfs:comment "Specialisation of StairEquipment for Escalator Equipment"@en ; rdfs:label "EscalatorEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#Facility :Facility rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :facilityType ; owl:allValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] ; rdfs:comment """A named amenity available to the public at a Site or on a Service. A Facility has a type that determines the type of facility that it refers to, available in the SKOS codelist https://w3id.org/transmodel/kos/facilities/facilityType (in Netex this is represented as a set of enumerations) A Facility has no further properties than a name. An Equipment or LocalService is used to describe the further properties provided as part of a particular Facility"""@en ; rdfs:label "Facility"@en . ### https://w3id.org/mobility/transmodel/facilities#FacilitySet :FacilitySet rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :comprisesEquipment ; owl:allValuesFrom :Equipment ] , [ rdf:type owl:Restriction ; owl:onProperty :comprisesFacility ; owl:allValuesFrom :Facility ] ; rdfs:comment """A facility set is an aggregation of facilities. In Netex this is represented as a set of enumerated facility values (names based on TPEG classifications, augmented with UIC etc.). The terms used for relating a facility set to the facilities and equipment are CommonFacilityGroup and otherFacilities. We have preferred using comprisesFacility and comprisesEquipment to simplify the terminology that is being used."""@en ; rdfs:label "Facility Set"@en . ### https://w3id.org/mobility/transmodel/facilities#FlexibleStopPlace :FlexibleStopPlace rdf:type owl:Class ; rdfs:subClassOf :StopPlace ; rdfs:comment "A specialisation of the Stop Place describing a stop of a Flexible Service. It may be composed of Flexible Areas or Hail and Ride Areas identifying the catchment areas for flexible services (when they use areas or flexible quays). Some Flexible Places also use regular Stop Places for their stops. When assigned to a Scheduled Stop Point the corresponding Scheduled Stop Point is supposed to be a Zone (the centroid point of the Zone being the Scheduled Stop Point)."@en ; rdfs:label "Flexible Stop Place"@en . ### https://w3id.org/mobility/transmodel/facilities#FreeWifi :FreeWifi rdf:type owl:Class ; rdfs:subClassOf :CommunicationService ; rdfs:comment "A private WiFi network that is available under certain characteristics"@en ; rdfs:label "FreeWifi"@en . ### https://w3id.org/mobility/transmodel/facilities#Garage :Garage rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment ; rdfs:comment """A Facility of PlaceEquipment used for parking and maintaining vehicles. Parking Point in a Garage are called GaragePoint."""@en ; rdfs:label "Garage"@en . ### https://w3id.org/mobility/transmodel/facilities#HeadingSign :HeadingSign rdf:type owl:Class ; rdfs:subClassOf :SignEquipment ; rdfs:comment "Specialisation of SignEquipment for headings providing information like direction name, line name, etc."@en ; rdfs:label "HeadingSign"@en . ### https://w3id.org/mobility/transmodel/facilities#HiringService :HiringService rdf:type owl:Class ; rdfs:subClassOf :CommercialService ; rdfs:comment "HiringService is the specialisation of CommercialService for hiring services"@en ; rdfs:label "HiringService"@en . ### https://w3id.org/mobility/transmodel/facilities#Immigration :Immigration rdf:type owl:Class ; rdfs:subClassOf :EquipmentPlace ; rdfs:comment "One specialisation of SiteComponent for Migration affaires"@en ; rdfs:label "Immigration"@en . ### https://w3id.org/mobility/transmodel/facilities#InformationBooklet :InformationBooklet rdf:type owl:Class ; rdfs:subClassOf :PassengerInformationPrintedMaterial ; rdfs:comment "Information Booklet is public transport piece of Equipment dedicated to inform"@en ; rdfs:label "InformationBooklet"@en . ### https://w3id.org/mobility/transmodel/facilities#InformationLeaflet :InformationLeaflet rdf:type owl:Class ; rdfs:subClassOf :PassengerInformationPrintedMaterial ; rdfs:comment "A public transport information piece of Equipment"@en ; rdfs:label "InformationLeaflet"@en . ### https://w3id.org/mobility/transmodel/facilities#InstalledEquipment :InstalledEquipment rdf:type owl:Class ; rdfs:subClassOf :Equipment ; rdfs:comment """An Installed Equipment is a fixed equipment that may be installed on a site (such as a door, lift, gate, etc.) or a vehicle. Its exact location may be specified by an Equipment Place. Physical equipments installed either fixed (PlaceEquipment), on-board (VehicleEquipment) or mixed (some equipments as rubish, sanitary or ticketing)."""@en ; rdfs:label "Installed Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#LeftLuggageService :LeftLuggageService rdf:type owl:Class ; rdfs:subClassOf :LuggageService ; rdfs:comment "LeftLuggageService is the implementation of LuggageService for LeftLuggageService"@en ; rdfs:label "LeftLuggageService"@en . ### https://w3id.org/mobility/transmodel/facilities#LiftEquipment :LiftEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :suitableForCycles ; owl:allValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :acousticAnnouncements ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :alarmButton ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :attendant ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :automatic ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :brailleButtons ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :mirrorOnOppositeSide ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :raisedButtons ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :signageToLift ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of PlaceAccessEquipment dedicated to PlaceAccessLift"@en ; rdfs:label "PlaceAccessLift"@en . ### https://w3id.org/mobility/transmodel/facilities#LocalService :LocalService rdf:type owl:Class ; rdfs:subClassOf :Equipment ; rdfs:comment """A Service (LocalService such as LeftLuggage, TicketingService) is considered as immaterial Equipment as well. A named Service relating to the use of the Site or transport Services at a particular location, for example Porterage, AssistanceForDissabledUsers, BookingOffices, etc. The Service may have a validityCondition associated with it."""@en ; rdfs:label "Service"@en . ### https://w3id.org/mobility/transmodel/facilities#LostPropertieService :LostPropertieService rdf:type owl:Class ; rdfs:subClassOf :CustomerService ; rdfs:comment "Specialisation of CustomerService for LostProperties"@en ; rdfs:label "LostProperties"@en . ### https://w3id.org/mobility/transmodel/facilities#LowFloor :LowFloor rdf:type owl:Class ; rdfs:subClassOf :VehicleAccessEquipment ; rdfs:comment "Specialisation of VehicleAccessEquipment dedicated to LowFloor"@en ; rdfs:label "LowFloor"@en . ### https://w3id.org/mobility/transmodel/facilities#LuggageLockerEquipment :LuggageLockerEquipment rdf:type owl:Class ; rdfs:subClassOf :SiteEquipment , [ rdf:type owl:Restriction ; owl:onProperty :lockerDepth ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :lockerHeight ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :lockerWidth ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfLockers ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] ; rdfs:comment "Specialisation of Luggage Locker Equipment for Stop Place Equipment"@en ; rdfs:label "Luggage Locker Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#LuggageService :LuggageService rdf:type owl:Class ; rdfs:subClassOf :CustomerService ; rdfs:comment """Specialisation of CustomerServices for LuggageServices. Provides facilities as LuggageTrolley, FreeToUse, etc."""@en ; rdfs:label "LuggageService"@en . ### https://w3id.org/mobility/transmodel/facilities#LuggageTrolleyService :LuggageTrolleyService rdf:type owl:Class ; rdfs:subClassOf :LuggageService ; rdfs:label "LuggageTrolley"@en , "Specialisation of LuggageServices for LuggageTrolleyServices"@en . ### https://w3id.org/mobility/transmodel/facilities#MedicalNeed :MedicalNeed rdf:type owl:Class ; rdfs:comment "A specific user need, i.e. a requirement of a passenger as regards medical constraint (e.g. allergy) to access public transport ."@en . ### https://w3id.org/mobility/transmodel/facilities#MeetingPointService :MeetingPointService rdf:type owl:Class ; rdfs:subClassOf :CustomerService ; rdfs:comment "Specialisation of CustomerService for meeting points (provides characteristics like description, labels...)"@en ; rdfs:label "MeetingPointService"@en . ### https://w3id.org/mobility/transmodel/facilities#MobilityNeed :MobilityNeed rdf:type owl:Class ; rdfs:comment "A specific user need, i.e. a constraint of a passenger as regards his mobility, e.g. wheelchair, assisted wheelchair, etc."@en . ### https://w3id.org/mobility/transmodel/facilities#MoneyService :MoneyService rdf:type owl:Class ; rdfs:subClassOf :CommercialService ; rdfs:comment "MoneyService is the specialisation of Commercial services for money services. Provides information about money services."@en ; rdfs:label "MoneyService"@en . ### https://w3id.org/mobility/transmodel/facilities#OnboardStay :OnboardStay rdf:type owl:Class ; rdfs:subClassOf :Facility , [ rdf:type owl:Restriction ; owl:onProperty :boardingPermission ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :fareClass ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :duration ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:duration ] ; rdfs:comment "This is a type of Service Facility Set, according to the Facility Conceptual Model (figure 287, page 450) of TransModel"@en ; rdfs:label "Onboard Stay"@en . ### https://w3id.org/mobility/transmodel/facilities#OtherSign :OtherSign rdf:type owl:Class ; rdfs:subClassOf :SignEquipment ; rdfs:comment "Specialisation of SignEquipment which are not HeadingSign nor PlaceSign"@en ; rdfs:label "Other Sign"@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerAccessibilityNeed :PassengerAccessibilityNeed rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :determining ; owl:allValuesFrom :UserNeed ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :carer ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "A passenger's requirement for accessibility, comprising one or more USER NEEDs. For example, that he is unable to navigate stairs, or lifts, or has visual or auditory impairments. passenger accessibility needs can be used to derive an accessibility constraint for the passenger, allowing the computation of paths for passengers with specifically constrained mobility. Example: Wheelchair, No Lifts, No Stairs."@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerEquipment :PassengerEquipment rdf:type owl:Class ; rdfs:subClassOf :InstalledEquipment , [ rdf:type owl:Restriction ; owl:onProperty :fixed ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "An Equipment of a particular type actually available at a location within a Place (fixed) or a Vehicle (onboard)"@en ; rdfs:label "Passenger Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerInformationEquipment :PassengerInformationEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment ; rdfs:comment "A public transport information piece of Equipment, as for instance terminals (on street, at information desks, telematic,...) or printed material (leaflets displayed at Stops, booklets, ...)"@en ; rdfs:label "PassengerInformationEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerInformationPrintedMaterial :PassengerInformationPrintedMaterial rdf:type owl:Class ; rdfs:subClassOf :PassengerInformationEquipment ; rdfs:comment "A public transport information piece of Equipment which is printed material (leaflets displayed at Stops, booklets, ...)"@en ; rdfs:label "PassengerInformationPrintedMaterial"@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerInformationTerminal :PassengerInformationTerminal rdf:type owl:Class ; rdfs:subClassOf :PassengerInformationEquipment ; rdfs:comment "A public transport information piece of equipment such as street stands, information desks or telematic services"@en ; rdfs:label "PassengerInformationDesk"@en . ### https://w3id.org/mobility/transmodel/facilities#PassengerSafetyEquipment :PassengerSafetyEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment , [ rdf:type owl:Restriction ; owl:onProperty :cctv ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :heightOfSosPanel ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :mobilePhoneCoverage ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :panicButton ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :sosPanel ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:label "Passenger Safety Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#PlaceEquipment :PlaceEquipment rdf:type owl:Class ; rdfs:subClassOf :InstalledEquipment , [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty :position ; owl:someValuesFrom :EquipmentPosition ] [ rdf:type owl:Restriction ; owl:onProperty :position ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :EquipmentPosition ] ) ; rdf:type owl:Class ] , [ rdf:type owl:Restriction ; owl:onProperty :fixed ; owl:hasValue "true"^^xsd:boolean ] ; rdfs:comment "An item of Equipment of a particular type actually available at a location within a Place. It can only have one position"@en ; rdfs:label "Place Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#PlaceLighting :PlaceLighting rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :alwaysLit ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Place Lighting"@en . ### https://w3id.org/mobility/transmodel/facilities#PlaceSign :PlaceSign rdf:type owl:Class ; rdfs:subClassOf :SignEquipment ; rdfs:comment "SignEquipment withe the name of a Place on it"@en ; rdfs:label "PlaceSign"@en . ### https://w3id.org/mobility/transmodel/facilities#Porterage :Porterage rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:comment "Porterage"@en , "PorterageService"@en . ### https://w3id.org/mobility/transmodel/facilities#PostOfficeService :PostOfficeService rdf:type owl:Class ; rdfs:subClassOf :CommunicationService ; rdfs:comment "A PostOfficeService is the specialisation of CommunicationService for post mail services"@en ; rdfs:label "PostOfficeService"@en . ### https://w3id.org/mobility/transmodel/facilities#PsychosensoryNeed :PsychosensoryNeed rdf:type owl:Class ; rdfs:comment "A specific user need, i.e. a constraint of a passenger as regards his psycho-sensory impairments, such as visual impairment, auditory impairment, averse to confined spaces, etc."@en . ### https://w3id.org/mobility/transmodel/facilities#Quay :Quay rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :comprises ; owl:allValuesFrom :Quay ] ; rdfs:comment """A place such as platform, stance, or quayside where passengers have access to public transport vehicles, taxi, cars or other means of transportation. A Quay may serve one or more Vehicle Stopping Places and be associated with one or more Scheduled Stop Points. A Quay may contain other sub Quays"""@en ; rdfs:label "Quay"@en . ### https://w3id.org/mobility/transmodel/facilities#QueuingEquipment :QueuingEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :numberOfServers ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :railedQueue ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :ticketedQueue ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:label "QueingEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#Ramp :Ramp rdf:type owl:Class ; rdfs:subClassOf :VehicleAccessEquipment ; rdfs:comment "Specialisation of VehicleAccessEquipment dedicated to VehicleRamp"@en ; rdfs:label "VehicleRamp"@en . ### https://w3id.org/mobility/transmodel/facilities#RampEquipment :RampEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment ; rdfs:comment "Specialisation of PlaceEquipment dedicated to access"@en ; rdfs:label "PlaceAccessRamp"@en . ### https://w3id.org/mobility/transmodel/facilities#RetailService :RetailService rdf:type owl:Class ; rdfs:subClassOf :CommercialService ; rdfs:comment "Specialisation of LocalService dedicated to retail services"@en ; rdfs:label "RetailService"@en . ### https://w3id.org/mobility/transmodel/facilities#RoughSurface :RoughSurface rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :suitableForCycles ; owl:allValuesFrom xsd:boolean ] ; rdfs:label "Rough Surface"@en . ### https://w3id.org/mobility/transmodel/facilities#RubishDisposalEquipment :RubishDisposalEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment , [ rdf:type owl:Restriction ; owl:onProperty :recycling ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of Passenger Equipment for Rubish Disposal"@en ; rdfs:label "Rubish Disposal"@en . ### https://w3id.org/mobility/transmodel/facilities#SanitaryEquipment :SanitaryEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment , [ rdf:type owl:Restriction ; owl:onProperty :changeAvailable ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :charge ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :freeEntry ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :gender ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :keyScheme ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfToilets ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :sharpsDisposal ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :staffing ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of Passenger Equipment for Sanitary Equipment"@en ; rdfs:label "Sanitary Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#Screening :Screening rdf:type owl:Class ; rdfs:subClassOf :EquipmentPlace ; rdfs:comment "One specialisation of SiteComponent for Security Screening"@en ; rdfs:label "SecurityScreening"@en . ### https://w3id.org/mobility/transmodel/facilities#SeatingEquipment :SeatingEquipment rdf:type owl:Class ; rdfs:subClassOf :WaitingEquipment ; rdfs:comment "A Seating Equipment is a type of Waiting Equipiment where people can sit down."@en ; rdfs:label "Seating Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#ServiceFacilitySet :ServiceFacilitySet rdf:type owl:Class ; rdfs:subClassOf :FacilitySet ; rdfs:comment """A service facility set contains a set of facilities available for a service journey or a journey part. The set may be availabe only for a specific vehicle type within the service (e.g., carriage equipped with low floor). It can also include information about the accommodation on board, which can be related to the Accommodation or OnboardStay concepts, which are subclasses of Facility, via the comprisesFacility object property. These two concepts are further refined since they may have additional attributes beyond the indication of the corresponding SKOS concepts, as in the other cases."""@en ; rdfs:label "Service Facility Set"@en . ### https://w3id.org/mobility/transmodel/facilities#ShelterEquipment :ShelterEquipment rdf:type owl:Class ; rdfs:subClassOf :WaitingEquipment , [ rdf:type owl:Restriction ; owl:onProperty :distanceFromNearestKerb ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :enclosed ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "A building or other structure constructed at a Bus Stop"@en ; rdfs:label "Shelter"@en . ### https://w3id.org/mobility/transmodel/facilities#Shower :Shower rdf:type owl:Class ; rdfs:subClassOf :SanitaryEquipment ; rdfs:comment "Specialisation of SanitaryEquipment for showers"@en ; rdfs:label "Shower"@en . ### https://w3id.org/mobility/transmodel/facilities#SignEquipment :SignEquipment rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment ; rdfs:comment "Specialisation of PlaceEquipment for Signs"@en ; rdfs:label "SignEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#Site :Site rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :concernedBy ; owl:allValuesFrom :FacilitySet ] ; rdfs:comment "A well known Place to which Passengers may refer to indicate the origin or a destination of a Trip"@en ; rdfs:label "Site"@en . ### https://w3id.org/mobility/transmodel/facilities#SiteComponent :SiteComponent rdf:type owl:Class ; rdfs:subClassOf :SiteElement ; rdfs:comment "An element of a Site describing a part of its structure. Site Components share common properties for data management, accessibility and other features"@en ; rdfs:label "Site Component"@en . ### https://w3id.org/mobility/transmodel/facilities#SiteElement :SiteElement rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :accessibilityAssessment ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :AccessibilityAssessment ] ; rdfs:comment "A place"@en ; rdfs:label "Site Element"@en . ### https://w3id.org/mobility/transmodel/facilities#SiteEquipment :SiteEquipment rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] ; rdfs:comment "Specialisation of Place Equipment for Site"@en ; rdfs:label "Site Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#SiteFacilitySet :SiteFacilitySet rdf:type owl:Class ; rdfs:subClassOf :FacilitySet , [ rdf:type owl:Restriction ; owl:onProperty :availableAt ; owl:allValuesFrom :Site ] ; rdfs:comment "A site facility set contains a set of facilities available at a site"@en ; rdfs:label "Site Facility Set"@en . ### https://w3id.org/mobility/transmodel/facilities#StairCaseEquipment :StairCaseEquipment rdf:type owl:Class ; rdfs:subClassOf :StairEquipment ; rdfs:comment "Specialisation of PlaceAccessStair for StairCaseEquipment"@en ; rdfs:label "StairCaseEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#StairEquipment :StairEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment ; rdfs:comment "Specialisation of PlaceAccessEquipment dedicated to PlaceAccessStair (stair, escalator, staircase, etc.)"@en ; rdfs:label "PlaceAccessStair"@en . ### https://w3id.org/mobility/transmodel/facilities#StopPlace :StopPlace rdf:type owl:Class ; rdfs:subClassOf :Site , [ rdf:type owl:Restriction ; owl:onProperty :accessedBy ; owl:allValuesFrom :StopPlaceEntrance ] , [ rdf:type owl:Restriction ; owl:onProperty :containing ; owl:allValuesFrom :Quay ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom xsd:boolean ] ; rdfs:comment "A place comprising one or more locations where Vehicles may stop and where passengers may board or leave Vehicles or prepare their Trip. A Stop Place will usually have one or more well-known names."@en ; rdfs:label "Stop Place"@en . ### https://w3id.org/mobility/transmodel/facilities#StopPlaceEntrance :StopPlaceEntrance rdf:type owl:Class ; rdfs:subClassOf :Entrance ; rdfs:comment "A physical Entrance or Exit to/from a Stop Place for a Passenger. May be a door, barrier, gate or other recognizable point of access."@en ; rdfs:label "Stop Place Entrance"@en . ### https://w3id.org/mobility/transmodel/facilities#Suitability :Suitability rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :determining ; owl:allValuesFrom :AccessibilityAssessment ] , [ rdf:type owl:Restriction ; owl:onProperty :determining ; owl:allValuesFrom :UserNeed ] , [ rdf:type owl:Restriction ; owl:onProperty :facilityType ; owl:allValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty :suitable ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "A statement of whether a particular User Need can be met. It can be used to state whether a SITE can be accessed by a passenger with a particular User Need"@en . ### https://w3id.org/mobility/transmodel/facilities#TicketControl :TicketControl rdf:type owl:Class ; rdfs:subClassOf :EquipmentPlace ; rdfs:comment "One specialisation of SiteComponent for Ticket control"@en ; rdfs:label "TicketControl"@en . ### https://w3id.org/mobility/transmodel/facilities#TicketValidatorEquipment :TicketValidatorEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment ; rdfs:comment "Specialisation of Passenger Equipment for Ticket Validator Equipment"@en ; rdfs:label "Ticket Validator Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#TicketingEquipment :TicketingEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerEquipment , [ rdf:type owl:Restriction ; owl:onProperty :heightOfLowCounter ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :heightOfMachineInterface ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :inductionLoops ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :lowCounterAccess ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfMachines ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfTills ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :ticketCounterService ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :ticketMachines ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :ticketOffice ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of Passenter Equipment for Ticketing Equipment"@en ; rdfs:label "Ticketing Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#TicketingService :TicketingService rdf:type owl:Class ; rdfs:subClassOf :LocalService ; rdfs:label "TicketingService"@en . ### https://w3id.org/mobility/transmodel/facilities#Toilet :Toilet rdf:type owl:Class ; rdfs:subClassOf :SanitaryEquipment ; rdfs:comment "Toilet"@en ; rdfs:label "Toilet"@en . ### https://w3id.org/mobility/transmodel/facilities#TravelatorEquipment :TravelatorEquipment rdf:type owl:Class ; rdfs:subClassOf :AccessEquipment , [ rdf:type owl:Restriction ; owl:onProperty :dogsMustBeCarried ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :energySaving ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :tactileActuators ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment """Specialisation of Place Access Equipment for travelators (provides travelator properties like speed, etc.). A travelator is a conveyor-type device that helps transport people across longer horizontal distances in a faster and easier manner than walking would"""@en ; rdfs:label "TravelatorEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#TrolleyStandEquipment :TrolleyStandEquipment rdf:type owl:Class ; rdfs:subClassOf :SiteEquipment , [ rdf:type owl:Restriction ; owl:onProperty :paymentMethod ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :freeToUse ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of Stop Place Equipment for trolley stands"@en ; rdfs:label "Trolley Stand Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#UserNeed :UserNeed rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :facilityType ; owl:allValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty ; owl:hasValue ] ) ; rdf:type owl:Class ] ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :excluded ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :needRanking ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "A user's need for a particular Suitability."@en . ### https://w3id.org/mobility/transmodel/facilities#VehicleAccessEquipment :VehicleAccessEquipment rdf:type owl:Class ; rdfs:subClassOf :ActualVehicleEquipment ; rdfs:comment "Specialisation of VehicleEquipment dedicated to access Vehicles providing information such as low floor, ramp, access area dimensions, etc."@en ; rdfs:label "VehicleAccessEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#VehicleChargingEquipment :VehicleChargingEquipment rdf:type owl:Class ; rdfs:subClassOf :PlaceEquipment ; rdfs:comment "Specialisation of PlaceEquipment for Vehicle charging"@en ; rdfs:label "VehicleChargingEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#VehicleDisplayEquipment :VehicleDisplayEquipment rdf:type owl:Class ; rdfs:subClassOf :PassengerInformationEquipment ; rdfs:comment "Passenger information on board"@en ; rdfs:label "PassengerInformationOnBoard"@en . ### https://w3id.org/mobility/transmodel/facilities#WaitingEquipment :WaitingEquipment rdf:type owl:Class ; rdfs:subClassOf :SiteEquipment , [ rdf:type owl:Restriction ; owl:onProperty :length ; owl:allValuesFrom xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :width ; owl:allValuesFrom xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :airConditioned ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfSeats ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :smokingAllowed ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :stepFree ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :wheelChairLength ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] , [ rdf:type owl:Restriction ; owl:onProperty :wheelChairWidth ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:float ] ; rdfs:comment "Specialisation of StopPlaceEquipment for WaitingEquipment (shelter, waiting room, etc.)"@en ; rdfs:label "WaitingEquipment"@en . ### https://w3id.org/mobility/transmodel/facilities#WaitingRoomEquipment :WaitingRoomEquipment rdf:type owl:Class ; rdfs:subClassOf :WaitingEquipment , [ rdf:type owl:Restriction ; owl:onProperty :assignedTo ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :facilities ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :womenOnly ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:boolean ] ; rdfs:comment "Specialisation of Waiting Equipment for a Waiting Room"@en ; rdfs:label "Waiting Room Equipment"@en . ### https://w3id.org/mobility/transmodel/facilities#WheelchairAccessToilet :WheelchairAccessToilet rdf:type owl:Class ; rdfs:subClassOf :SanitaryEquipment ; rdfs:comment "Wheelchair access"@en ; rdfs:label "WheelchairAccessToilet"@en . ### https://w3id.org/mobility/transmodel/facilities#WheelchairBabyChange :WheelchairBabyChange rdf:type owl:Class ; rdfs:subClassOf :SanitaryEquipment ; rdfs:comment "Wheelchair baby change"@en ; rdfs:label "WheelchairBabyChange"@en . ### https://w3id.org/mobility/transmodel/facilities#WheelchairVehicleEquipment :WheelchairVehicleEquipment rdf:type owl:Class ; rdfs:subClassOf :ActualVehicleEquipment ; rdfs:comment "Specialisation of Vehicle Equipment for wheel chair accessibility on board a Vehicle providing information suchs as the number of wheelchair areas and the access dimmensions"@en ; rdfs:label "WheelchairVehicleEquipment"@en . ### https://w3id.org/transmodel/fares#ClassOfUse rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### https://w3id.org/mobility/transmodel/facilities#accessible :accessible rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#audioNavigator :audioNavigator rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#babychange :babychange rdf:type owl:NamedIndividual , :SanitaryEquipment ; rdfs:label "babyChange"@en . ### https://w3id.org/mobility/transmodel/facilities#baggageCheckin :baggageCheckin rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#barrier :barrier rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#beverageVendingMachine :beverageVendingMachine rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#bookingHall :bookingHall rdf:type owl:NamedIndividual ; rdfs:label "bookingHall"@en . ### https://w3id.org/mobility/transmodel/facilities#boundedOpenSpace :boundedOpenSpace rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#buffet :buffet rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#bunk :bunk rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#cateringTrolleyService :cateringTrolleyService rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#compoundTrain :compoundTrain rdf:type owl:NamedIndividual ; rdfs:comment "A VehicleType composed of a sequence of more than one vehicles of the type Train"@en ; rdfs:label "compoundTrain"@en . ### https://w3id.org/mobility/transmodel/facilities#concourse :concourse rdf:type owl:NamedIndividual ; rdfs:label "concourse"@en . ### https://w3id.org/mobility/transmodel/facilities#confinedSpace :confinedSpace rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#corridor :corridor rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#couchette :couchette rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#crowding :crowding rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#cycleStorageEquipmentBars :cycleStorageEquipmentBars rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#cycleStorageEquipmentRacks :cycleStorageEquipmentRacks rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#cycleStorageEquipmentRailings :cycleStorageEquipmentRailings rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#directionName :directionName rdf:type owl:NamedIndividual , :HeadingSign ; rdfs:label "directionName"@en . ### https://w3id.org/mobility/transmodel/facilities#doubleDeck :doubleDeck rdf:type owl:NamedIndividual ; rdfs:label "doubleDeck"@en . ### https://w3id.org/mobility/transmodel/facilities#emergencyServiceFirstAid :emergencyServiceFirstAid rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#emergencyServicePolice :emergencyServicePolice rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#emergencyServiceSOSPoint :emergencyServiceSOSPoint rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#emergencyServiceServiceCCTV :emergencyServiceServiceCCTV rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#entranceEquipmentBarrier :entranceEquipmentBarrier rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#entranceEquipmentDoor :entranceEquipmentDoor rdf:type owl:NamedIndividual ; rdfs:label "entranceEquipmentDoor"@en . ### https://w3id.org/mobility/transmodel/facilities#entranceEquipmentRevolvingDoor :entranceEquipmentRevolvingDoor rdf:type owl:NamedIndividual ; rdfs:label "entranceEquipmentRevolvingDoor"@en . ### https://w3id.org/mobility/transmodel/facilities#equipmentActivated :equipmentActivated rdf:type owl:NamedIndividual ; rdfs:label "equipmentActivated"@en . ### https://w3id.org/mobility/transmodel/facilities#equipmentAtStopPoint :equipmentAtStopPoint rdf:type owl:NamedIndividual ; rdfs:label "equipmentAtStopPoint"@en . ### https://w3id.org/mobility/transmodel/facilities#equipmentOnBoard :equipmentOnBoard rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#equipmentdesactvated :equipmentdesactvated rdf:type owl:NamedIndividual ; rdfs:label "equipmentDesactivated"@en . ### https://w3id.org/mobility/transmodel/facilities#firstClass :firstClass rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#foodVendingMachine :foodVendingMachine rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#full :full rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#hall :hall rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#handrailOneSide :handrailOneSide rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#handrailTwoSides :handrailTwoSides rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#immigrationHall :immigrationHall rdf:type owl:NamedIndividual ; rdfs:label "immigrationHall"@en . ### https://w3id.org/mobility/transmodel/facilities#incomingCustoms :incomingCustoms rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#informationDesk :informationDesk rdf:type owl:NamedIndividual ; rdfs:comment "A public transport information piece of Equipment indoors"@en ; rdfs:label "InformationDesk"@en . ### https://w3id.org/mobility/transmodel/facilities#informationStand :informationStand rdf:type owl:NamedIndividual ; rdfs:comment "A public transport information piece of Equipment outdoors"@en ; rdfs:label "informationStand"@en . ### https://w3id.org/mobility/transmodel/facilities#lift :lift rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#lineName :lineName rdf:type owl:NamedIndividual , :HeadingSign ; rdfs:label "lineName"@en . ### https://w3id.org/mobility/transmodel/facilities#lowFloor :lowFloor rdf:type owl:NamedIndividual ; rdfs:label "lowFloor"@en . ### https://w3id.org/mobility/transmodel/facilities#narrowEntrance :narrowEntrance rdf:type owl:NamedIndividual ; rdfs:label "narrowEntrance"@en . ### https://w3id.org/mobility/transmodel/facilities#noBeveragesAvailable :noBeveragesAvailable rdf:type owl:NamedIndividual ; rdfs:label ""@en , "beverages" . ### https://w3id.org/mobility/transmodel/facilities#noFoodAvailable :noFoodAvailable rdf:type owl:NamedIndividual ; rdfs:label "food"@en . ### https://w3id.org/mobility/transmodel/facilities#noWaiting :noWaiting rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#nonAccessible :nonAccessible rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#outgoingCustoms :outgoingCustoms rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#placeAccessStairScalator :placeAccessStairScalator rdf:type owl:NamedIndividual ; rdfs:comment "Specialisation of PlaceAccessStair Equipment dedicated to PlaceAccessStairEscalator"@en ; rdfs:label "placeAccessStairScalator"@en . ### https://w3id.org/mobility/transmodel/facilities#placeAccessStairStair :placeAccessStairStair rdf:type owl:NamedIndividual ; rdfs:comment "Specialisation of PlaceAccessStair Equipment dedicated to PlaceAccessStairStair"@en ; rdfs:label "placeAccessStairStair"@en . ### https://w3id.org/mobility/transmodel/facilities#placeAccessStairStaircase :placeAccessStairStaircase rdf:type owl:NamedIndividual ; rdfs:comment "Specialisation of PlaceAccessStair Equipment dedicated to PlaceAccessStairStaircase"@en ; rdfs:label "placeAccessStairStaircase"@en . ### https://w3id.org/mobility/transmodel/facilities#queue :queue rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#queueManagement :queueManagement rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#riverFlow :riverFlow rdf:type owl:NamedIndividual ; rdfs:label "riverFlow"@en . ### https://w3id.org/mobility/transmodel/facilities#roadClosure :roadClosure rdf:type owl:NamedIndividual ; rdfs:label "roadClosure"@en . ### https://w3id.org/mobility/transmodel/facilities#room :room rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#secondClass :secondClass rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#securityArea :securityArea rdf:type owl:NamedIndividual ; rdfs:label "securityArea"@en . ### https://w3id.org/mobility/transmodel/facilities#shower :shower rdf:type owl:NamedIndividual , :SanitaryEquipment . ### https://w3id.org/mobility/transmodel/facilities#snacks :snacks rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#standardBus :standardBus rdf:type owl:NamedIndividual ; rdfs:label "standardBus"@en . ### https://w3id.org/mobility/transmodel/facilities#stepFree :stepFree rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#taxRefunds :taxRefunds rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#telematicInformationCenter :telematicInformationCenter rdf:type owl:NamedIndividual ; rdfs:comment "A public transport information piece of Equipment online"@en ; rdfs:label "telematicInformationService"@en . ### https://w3id.org/mobility/transmodel/facilities#ticketCollection :ticketCollection rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#ticketPurchase :ticketPurchase rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#toilet :toilet rdf:type owl:NamedIndividual , :SanitaryEquipment . ### https://w3id.org/mobility/transmodel/facilities#visualNavigator :visualNavigator rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#walkingStick :walkingStick rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#weatherConditions :weatherConditions rdf:type owl:NamedIndividual ; rdfs:label "weatherConditions"@en . ### https://w3id.org/mobility/transmodel/facilities#wheelchair :wheelchair rdf:type owl:NamedIndividual . ### https://w3id.org/mobility/transmodel/facilities#wheelchairAccessToilet :wheelchairAccessToilet rdf:type owl:NamedIndividual , :SanitaryEquipment . ### https://w3id.org/mobility/transmodel/facilities#wheelchairBabyChange :wheelchairBabyChange rdf:type owl:NamedIndividual , :SanitaryEquipment . ### https://w3id.org/transmodel/kos/facilities/EquipmentType rdf:type owl:NamedIndividual , ; rdfs:comment "Concept scheme where all the codelists for the types of equipment that are included in the Transmodel ontology are included" . ### https://w3id.org/transmodel/kos/facilities/FacilityType rdf:type owl:NamedIndividual , ; rdfs:comment "Concept scheme where all the codelists for the types of facilities that are included in the Transmodel ontology"@en . ### https://w3id.org/transmodel/kos/journeys/mobility-limitation rdf:type owl:NamedIndividual ; rdfs:comment "List of concepts regarding Mobility Limitation defined in kos/journeys/mobility-limitation"@en . _:genid222 :mbox "adolfo.anton.bravo@upm.es"@en ; :name "Adolfo Anton-Bravo"@en . ################################################################# # Annotations ################################################################# :barrier rdfs:comment "Whether there is a physical barrier across the doorway."@en ; rdfs:label "barrierEntrance"@en . :stepFree rdfs:comment "Whether waiting area is step free."@en ; rdfs:label "stepFree"@en . :wheelchairAccess rdfs:comment "This property sets the relationaship between Accessibility Limitation and the kos wheelchair-access"@en ; rdfs:label "wheelchair Access"@en . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :HeadingSign :OtherSign :PlaceSign ) ] . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/