<http://semweb.mmlab.be/ns/linkedconnections> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .
<http://semweb.mmlab.be/ns/linkedconnections> <http://xmlns.com/foaf/0.1/primaryTopic> <http://semweb.mmlab.be/ns/linkedconnections#Ontology> .
<http://semweb.mmlab.be/ns/linkedconnections> <http://purl.org/dc/terms/issued> "2015-07-02"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://semweb.mmlab.be/ns/linkedconnections> <http://purl.org/dc/terms/modified> "2021-09-16"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://semweb.mmlab.be/ns/linkedconnections> <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/3.0/> .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://www.w3.org/2000/01/rdf-schema#label> "The Linked Connections ontology"@en .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://www.w3.org/2000/01/rdf-schema#comment> "This ontology provides the predicates necessary to describe a connection or hop from one transit stop to another."@en .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://purl.org/vocab/vann/preferredNamespacePrefix> "lc" .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://semweb.mmlab.be/ns/linkedconnections#" .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://purl.org/dc/terms/creator> <https://pietercolpaert.be/#me> .
<http://semweb.mmlab.be/ns/linkedconnections#Ontology> <http://purl.org/dc/terms/creator> <https://julianrojas.org/#me> .
<https://pietercolpaert.be/#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:Pieter.Colpaert@UGent.be> .
<https://pietercolpaert.be/#me> <http://xmlns.com/foaf/0.1/name> "Pieter Colpaert" .
<https://pietercolpaert.be/#me> <http://xmlns.com/foaf/0.1/homepage> <https://pietercolpaert.be/> .
<https://julianrojas.org/#me> <http://xmlns.com/foaf/0.1/name> "Juli\u00E1n Andr\u00E9s Rojas Mel\u00E9ndez" .
<https://julianrojas.org/#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:julianandres.rojasmelendez@ugent.be> .
<https://julianrojas.org/#me> <http://xmlns.com/foaf/0.1/homepage> <https://julianrojas.org/> .
<http://semweb.mmlab.be/ns/linkedconnections#Connection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://semweb.mmlab.be/ns/linkedconnections#Connection> <http://www.w3.org/2000/01/rdf-schema#label> "Connection"@en .
<http://semweb.mmlab.be/ns/linkedconnections#Connection> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes a departure at a certain stop and an arrival at a different stop"@en .
<http://semweb.mmlab.be/ns/linkedconnections#CancelledConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://semweb.mmlab.be/ns/linkedconnections#CancelledConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#CancelledConnection> <http://www.w3.org/2000/01/rdf-schema#label> "Cancelled Connection"@en .
<http://semweb.mmlab.be/ns/linkedconnections#CancelledConnection> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes a connection that will not happen anymore, and that should appear as \u201Ccancelled\u201D in a route planning result"@en .
<http://semweb.mmlab.be/ns/linkedconnections#UnscheduledConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://semweb.mmlab.be/ns/linkedconnections#UnscheduledConnection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#UnscheduledConnection> <http://www.w3.org/2000/01/rdf-schema#label> "Unscheduled Connection"@en .
<http://semweb.mmlab.be/ns/linkedconnections#UnscheduledConnection> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes a connection that will not happen anymore, and that should not appear in a route planning result as it was unscheduled."@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalTime> <http://www.w3.org/2000/01/rdf-schema#label> "Arrival Time"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time of arrival at a certain stop (when e.g., a delay is announced, the lc:arrivalTime will show that actual time of arrival)"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalStop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalStop> <http://www.w3.org/2000/01/rdf-schema#label> "Arrival Stop"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalStop> <http://www.w3.org/2000/01/rdf-schema#comment> "A vehicle will stop here on arrival"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalStop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#departureTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#departureTime> <http://www.w3.org/2000/01/rdf-schema#label> "Departure Time"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureTime> <http://www.w3.org/2000/01/rdf-schema#comment> "The time of departure at a certain stop (when e.g., a delay is announced, the lc:departureTime will show that actual time of departure)"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#departureTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://semweb.mmlab.be/ns/linkedconnections#departureStop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#departureStop> <http://www.w3.org/2000/01/rdf-schema#label> "Departure Stop"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureStop> <http://www.w3.org/2000/01/rdf-schema#comment> "A vehicle departs here"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureStop> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#nextConnection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#nextConnection> <http://www.w3.org/2000/01/rdf-schema#label> "Next Connection"@en .
<http://semweb.mmlab.be/ns/linkedconnections#nextConnection> <http://www.w3.org/2000/01/rdf-schema#comment> "The next connection on this vehicle's trajectory"@en .
<http://semweb.mmlab.be/ns/linkedconnections#nextConnection> <http://www.w3.org/2000/01/rdf-schema#range> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#nextConnection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalDelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalDelay> <http://www.w3.org/2000/01/rdf-schema#label> "Arrival Delay"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalDelay> <http://www.w3.org/2000/01/rdf-schema#comment> "The time in which the lc:arrivalTime differs from the scheduled arrival time"@en .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalDelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#duration> .
<http://semweb.mmlab.be/ns/linkedconnections#arrivalDelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#departureDelay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#departureDelay> <http://www.w3.org/2000/01/rdf-schema#label> "Departure Delay"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureDelay> <http://www.w3.org/2000/01/rdf-schema#comment> "The time in which the lc:departureTime differs from the scheduled departure time"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureDelay> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#duration> .
<http://semweb.mmlab.be/ns/linkedconnections#departureDelay> <http://www.w3.org/2000/01/rdf-schema#domain> <http://semweb.mmlab.be/ns/linkedconnections#Connection> .
<http://semweb.mmlab.be/ns/linkedconnections#departureTimeQuery> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://semweb.mmlab.be/ns/linkedconnections#departureTimeQuery> <http://www.w3.org/2000/01/rdf-schema#label> "DepartureTime query"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureTimeQuery> <http://www.w3.org/2000/01/rdf-schema#comment> "A property representing a departureTime query"@en .
<http://semweb.mmlab.be/ns/linkedconnections#departureTimeQuery> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
