From 4413334d033bbb52095cebfacc49a69f09ea2f7c Mon Sep 17 00:00:00 2001 From: Diarmuid Ryan Date: Tue, 19 Jan 2016 04:41:08 +0000 Subject: [PATCH] Add range for arrivalTime and departureTime for #7 --- gtfs.ttl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gtfs.ttl b/gtfs.ttl index e0d23cc..322e98d 100644 --- a/gtfs.ttl +++ b/gtfs.ttl @@ -10,7 +10,7 @@ @prefix dcat: . @prefix vann: . @prefix cc: . -@prefix status: . +@prefix status: .a @prefix schema: . #the deprecated vocabulary we're still linking to - https://github.com/iand/vocab-transit/issues/4 @prefix transit: . @@ -425,7 +425,8 @@ gtfs:arrivalTime a rdf:Property ; rdfs:comment "Check the original specification for special cases"@en ; rdfs:comment "Compruebe la especificación original para casos especiales"@es ; rdfs:seeAlso ; - rdfs:domain gtfs:StopTime . + rdfs:domain gtfs:StopTime ; + rdfs:range xsd:duration . gtfs:departureTime a rdf:Property ; status:term_status "unstable"@en ; @@ -435,7 +436,8 @@ gtfs:departureTime a rdf:Property ; rdfs:comment "Check the original specification for special cases"@en ; rdfs:comment "Compruebe la especificación original para casos especiales"@es ; rdfs:seeAlso ; - rdfs:domain gtfs:StopTime . + rdfs:domain gtfs:StopTime ; + rdfs:range xsd:duration . gtfs:stopSequence a rdf:Property ; status:term_status "unstable"@en ;