@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; ; "Adolfo Antón Bravo (Ontology Engineering Group - Universidad Politécnica de Madrid)" , "Oscar Corcho (Ontology Engineering Group - Universidad Politécnica de Madrid)" ; "2019-10-06" ; "Module of the Transmodel Ontology focused on commons. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; "https://w3id.org/transmodel/commons" ; "Creative Commons Attribution 4.0 International (CC BY 4.0)" ; "Transmodel Ontology - Commons"@en ; ; rdfs:comment "Module of the Transmodel Ontology focused on commons. This ontology provides support to the NeTEx model. Visit https://github.com/oeg-upm/transmodel-ontology"@en ; rdfs:label "Transmodel Ontology - Commons"@en ; rdfs:seeAlso "https://github.com/oeg-upm/transmodel-ontology"@en ; owl:versionInfo "This is the initial version of the module on Commons, 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/transmodel/commons#author :author rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/commons#creator :creator rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/commons#description :description rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal ; rdfs:domain :MeetingPointService . ### https://w3id.org/transmodel/commons#mbox :mbox rdf:type owl:AnnotationProperty . ### https://w3id.org/transmodel/commons#name :name rdf:type owl:AnnotationProperty ; rdfs:range rdfs:Literal . ################################################################# # Object Properties ################################################################# ### https://w3id.org/transmodel/common#canAlight rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:label "canAlight"@en . ### https://w3id.org/transmodel/common#canBoard rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:label "canBoard"@en . ### https://w3id.org/transmodel/common#destinationStop rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "destinationStop"@en . ### https://w3id.org/transmodel/common#followsJourneyPattern rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "followsJourneyPattern"@en . ### https://w3id.org/transmodel/common#hasAServiceJourneyPattern rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:label "serviceJourneyPattern"@en . ### https://w3id.org/transmodel/common#journeyPatternPoint rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:range ; rdfs:label "journeyPatternPoint"@en . ### https://w3id.org/transmodel/common#makesAServiceJourney rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; rdfs:label "serviceJourney"@en . ### https://w3id.org/transmodel/common#originStop rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "originStop"@en . ### https://w3id.org/transmodel/common#route rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "route"@en . ### https://w3id.org/transmodel/common#scheduledStopPoint rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "scheduledStopPoint"@en . ### https://w3id.org/transmodel/common#stopsAt rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:label "stopsAt"@en . ### https://w3id.org/transmodel/common#timingLink rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:range ; rdfs:label "timingLinkPoint"@en . ### https://w3id.org/transmodel/common#timingLinkInJourneyPattern rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:range . ### https://w3id.org/transmodel/common#vehicleJourney rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:label "vehicleJourney"@en . ### https://w3id.org/transmodel/common#vehicleJourneyDayType rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "vehicleJourneyDayType"@en . ### https://w3id.org/transmodel/common#vehicleJourneyRoute rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:label "vehicleJourneyRoute"@en . ### https://w3id.org/transmodel/commons#at :at rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:comment "This property sets the relationship between something and other thing related to it. It is used in multiple situations and modules of this ontology"@en ; rdfs:label "at"@en . ### https://w3id.org/transmodel/commons#in :in rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:comment "This property sets the relationship between something and other thing contained in the first. It is used in multiple situations and modules of this ontology (e.g., Quay in Stop Place)"@en ; rdfs:label "in"@en . ### https://w3id.org/transmodel/journeys#TOREVIEW rdf:type owl:ObjectProperty . ################################################################# # Data properties ################################################################# ### https://w3id.org/transmodel/common#arrivalTime rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:dateTimeStamp ; rdfs:label "arrivalTime"@en . ### https://w3id.org/transmodel/common#headway rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTimeStamp ; rdfs:label "headway"@en . ### https://w3id.org/transmodel/common#layover rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTimeStamp ; rdfs:label "layover"@en . ### https://w3id.org/transmodel/common#pointSequence rdf:type owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "Sequences of ScheduledStopPoint"@en ; rdfs:label "stopSequence"@en . ### https://w3id.org/transmodel/common#runtime rdf:type owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger ; rdfs:label "runtime"@en . ### https://w3id.org/transmodel/common#startTime rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:label "startTime"@en . ### https://w3id.org/transmodel/common#time rdf:type owl:DatatypeProperty ; rdfs:domain , , ; rdfs:range xsd:dateTimeStamp ; rdfs:label "time"@en . ### https://w3id.org/transmodel/common#timeLink rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:nonNegativeInteger ; rdfs:comment "Sequences of TimePoints"@en ; rdfs:label "timeLink"@en . ### https://w3id.org/transmodel/common#timingLinkInJourneyPattern rdf:type owl:DatatypeProperty . ### https://w3id.org/transmodel/common#timingLinkPointSequence rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:nonNegativeInteger . ### https://w3id.org/transmodel/common#waitTime rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "waitTime"@en . ### https://w3id.org/transmodel/commons#borderCrossing :borderCrossing rdf:type owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "This property determines whether the Point is on a border crossing"@en , "border crossing"@en . ### https://w3id.org/transmodel/commons#colour :colour rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The colour used to represent something with a Presentation (e.g., a Line)"@en ; rdfs:label "colour"@en . ### https://w3id.org/transmodel/commons#textColour :textColour rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The colour used to represent the text associated to something with a Presentation (e.g., a Line)"@en ; rdfs:label "text colour"@en . ################################################################# # Classes ################################################################# ### http://www.w3.org/2004/02/skos/core#ConceptScheme rdf:type owl:Class . ### https://w3id.org/transmodel/common#ActivationLink rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A Link where a control process is activated when a vehicle passes it"@en ; rdfs:label "ActivationLink"@en . ### https://w3id.org/transmodel/common#ActivationPoint rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A Point where a control process is activated when a vehicle passes it. Equipment may be needed for activation" ; rdfs:label "ActivationPoint"@en . ### https://w3id.org/transmodel/common#HeadingInterval rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A time interval or a duration defining a headway period and characterizing HeadwayJourneyGroup"@en ; rdfs:label "HeadwayInterval"@en . ### https://w3id.org/transmodel/common#JourneyPatternLayover rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A JourneyPatternLayover is the time allowance at the end of each journey on a specified JourneyPattern to allow for delays and for other purposes. This layover supersedes any global layover and may be superseded by a specific VehicleJourneyLayover"@en ; rdfs:label "JourneyPatternLayover"@en . ### https://w3id.org/transmodel/common#Passenger rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A Passenger is someone who makes a Trip"@en , "When a Passenger makes a Journey it is a Trip; when a Vehicle does it is a VehicleJourney"@en ; rdfs:label "Passenger"@en . ### https://w3id.org/transmodel/common#Point rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A Point is a 0-dimensional Node of the Network used for the spatial description of the network. Point may be located by a Location"@en ; rdfs:label "Point"@en . ### https://w3id.org/transmodel/common#Service rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment """A ServiceJourney is a Passenger carrying VehicleJourney for one specified DayType. The pattern of working is in principle defined by a ServiceJourneyPattern."""@en ; rdfs:label "ServiceJourney"@en . ### https://w3id.org/transmodel/common#TimingLink rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:label """A TimingLink is an ordered pair of TimingPoint for which run times may be recorded."""@en , "TimingLink"@en . ### https://w3id.org/transmodel/common#TimingLinkInJourneyPattern rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment """A TimingLinkInJourneyPattern is the position of a TimingLink in a JourneyPattern. This entity is needed if a TimingLink is repeated in the same JourneyPattern, and separate information is to be stored about each iteration of the TimingLink"""@en ; rdfs:label "TimingLinkInJourneyPattern"@en . ### https://w3id.org/transmodel/common#TimingPoint rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment """A TimingPoint is a Point against which the timing information necessary to build schedules may be recorded. It's the same as TimingPointInJourneyPattern"""@en ; rdfs:label "TimingPoint"@en . ### https://w3id.org/transmodel/common#Trip rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "The physical spatial possibility for a passenger to travel from a Place (located Point) origin of the Trip to another place (located Point) destination of the Trip."@en ; rdfs:label "Trip"@en . ### https://w3id.org/transmodel/common#Vehicle rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:comment "A PublicTransportVehicle used for carrying Passengers"@en ; rdfs:label "Vehicle"@en . ### https://w3id.org/transmodel/common#VehicleJourneyLayover rdf:type owl:Class ; rdfs:subClassOf :TOREVIEW ; rdfs:label "VehicleJourneyLayover"@en . ### https://w3id.org/transmodel/commons#GroupOfEntities :GroupOfEntities rdf:type owl:Class ; rdfs:comment "A set of Entities grouped together according to a Purpose of Grouping, e.g. grouping of stops known to the public by a common name."@en ; rdfs:label "Group of Entities"@en . ### https://w3id.org/transmodel/commons#Place :Place rdf:type owl:Class ; rdfs:subClassOf :Zone ; rdfs:comment "A geographic place of any type which may be specified as the origin or destination of a trip. A Place may be represented as a Point (dimension 0), a road section (dimension 1) or a Zone (dimension 2)."@en ; rdfs:label "Place"@en . ### https://w3id.org/transmodel/commons#Presentation :Presentation rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :colour ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :textColour ; owl:allValuesFrom xsd:string ] ; rdfs:comment "This class is used to represent a Line, or any other object, in a map"@en ; rdfs:label "Presentation"@en . ### https://w3id.org/transmodel/commons#TOREVIEW :TOREVIEW rdf:type owl:Class . ### https://w3id.org/transmodel/commons#Zone :Zone rdf:type owl:Class ; rdfs:comment """A two dimensional Place within the Service Area of an Operator or Serviced Operator. It can be: - AdministrativeZone - TariffZone - AccessZone - ..."""@en ; rdfs:label "Zone"@en . ################################################################# # Individuals ################################################################# ### https://w3id.org/transmodel/kos/commons/all-modes rdf:type owl:NamedIndividual , . ### https://w3id.org/transmodel/kos/commons/continous-mode rdf:type owl:NamedIndividual , . ### https://w3id.org/transmodel/kos/commons/road-vehicle-mode rdf:type owl:NamedIndividual , ; rdfs:label "road-vehicle-mode"@en . ### https://w3id.org/transmodel/kos/commons/sites-access-mode rdf:type owl:NamedIndividual , . ### https://w3id.org/transmodel/kos/commons/vehicle-mode rdf:type owl:NamedIndividual , . _:genid3 :mbox "adolfo.anton.bravo@upm.es"@en ; :name "Adolfo Anton-Bravo"@en . ################################################################# # Annotations ################################################################# rdfs:label "timingLinkInJourneyPattern"@en . ### Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/