Competency questions
Table of Contents
- 1. Siguiendo GTFS to Transmodel & UC-1
- 2. UC1 Accessible Stops
- 3. UC2 Accesible coaches
- 4. UC3 Public WC/Restrooms at Stops
- 5. UC4 Transport Facilities
- 6. UC5 Transport issues
- 7. UC6 Public Bicycles
- 8. UC7 TP Businness/services inside the PT network
- 9. UC8 Transportation exchange
- 10. UC9 Fares
- 11. UC10 Garbage Collection System
- 12. UC11 Carbon Print Awareness
1 Siguiendo GTFS to Transmodel & UC-1
- Facts
Fact Status Comments Source (provenance) SubSource A Route
is an ordered list of locatedPoint
r TMv6 NT Route Model A Route
defines a single pathr TMv6 NT Route Model A Route
may pass through the samePoint
r TMv6 NT Route Model Different Route
may pass through the samePoint
r TMv6 NT Route Model A Line
has aStart
and anEnd
r TMv6 NT Route Model A Line
has aStartingPoint
r TMv6 NT Route Model A Line
has anEndingPoint
r TMv6 NT Route Model A Line
goes from theStartingPoint
to theEndingPoint
r TMv6 NT Route Model A Line
goes back from theEndingPoint
to theStartingPoint
r TMv6 NT Route Model - Competency Questions
Competency Questions Comments Source (provenance) How many ROUTE
there are from onepoint
to anotherHow many line
start in the sameStartingPoint
How many Route
pass through the samepoint
2 UC1 Accessible Stops
- Facts
Facts Status Comments Source (provenance) SubSource A location
has alocation_type
propertyr gtfs stops.txt A location_type
can be a stop (0), station (1), entrance/exit (2), generic node (3) or boarding area (4)r gtfs stops.txt A stop
is alocation
r location_type=0 gtfs stops.txt A station
is alocation
r location_type=1 gtfs stops.txt An entrance/exit
is alocation
r location_type=2 gtfs stops.txt A generic node
is alocation
r location_type=3 gtfs stops.txt A boarding area
is alocation
r location_type=4 gtfs stops.txt A stop
may have astop_name
r known name of the location. If the location is a boarding area, it should contain the name of the boarding area as displayed by the agency_id gtfs stops.txt A stop
may have astop_desc
r description gtfs stops.txt A station
has alatitude
r gtfs stops.txt A stop
has alatitude
r gtfs stops.txt An entrance/exit
has alatitude
r gtfs stops.txt A generic node may have a latitude
r gtfs stops.txt A boarding area my have a latitude
r gtfs stops.txt A Stop
has alongitude
r gtfs stops.txt A station has a latitude
r gtfs stops.txt An entrance/exit has a latitude
r gtfs stops.txt A generic node may have a longitude
r gtfs stops.txt A boarding area may have a longitude
r gtfs stops.txt A longitude
or alatitude
are expressed in WGS84r gtfs stops.txt A stop
belongs to azone_id
r required if fare information is provided gtfs stops.txt A stop
may have astop_url
r gtfs stops.txt A stop
may have aparent_station
r the id of the stop_id
gtfs stops.txt An entrance
may have aparent_station
r the id of the stop_id
gtfs stops.txt An exit
may have aparent_station
r the id of the stop_id
gtfs stops.txt A boarding area
may have aparent_station
r in this case the field contains the ID of a platform/quay gtfs stops.txt A station
has notparent_station
r gtfs stops.txt A stop
may have astop_timezone
r UC1 A stop_timezone
has a IANA TZ valid coder gtfs, UC1 stops.txt A StopPlace
may have several wellknown namesr TMv6 A Stop
must be accessibler UC1 A stop
has an IDstop_id
r gtfs stops.txt A stop
may have a code,stop_id
r gtfs stops.txt A stop
may have astop_id
r gtfs stops.txt A stop
may belong to more than one liner UC1, gtfs stops.txt A stop
may allowtransfer
r gtfs transfers.txt A stop
has anEntrance
r gtfs stops.txt An Entrance
place can be anExit
place alsor gtfs stops.txt A stop
may have aplatform_id
r It is a text for a platform stop (a stop belonging to a station) gtfs stops.txt A Stop
may have severallevel
r does not indicate how many levels gtfs stops.txt A level
must have alevel_id
r UC1, gtfs levels.txt, stops.txt A level_id
is anID
r UC1, gtfs levels.txt, stops.txt A level
must have alevel_index
r UC1, gtfs levels.txt, stops.txt A level_index
is aFloat
r UC1, gtfs levels.txt, stops.txt Ground level is 0 r UC1, gtfs levels.txt, stops.txt A level
may have alevel_name
r UC1, gtfs levels.txt, stops.txt A level_name
is a textr UC1, gtfs levels.txt, stops.txt If Stop
has levels there must be electric chairsr UC1 If a Stop
have levels there must be elevatorsr UC1 An Elevator/electric stair may work or not (state) r UC1 An Elevator/electric stair must update its state when it changes r UC1 Elevators and electric stairs must interconnect Entrance with Mezannine r UC1 Elevators and electric stairs must interconnect Mezannine with quays r UC1 Wheel chairs or baby buggies are not allowed in electric chairs r UC1 A Stop
must have information/s panel/sr UC1 One information panel must be at the Entrancy r UC1 An information panel must be at the quay r UC1 Information panels must show the state of services in the station, including PT r UC1 Lift car dimmensions are sufficient for a wheelchair user and their companion g netex part1 The lift has audible announcements r netex part1 The lift has an emergency alarm button in easy reach for all users r netex part1 The steps must have handrails r netex part1 The PTS
has anAccess
g TMv6 CC Generic Place Model A Place
can be anAccess
r TMv6 CC Generic Place Model An AccessEnd
is anAccess
r TMv6 CC Generic Place Model A Point
can be anAccessEnd
r TMv6 CC Generic Place Model A PlaceSign
is a sign withe the name of aPlace
on itg TMv6 NT Sign Equipment Model In Access
people may access or leave PTSg TMv6 CC Generic Place Model In PTS
there areTrip
r TMv6 CC Generic Place Model A Trip
has anOrigin
r TMv6 CC Generic Place Model A Trip
has aDestination
r TMv6 CC Generic Place Model A PTTrip
is part of theTrip
r TMv6 CC Generic Place Model A PTTrip
has anOrigin
r TMv6 CC Generic Place Model A PTTrip
has aDestination
r TMv6 CC Generic Place Model An Origin
is aPlace
r TMv6 CC Generic Place Model A Destination
is aPlace
r TMv6 CC Generic Place Model An Origin
can be aScheduledStopPoint
r TMv6 CC Generic Place Model A Destination can be a =ScheduledStopPoint
r TMv6 CC Generic Place Model A Trip
may have anAccessLink
r TMv6 CC Generic Place Model An AccessLink
has anAccessEnd
r TMv6 CC Generic Place Model An AccessLink
connects theOrigin
of theTrip
with theOrigin
of thePTTrip
g TMv6 CC Generic Place Model An AccessLink
connects theDestination
of theTrip
with theDestination
of thePTTrip
g TMv6 CC Generic Place Model A StopPlace
is aPlace
r TMv6 NT Stop Place Model A Place
may have one or moreLocation
r TMv6 NT Stop Place Model A StopPlaceVehicleEntrance
is a physical entrance or exit to/from aStopPlace
for aVehicle
g TMv6 NT Stop Place Model A Location
is the position of aPoint
with a reference to a givenLocatingSystem
(e.g. coordinates)g TMv6 CC Generic Location Model A Point
has aPosition
r TMv6 CC Generic Location Model A Position
has aLatitude
r TMv6 CC Generic Location Model A Position
has aLongitude
r TMv6 CC Generic Location Model A LocatingSystem
is the system used as reference forLocation
and graphical representation of the network and other spatial objectsg TMv6 CC Generic Location Model A LocatingSystem
is aLocation
r TMv6 CC Generic Location Model A Layer
is an user-definedGroupOfEntity
specified for a particular functional purpose, associating data referring to a particularLocatingSystem
g TMv6 CC Generic Layer Model A Layer
is aGroupOfEntity
r TMv6 CC Generic Layer Model A Vehicle
may stop at aStopPlace
r TMv6 NT Stop Place Model A Passenger
may board atStopPlace
r TMv6 NT Stop Place Model A Passenger
may leave vehicle atStopPlace
r TMv6 NT Stop Place Model A Passenger
may prepare its trip at aStopPlace
r TMv6 NT Stop Place Model A StopPlace
have one or moreWellKnownName
r TMv6 NT Stop Place Model A StopPlace
may haveStopPlaceComponent
r TMv6 NT Stop Place Model A StopPlaceComponent
describe parts of the structure ofStop
g TMv6 NT Stop Place Model A StopPlaceComponent
share common properties for data management, accessibility and other featuresg TMv6 NT Stop Place Model A StopPlace
may have anAccessSpace
r TMv6 NT Stop Place Model An AccessSpace
is a passenger area within aStopPlace
such as a concourse or booking hall, inmigration hall or security area that is accessible by passengers but without a direct access to vehicles.g TMv6 NT Stop Place Model A StopPlace
may have anAccessSpace
r TMv6 NT Stop Place Model An AccessSpace=is a =PassengerArea
r TMv6 NT Stop Place Model A StopPlace
may have aConcourse
r TMv6 NT Stop Place Model A Concourse
is aPassengerArea
r TMv6 NT Stop Place Model A StopPlace
may have aBookingHall
r TMv6 NT Stop Place Model A BookingHall
is aPassengerArea
r TMv6 NT Stop Place Model A StopPlace
may have anInmigrationHall
r TMv6 NT Stop Place Model An InmigrationHall
is aPassengerArea
r TMv6 NT Stop Place Model A StopPlace
may have aSecurityArea
r TMv6 NT Stop Place Model a SecurityArea
is aPassengerArea
r TMv6 NT Stop Place Model A StopPlace
may have aStopPlaceEntrance
r TMv6 NT Stop Place Model A StopPlaceEntrance
is a physical entrance or exit to/from aStopPlace
r TMv6 NT Stop Place Model A StopPlaceEntrance
may be a door, barrier, gate or any other recognizable point of accessg TMv6 NT Stop Place Model A Door
is aStopPlaceEntrance
r TMv6 NT Stop Place Model A Barrier
is aStopPlaceEntrance
r TMv6 NT Stop Place Model An Gate
is aStopPlaceEntrance
r TMv6 NT Stop Place Model A StopPlace
may have aStopPlaceSpace
r TMv6 NT Stop Place Model A Quay
is aStopPlaceSpace
r TMv6 NT Stop Place Model A Quay
may have aBoardingPosition
r TMv6 NT Stop Place Model A Quay
is a place such as a platform, stance, or quayside where aPassenger
have access to a PTVehicle
,Taxi
,Car
or other mean of transportation. AQuay
may serve one or moreVehicleStoppingPlace
and be associated with one or moreScheduledStopPoint
. AQuay
may contain other subQuay
. A childQuay
must be phisically contained within its parentQuay
.g TMv6 NT Stop Place Model A Platform
is aQuay
r TMv6 NT Stop Place Model A Stance
is aQuay
r TMv6 NT Stop Place Model A Quayside
is aQuay
r TMv6 NT Stop Place Model A Quay
may serve one or moreVehicleStoppingPlace
r TMv6 NT Stop Place Model A Quay
may be associated with one or moreScheduledStopPoint
r TMv6 NT Stop Place Model A Quay
may have subQuay
r TMv6 NT Stop Place Model A BoardingPosition
is aStopPlaceSpace
r TMv6 NT Stop Place Model A BoardingPosition
is aLocation
within aQuay
from which aPassenger
may directly board, or onto which may directly alight from aVehicle
g TMv6 NT Stop Place Model An Access Space
is aStopPlaceSpace
r TMv6 NT Stop Place Model An EquipmentPlace=is a =StopPlaceSpace
r TMv6 NT Stop Place Model A StopPlaceVehicleEntrance
is anEntrance
r Entrance refers to Entrance and Exit TMv6 NT Stop Place Model A StopPlaceVehicleEntrance
is anExit
r Entrance refers to Entrance and Exit TMv6 NT Stop Place Model A StopPlace
has anAccessSpace
r TMv6 NT Stop Place Model A Room
may be anAccessSpace
r TMv6 NT Stop Place Model A Hall
may be anAccessSpace
r TMv6 NT Stop Place Model A Concourse
may be anAccessSpace
r TMv6 NT Stop Place Model A Corridor
may be anAccessSpace
r TMv6 NT Stop Place Model A BoundedOpenSpace
may be anAccessSpace
r TMv6 NT Stop Place Model An AccessZone
is aZone
for which the duration to cover anyAccessLink
to a particularScheduledStopPoint
is the sameg TMv6 NT Site Model An AccessLink
is anAccess
r Described in AccessZone
TMv6 NT Site Model An AlternativeName
is and alternative name for anEntity
g TMv6 CC Alternative Name Model/ An Entity
is any data instance to be managed in an operational Version Management System. When SeveralDataSource
coexist (multimodality and/or interoperability), anEntity
has to be related to a givenDataSource
in which is definedg TMv6 CC Generic Data Model A DataInstance
is anEntity
r TMv6 CC Generic Data Model A VersionManagementSystem
has once or moreDataInstance
r TMv6 CC Generic Data Model A DataSource
identifies the system which has produced the data. References to aDataSource
are useful in an interoperated computer systemg TMv6 CC Generic Responsability Data Model A DataInstance
belongs to aDataSource
r TMv6 CC Generic Entity Model An Entity
is defined in aDataSouce
r TMv6 CC Generic Entity Model An AlternativeName
is the alternative name of anEntity
g TMv6 CC Alternative Name Model An Entity
may have anAlternativeName
r TMv6 CC Alternative Name Model A Version
is a group of operationalDataInstances
which share the sameValidityCondition
. AVersion
belongs to a uniqueVersionFrame
and is characterised by a uniqueTypeOfVersion
g TMv6 CC Generic Version Model A Version
is a group ofDataInstance
instancesr TMv6 CC Generic Version Model A DataInstance
may have aValidityCondition
r TMv6 CC Generic Version Model A Version
belongs to a uniqueVersionFrame
r TMv6 CC Generic Version Model A Version
has a uniqueTypeOfVersion
r TMv6 CC Generic Version Model A ResourceFrame
is a set of resource data to which the sameValidityCondition
have been assignedg TMv6 CC Resource Frame Model A Trace
is a way to record the context of the changes ocurred in a givenEntity
instance, as regards the authors, the causes of the changes, etc., possibly accompanied by a descriptive text.g TMv6 CC Generic Data Model A Trace
has anAuthor
r TMv6 CC Generic Data Model A Trace
has aDescription
r TMv6 CC Generic Data Model A Trace
has aCommit
r Description TMv6 CC Generic Delta Model An EntityInVersion
is theEntity
associated to a givenVersion
g TMv6 CC Generic Delta Model An EntityInVersion
is anEntity
r TMv6 CC Generic Delta Model A Delta
is a record of the detailed changes of a givenEntityInVersion
from one version to the next one. ADelta
contains pairs of attributes' old values - new valuesg TMv6 CC Generic Delta Model A TypeOfVersion
is a classification ofVersion
r TMv6 CC Generic Version Model A VersionFrame
is a set ofVersion
referring to a sameDataSource
and belonging to the sameTypeOfFrame
. AFrame
may be restricted byValidityCondition
g TMv6 CC Generic Version Frame Model A VersionFrame
is a set ofVersion
r TMv6 CC Generic Version Frame Model A VersionFrame
refers to the sameDataSource
r TMv6 CC Generic Version Frame Model A VersionFrame
belongs to the sameTypeOfFrame
r TMv6 CC Generic Version Frame Model A TypeOfFrame
may be restricted by aValidityCondition
r In VersionFrame
is stated that aFrame
may be restricted by aValidityCondition
but I think it must sayTypeOfFrame
or at least to defineFrame
TMv6 CC Generic Version Frame Model A TypeOfFrame
is a classification ofVersionFrame
according to a common purpose. E.g. line descriptions for line versions, vehicle schedules, operating costs. A type of frame is ruled by a uniqueTypeOfValidity
g TMv6 CC Generic Version Frame Model A TypeOfFrame
is a classification ofVersionFrame
r TMv6 CC Generic Version Frame Model A TypeOfValidity
is a classification of the validity ofTypeOfFrame
. E.g. frames for schedules designed forDayType
, for specificOperatingDay
g TMv6 CC Generic Version Frame Model A TypeOfFrame
is ruled byTypeOfValidity
r TMv6 CC Generic Version Frame Model A TypeOfValidity
is a classification ofTypeOfFrame
r A classification of the validity of TypeOfFrame
TMv6 CC Generic Version Frame Model A ClassInFrame
is aClassInRepository
which can be relevant for correspondingVersionFrame
g TMv6 CC Generic Version Frame Model A ClassInFrame
is aClassInRepository
r TMv6 CC Generic Version Frame Model A SiteFrame
is a set ofSite
data to which the sameValidityCondition
have been assigned.g TMv6 Site Frame Model A ClassInRepository
is anyEntity
name belonging to theRepository
g TMv6 CC Generic Entity Model A ClassInRepository
is anEntity
r TMv6 CC Generic Entity Model A Repository
is aDataSource
r First time it is mentioned Repository
and sounds pretty the same asDataSource
ModelTMv6 CC Generic Entity A DayType
is aClassInRepository
r TMv6 CC Generic Entity Model Class in Repository A DayType
is a type of day characterised by one or more properties which affect public transport operation. For example: weekday in school holidays.g TMv6 CC Service Calendar Model A DayType
is a type ofDay
r TMv6 CC Service Calendar Model An OrganisationDayType
is aDayType
that is defined in terms of operation or not of a referencedServicedOrganisation
g TMv6 CC Additional Organisation Model An OrganisationDayType
is aDayType
r TMv6 CC Additional Organisation Model A DayTypeAssignment
is the assignment of operational characteristics, expressed byDayType
to particularOperatingDay
within aServiceCalendar
g TMv6 CC Service Calendar Model An OperatingDay
is a day of public transport operation of which the characteristics are defined within in a specific ServiceCalendar. An Operating day may last more than 24 hours.g TMv6 CC Service Calendar Model An OperatingPeriod
is a continous interval of time between twoOperatingDay
which will be used to define validitiesg TMv6 CC Service Calendar Model A ServiceCalendar
is a collection ofDayTypeAssignment
g TMv6 CC Service Calendar Model A ServiceCalendarFrame
is a coherent set of assignments ofOperatingDay
toDayType
g TMv6 CC Service Calendar Frame Model A PropertyOfDay
is aClassInRepository
r TMv6 CC Service Calendar Model A PropertyOfDay
is a property which a day may possess, such as school holiday, weekday, summer, winter, etc.g TMv6 CC Service Calendar Model A PropertyOfDay
is the property of aDayType
r It says Day but I mean DayType
TMv6 CC Service Calendar Model A PropertyOfDay
is aClassInRepository
r TMv6 CC Generic Entity Model Class in Repository A TimeBand
is aClassInRepository
r TMv6 CC Service Calendar Model A TimeBand
is a period in a day significant for some aspect of public transport, e.g. similar traffic conditions or fare categoryg TMv6 CC Service Calendar Model A TimeBand
is aPeriod
r TMv6 CC Service Calendar Model A Period
is anInterval
r Check whether there is an interval or not W3C Time Ontology A VehicleType
is aClassInRepository
r TMv6 CC Generic Entity Model Class in Repository A CrossingEquipment
is the specialisation ofPlaceAccessEquipment
forCrossingEquipment
(zebra, pedestrian, lights, acoustic device sensor, tactile guide strip, etc.)g TMv6 NT Access Equipment Model A CrossingEquipment
is aPlaceAccessEquipment
r TMv6 NT Access Equipment Model A PlaceAccessEquipment
is the specialisation ofPlaceEquipment
dedicated toAccess
(e.g. lifts, entrances, stairs, ramps, etc.)r TMv6 NT Access Equipment Model A PlaceAccessEquipment
is aPlaceEquipment
r TMv6 NT Access Equipment Model A PlaceAccessEquipment
is located inAccess
r TMv6 NT Access Equipment Model A PlaceAccessEquipment
can be a lift, entrance, stair, ramp, etc.r TMv6 NT Access Equipment Model A RoughSurface
is the specialisation ofPlaceEquipment
for rough surfaces, giving properties of surface texture, mainly for impaired person information.g TMv6 NT Access Equipment Model A QueuingEquipment
is the specialisation ofPlaceAccessEquipment
dedicated to queuingg TMv6 NT Access Equipment Model A QueuingEquipment
is aPlaceAccessEquipment
r TMv6 NT Access Equipment Model A RampEquipment
is a specialisation ofPlaceAccessEquipment
for rampsg Provides ramp characteristics like length, gradient, etc. TMv6 NT Access Equipment Model A RampEquipment
is aPlaceAccessEquipment
r TMv6 NT Access Equipment Model A LiftEquipment
is the specialisation ofPlaceAccessEquipment
forLift
g Provides lift characteristics like depth, maximum load, etc. TMv6 NT Access Equipment Model A LiftEquipment
is aPlaceAccessEquipment
r TMv6 NT Access Equipment Model A Lift
is aLiftEquipment
r TMv6 NT Access Equipment Model A Notice
is a text for informational purposes on exceptions in aLine, =JourneyPattern
, etc. The information may be usable forPassenger
orDriver
information =g TMv6 CC Notice Model A Notice
is a textr TMv6 CC Notice Model A NoticeAssignment
is the assignment of aNotice
showing an exception in aJourneyPattern
, aCommonSection
or aVehicleJourney
, possibly specifying at whichPointInJourneyPattern
the validity of theNotice
starts and ends respectively.g TMv6 NT Notice Assignment Model A Notice
may haveNoticeAssignment
r TMv6 NT Notice Model A DeliveryVariant
is a variant text of aNotice
for use in a specific media or delivery channel (voice, printed, material, etc.)g TMv6 CC Notice Model A Notice
may have aDeliveryVariant
r TMv6 CC Notice Model A PointInJourneyPattern
is aScheduledStopPoint
orTimingPoint
in aJourneyPattern
with its order in thatJourneyPattern
g TMv6 NT Journey Pattern Model A PointInJourneyPattern
is aPoint
r TMv6 NT Journey Pattern Model A PointInLinkSequence
is aPoint
in aLinkSequence
indicating its order in that particularLinkSequence
g TMv6 CC Generic Point & Link Sequence Model A PointInLinkSequence
is aPoint
r TMv6 CC Generic Point & Link Sequence Model A LinkSequence
has two or morePointInLinkSequence
r TMv6 CC Generic Point & Link Sequence Model A PointOfInterest
is a type ofPlace
to or through whichPassenger
may wish to navigate as part of theirJourney
and which is modelled in detail byJourney
plannersg TMv6 NT Point Of Interest Model A PointOfInterest
is aPlace
r TMv6 NT Point Of Interest Model A PointOfInterestClassification
is a classification of aPointOfInterest
that may be used in aPointOfInterestClassificationHierarchy
to categorise thePoint
by nature of interest using a systematic taxonomyg for example Museum, Football, Stadium TMv6 NT Point Of Interest Model A PointOfInterestClassificationHierarchy
is a logical hierarchy for organizingPointOfInterestClassification
.g A PointOfInterestClassification
can belong to more than onePointOfInterestClassificationHierarchy
TMv6 NT Point Of Interest Model A PointOfInterestClassificationMembership
is aPointOfInterestClassification
r For example Educational Building, School, Primary School, Cultural TMv6 NT Point Of Interest Model A PointOfInterestComponent
is the specialisation ofSiteComponent
for a component of aPointOfInterest
g Usually used for PointOfInterestSpace
TMv6 NT Point Of Interest Model A PointOfInterestEntrance
is the specialisation ofEntrance
to enter/exit aPointOfInterest
g TMv6 NT Point Of Interest Model A PointOfInterestSpace
is a specialisation ofPointOfInterestComponent
for spaces.g A physical area within the PointOfInterest
, such as a concourse. Check thisSpace
TMv6 NT Point Of Interest Model A PointOfInterestVehicleEntrance
is a physical entrace or exit to/from aPointOfInterest
forPublicTransporService
g TMv6 NT Point Of Interest Model - Competency questions
Competency Questions Comments Source (provenance) <60> <20> <20>> How many stops have elevators in the PT Network? How many stops have fully accessible elevators? From this starting point to this ending point, which stops have elevators? What lifts are working properly now (YYYY-MM-DD)? What stops have audio information panels? What's the state of the elecric stairs in the network now (YYYY-MM-DD)? The AccessibilityAssessment
are the characteristics of an entity used by passengers such as aStopPlace
or aStopPlaceComponent
. Described byAccessibilityLimitations
and/or a set of suitabilities.CC Generic Accessibility Model TMv6 The AccessibilityLimitation
is a categorisation of the accessibility characteristics of aSite
to indicate its usability by passengers with specific needsg 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. TMv6 CC Generic Accessibility Model A WheelchairVehicleEquipment
is the specialisation for wheel chair accessibility on board aVehicle
providing information such as the number of wheel chair areas and the access dimmensions.g CC Vehicle Passenger Equipment Model A WheelchairVehicleEquipment
is aVehicleEquipment
r CC Vehicle Passenger Equipment Model A WheelchairVehicleEquipment
has a number of wheel chair availabler CC Vehicle Passenger Equipment Model A WheelchairVehicleEquipment
has an access dimmensionsr CC Vehicle Passenger Equipment Model The TypeOfAccessibilityTools
is a classification forAccessibilityTool
used by or available fromAssistanceService
g e.g. wheelchair, walking stick, audio navigator, visual navigator, etc. TMv6 NT Local Service Equipment Model A TypeOfActivation
is a classification of real-time processes that are activated when vehicles passes anActivationPoint
or anActivationLink
g NT Activation Model A TypeOfAssistanceService
is a classification ofAssistanceService
g e.g. boarding assistance, onboard assistance, porterage,foreign language, sign language translation, etc. NT Local Service Equipment Model A TypeOfBoardingPosition
is a classification ofBoardingPosition
g NT Stop Place Model A TypeOfCateringService
is a classification ofCateringService
g e.g. beverage vending machine, buffet, food vending machine, restaurant, snacks, torlley service, no beverages available, no food available. NT Local Commercial Service Model A TypeOfCheckConstraint
is a classification ofCheckConstraint
g e.g. a ticket collection, ticket purchase, baggage check-in, incoming customs, outgoing customs, tax refunds, etc. NT Check Constraint Model A TypeOfCommunicationService
is a classification ofCommunicationService
g e.g. free wifi, public wifi, phone, movile coverage, internet, video entertainment, audio entertainment, post box, post office, business services NT Local Commercial Service Model A TypeOfCongestion
is a typology of congestions resulting fromCheckConstraint
g e.g. no waiting, queue, crowding, full NT Check Constraint Model A TypeOfCoupling
is a classification forCoupling
ofBlockPart
g TI Coupled Journey Model A TypeOfCycleStorageEquipment
is a classification ofCycleStorageEquipment
g e.g. racks, bars, railings, etc. NT Parking Equipment Model A TypeOfDeliveryVariant
is a classification of aDeliveryVariant
g The way of delivering a Notice
: by vocal announcement, by visual display, issuing printed materialCC Notice Model A TypeOfDirectionOfUse
is the direction in whichEquipment
can be usedg e.g. up, down, level, one way, both way, etc. NT Access Equipment Model A TypeOfEmergencyService
is a typology of emergency servicesg e.g. police, first aid, sos point, cctv A TypeOfEntity
is a classification ofEntity
g for instance according to the domain in which they are defined or used. CC Generic Entity Model A TypeOfFacility
is a classification of aFacility
or aFacilitySet
.g CC Facility Model A TypeOfFareClass
is a classification for fare classesg e.g. first class, second class, business class, etc. CC Service Restriction Model A TypeOfFlexibleService
is a typology of flexiblesService
.g The type of flexibiliity can be defined at JourneyPattern
level or atPointInJourneyPattern
level in case of mixed types of flexible service inside the sameJourneyPattern
. \\ - Virtual line service; \\ - flexible service with main route; \\ - corridor service; \\ - fixed stop area-wide flexible service; \\ mixed types of flexible service (not atPoint
level) ;TI Flexible Service Model A TypeOfFrame
is a classification ofVersionFrame
according to a common purpose.g e.g. line descriptions for line versions, vehicle schedules, operating costs; \\ A TypeOfFrame
is ruled by a uniqueTypeOfValidity
.CC Generic Version Frame Model A TypeOfGenderLimitation
is a classification forGenderLimitation
g Mainly for SanitaryEquipment
, e.g. male only, female only, both.NT Passenger Service Equipment Model A TypeOfHandrail
is a classification ofHandrail
g e.g. one side, both sides NT Stair Equipment Model A TypeOfHireService
is a classification ofHireService
g e.g. car hire, motor cycle hire, cycle hire, recreational device hire NT Local Commercial Service Model A TypeOfJourneyPattern
is a classification ofJourneyPattern
used to distinguish other categories ofJourneyPattern
thanServiceJourneyPattern
andDeadRunPattern
g NT Journey Pattern Model A TypeOfLine
is a classification ofLine
g NT Route Model A TypeOfLink
is a classification ofLink
to express the different functional roles ofLink
.g CC Generic Point & Link Model A TypeOfLinkSequence
is a classification ofLinkSequence
used to define the different functions aLinkSequence
may be used forg e.g. Route
, road, border line, etc.CC Generic Point & Link Sequence Model A TypeOfLocalService
is a generic abstract classification ofLocalService
g NT Local Service Equipment Model A TypeOfLuggageLocker
is a classification forLuggageLockerEquipment
g e.g. left luggage, lockers, bike carriage, porterage, free trolleys, pais trolleys, etc. NT Site Equipment Model A TypeOfMoneyService
is a classification ofMoneyService
g e.g. cash machine, bank, insurance, bureau of change NT Local Commercial Service Model A TypeOfNotice
is a classification forNotice
g CC Notice Model A TypeOfOperation
is a classification ofOperation
to express the different fuctional roles of a departmentg CC Generic Organisation Model A TypeOfOrganisation
is a classification forOrganisation
according to their activityg e.g. public transport company, an IT company, etc. CC Generic Organisation Model A TypeOfPassage
is a classification for spaces to express how the space can be used as a passageg e.g. pathway, corridor, overpass, underpass, tunnel, etc. NT Stop Place Model A TypeOfPassengerInformationEquipment
is a classification forPassengerInformationEquipment
g e.g. next stop indicator, stop announcements, passenger information facility NT Passenger Information Display Assignment Model A TypeOfPaymentMethod
is a classification for payment methodg e.g. cash, credit card, debit card, travel card, contactless travel card, mobile phone, token, etc. CC Service Restriction Model A TypeOfPlace
is a classification forPlace
g CC Generic Place Model A TypeOfPoint
is a classification ofPoint
according to their functional purposeg CC Generic Point & Link Model A TypeOfPointOfInterestSpace
is a classification forPointOfInterestSpace
g NT Point Of Interest Model A TypeOfProductCategory
is a classification forVehicleJourney
to express some common properties of journeys for marketing and fare productsg TI Vehicle Journey Model A TypeOfQuay
is a classification forQuay
g NT Stop Place Model A TypeOfRelationToVehicle
is a classification of the way aVehicleStoppingPosition
is usedg e.g. front left, front right, back left, driver left, driver right. NT Vehicle Stopping Model A TypeOfResponsabilityRole
is a classification ofResponsabilityRole
g e.g. data ownership CC Responsability Role Model A TypeOfRetailService
is a classification ofRetailService
g e.g. food, newspaper, tobacco, health hygiene, beauty, fashion accessories, bank finance insurance, tourism, photo booth NT Local Commercial Service Model A TypeOfSanitaryFacility
is a classification forSanitaryEquipment
g e.g. a toilet, wheelchair access toilet, shower, baby change, wheelchair baby change NT Passenger Service Equipment Model A TypeOfSeatingEquipment
is the classification ofSeatingEquipment
g NT Site Equipment Model A TypeOfServiceNature
is a classification for service available for aCheckConstraint
g e.g. serlf-service machine, counter service. NT Check Constraint Model A TypeOfShelter
is a classification forShelterEquipment
g It mentions Shelter
instead ofShelterEquipment
NT Site Equipment Model A TypeOfStopPlace
is a classification forStopPlace
g e.g. simple, complex, multimodal NT Stop Place Model A TypeOfStopPoint
is a classification ofScheduledStopPoint
used for instance to characterize the equipment to be installed atStops
g e.g. post, shelter, seats, etc. NT Service Pattern Model A TypeOfSuitability
is a classification forSuitability
g i.e. assessments as regards a possible Suitability
ofAccess
acordingUserNeed
CC Generic Accessibility Model A TypeOfSurface
is a classification forRoughSurface
typesg NT Access Equipment Model A TypeOfTicket
is a classification for tickets available at aTicketingEquipment
gg e.g. standard, concession, promotion, group, season, travel card, etc. CC Service Restriction Model A TypeOfTrafficControlPoint
is a classification ofTrafficControlPoint
g NT Activation Model A TypeOfTrainElement
is a classification ofTrainElement
g CC Train Model A TypeOfTransfer
is a classification ofTransfer
g CC Generic Place Model A TypeOfUserNeed
is a classification ofUserNeed
g CC Generic Accessibility Model A TypeOfWaitingRoom
is a classification ofWaitingRoomEquipment
g NT Site Equipment Model
3 UC2 Accesible coaches
- Facts
Fact/Competency Question Status Comments Source (provenance) SubSource A coach must be accessible r UC2 A coach must have an Entrance accessible r UC2 A coach must have an Exit accessible r UC2 A coach has/have reserved seats for people with dissabilities or functionally diverse r UC2 A coach must have reserved seats for people carrying a wheelchair or a baby buggy r UC2 Every reserved seat must have a sensor with the states free/busy r UC2 The sensor must be updated everytime it changes. r UC2 The status of the sensor must be recorded r UC2 a trip
may have awheelchair_accessible
r Values for wheelchair_accessible
: 0, no information available; 1, one seat at least; 2, not availabegtfs trips.txt An EncumbranceNeed
is a specificUserNeed
g i.e. a requirement of a Passenger
travelling with luggage, animal or any other object requiring special arrangements to accessPublicTransport
TMv6 CC generic Accessibility Model An EncumbranceNeed
is anUserNeed
r TMv6 CC generic Accessibility Model A UserNeed
is a user's need for a particularSuitability
r TMv6 CC generic Accessibility Model A Suitability
is a statement of whether a particularUserNeed
can be met. It can be used to state wheter a site can be accessed by a passenget with a particularUserNeed
g TMv6 CC Generic Accessibility Model A Passenger
may have one or moreUserNeed
r TMv6 CC Generic Accessibility Model A MedicalNeed=is a specific =UserNeed
g i.e. a requirement of a Passenger
as regards medical constraint (e.g. allergy) to accessPublicTransport
TMv6 CC Generic Accessibility Model A MedicalNeed
is aUserNeed
r TMv6 CC Generic Accessibility Model A MobilityNeed
is a specificUserNeed
g i.e a constraint of a Passenger
as regards his mobility, e.g. wheelchair, assisted wheelchair…TMv6 CC Generic Accessibility Model A MobilityNeed
is aUserNeed
r TMv6 CC Generic Accessibility Model A PsychosensoryNeed
is a specificUserNeed
g i.e. a constraint of a passenger as regards his psycho-sensory impairments, such as visual impairment, auditory impairment, averse to confined spaces… TMv6 CC Generic Accessibility Model An Entrance
is the physicalEntrance
orExit
to/from aSite
. May be a door, barrier, gate, revolving door or other recognizablePoint
ofAccess
g TMv6 NT Site Model An Entrance
is aPlace
r TMv6 NT Site Model An EntranceEquipment
is a specialisation ofPlaceAccessEquipment
forEntrance
g TMv6 NT Access Equipment Model An EntranceEquipment
is aPlaceAccessEquipment
r TMv6 NT Access Equipment Model An EquipmentPlace
is aSiteComponent
containingEquipment
g TMv6 NT Place Equipment Location Model An EquipmentPlace
is anSiteComponent
r TMv6 NT Place Equipment Location Model A SiteComponent
may haveEquipmentPlace
r TMv6 NT Place Equipment Location Model An EquipmentPosition
is the location of theEquipmentPlace
r TMv6, NeTEx Part 1 v29 NT Place Equipment Location Model An EscalatorEquipment
ofStairEquipment
forEscalator
g TMv6 NT Place Equipment Location Model An EscalatorEquipment
is aStairEquipment
r TMv6 NT Place Equipment Location Model A StairEquipment
is the specialisation ofPlaceAccessEquipment
forStairs
g TMv6 NT Stair Equipment Model A Stair
can be a stair, escalator, staircase, etc.r TMv6 NT Stair Equipment Model A StairEquipment=is a =PlaceAccessEquipment
r TMv6 NT Stair Equipment Model A StairCaseEquipment
is the specialisation ofStairEquipment
for staircases.g TMv6 NT Stair Equipment Model A StairCaseEquipment
is aStairEquipment
r TMv6 NT Stair Equipment Model A TravelatorEquipment
is a specialisation ofPlaceAccessEquipment
for travelatorsg Provides travelator properties like speed TMv6 NT Stair Equipment Model A SiteFacilitySet
is a set ofFacility
available for aSiteElement
g TMv6 CC Facility Model A SiteFacilitySet
have two or moreFacility
r TMv6 CC Facility Model A SiteElement
may have aSiteFacilitySet
r TMv6 CC Facility Model A Facility
is a named amenity availabe for the public at aSite
or on aService
. AFacility
has no further properties other than a name. AnEquipment
orLocalService
is used to describe the further properties provided as part of a particularFacility
g TMv6 CC Facility Model A Passenger
can use aFacility
r TMv6 CC Facility Model An Equipment
must have aFacility
r TMv6 CC Facility Model A FacilityRequirement
is a classification ofPublicTransportVehicle
according to the facilities available on theVehicle
g TMv6 CC Vehicle Type Model A FacilityRequirement
is a classification ofPublicTransportVehicle
r TMv6 CC Vehicle Type Model A FacilitySet
is a set ofFacility
available for aServiceJourney
or aJourneyPart
.g TMv6 CC Facility Model. The set may be available only for a specific VehicleType
within theService
A ServiceJourney
may have aFacilitySet
r TMv6 CC Vehicle Type Model A JourneyPart
may have aFacilitySet
r TMv6 CC Vehicle Type Model A ServiceFacilitySet=is a set of =Facility
available for specificVehicleType
possibly only for aService
g e.g. carriage equipped with low floor\\ service as ServiceJourney
orJourney
TMv6 CC Vehicle Type Model A Journey
is aService
=r TMv6 CC Vehicle Type Model A ServiceJourney
is aService
r TMv6 CC Vehicle Type Model A ServiceFacilitySet
is a set ofFacility
r TMv6 CC Vehicle Type Model A ServiceFrame
is a set ofNetwork
Service
Data
to which the sameValidityCondition
has been assignedg and other data logically related to these TMv6 Service Frame Model A ServiceFrame
isData
c TMv6 Service Frame Model - Competency Questions
Fact/Competency Question Comments Source (provenance)
4 UC3 Public WC/Restrooms at Stops
- Facts
Facts Status Comments Source (provenance) SubSource A Stop
may have a WCr UC3 A Stop
may have a restroomr UC3 A WC
must have a changing table (baby changing facilities)r UC3 A WC
must be unisex fully accessibler UC3 A Stop
may have a lactation roomr UC3 A WC
may have a potty.r UC3 A WC must have baby cnag r UC3 The accessible WC doors are not automatic r UC3 The toilets must have locks. r UC3 The toilets must have an alarm key r UC3 - Competency Questions
Facts Comments Source (provenance)
5 UC4 Transport Facilities
- Facts
Facts Status Comments Source (provenance) SubSource A passenger
plans atrip
r passenger is named in gtfs stops.txt and gtfs pathways.txt; trip is named in the name of trips.txt UC4 A trip
follows aroute
r route id in the name of gtfs routes.txt UC4 A Mean
has one or moreVehicleJourney
r A Mean
is quoted inVehicleMode
TMv6 A VehicleMode
is a characterisation of the public transport operation according to the means of transport (bus, tram, metro, train, ferry, ship)g TMv6 CC Transport Mode Model A VehicleMode
is a characterisation of thePublicTransportOperation
r TMv6 CC Transport Mode Model A PublicTransportOperator
is anOperator
r TMv6 CC Transport Mode Model An Operator
is aCompany
providingPublicTransporService
g TMv6 CC Transport Organisation Model A Bus
is aMeanOfTransport
r TMv6 CC Transport Mode Model A Tram
aMeanOfTransport
r TMv6 CC Transport Mode Model A Metro
is aMeanOfTransport
r TMv6 CC Transport Mode Model A Train
is aMeanOfTransport
r TMv6 CC Transport Mode Model A Ferry
is aMeanOfTransport
r TMv6 CC Transport Mode Model A Ship
is aMeanOfTransport
r TMv6 CC Transport Mode Model A VehicleJourney
is the planned movement of aPublicTransportVehicle
on aDayType
from theStartPoint
to theEndPoint
of aJourneyPattern
on a specifiedRoute
g TMv6 TI Vehicle Journey Model A PublicTransportVehicle
is aVehicle
r TMv6 TI Vehicle Type Model A VehicleJourney
has aStartPoint
r TMv6 TI Vehicle Type Model A TemplateServiceJourney
is aPassenger
carryingTemplateServiceJourney
g It may represent multiple Journey
TMv6 TI Service Journey Model A TemplateServiceJourney
is ruled by aPassenger
r TMv6 TI Service Journey Model A Journey
may have aTemplateServiceJourney
r TMv6 TI Service Journey Model A TemplateServiceJourney
can be shared by two or moreJourney
r TMv6 TI Service Journey Model A TemplateVehicleJourney
is a repeatingVehicleJourney
for which a frequency has been specified, either as aHeadwayJourneyGroup
or aRhythmicalJourneyGroup
g It may thus represent multiple journeys TMv6 TI Service Journey Model A VehicleJourney
can have aTemplateVehicleJourney
r TMv6 TI Service Journey Model A HeadwayJourneyGroup
is aTemplateVehicleJourney
r TMv6 TI Service Journey Model A RhythmicalJourneyGroup
is aTemplateVehicleJourney
r TMv6 TI Service Journey Model A Trip
has anOrigin
r A Trip
is not defined in TMv6 but is quoted inAccess
as "origin of the trip"TMv6 TI Service Journey Model A VehicleJourney
has anEndPoint
r An EndPoint
is quoted inVehicleJourney
TMv6 TI Service Journey Model A Trip
has anDestination
r A Trip
is not defined in TMv6 but is quoted inAccess
as "destination of the trip"TMv6 TI Service Journey Model A RhythmicalJourneyGroup
is a group ofVehicleJourney
following the sameJourneyPattern
having the same rhythg Every hour between a specified start and end time TMv6 TI Vehicle Journey Times Model A passenger takes a mean of transport r UC4 A trip has a begining r UC4 A trip has an end r UC4 A passenger may exchanges means of transport in stops r UC4 A passenger gets into a coach r UC4 A passenger gets off the coach r UC4 A sensor determines when a passenger takes off the coach r UC4 A coach has a way to calc the amount of passengers travelling r UC4 The number of passengers in the coach is updated every time it changes r UC4 A coach may have a dedicated place to bring the bicycle r bicycleReservationsCompulsory UC4 A Trip
may have abikes_allowed
propertyr gtfs trips.txt A bikes_allowed
property have one value (0-2)r - 0, empty;\\ - 1, at least one bicycle;\\ - 2, no bicycles allowed UC4 A stop may have a place to park the bicycle r UC4 A coach may have a WC r UC4 The WC of the coach must have a location r UC4 The WC of the coach have a state (free/busy) r UC4 The state of the WC is spread in the information system r UC4 A Stop may have a security locker area r UC4 a Stop may have a shop area r UC4 A shop area has a location r UC4 A shop area has a schedule r UC4 The information of the shop area is in the public information service r UC4 A shop has types of facilities (PassengerCommsFacilities) r NeTEx part 1 A communication service as the post office belongs to a classification of communication services r NeTEx part 1 page 41 A commercial service is classified as hire, money, retail, refreshments or communication services r NeTEx part 1 page 797 A type of refreshment service is part of a local commercial Service r NeTEx part 1 page 44 A Stop may have a park&ride parking r UC4 A park&ride parking is a type of ParkingTypeEnum r NeTEx part 1 page 867 A Zone
is a two-dimensional (dimension 2)Place
within theServiceArea
of aPublicTransportOperator
(AdministrativeZone
,TariffZone
,AccessZone
, etc.)g TMv6 CC Generic Zone and Feature Model A ServiceArea
may have aZone
r TMv6 CC Generic Zone and Feature Model A ComplexFeature
is an aggregate ofSimpleFeature
and otherComplexFeature
g TMv6 CC Generic Zone and Feature Model A ComplexFeature
has two or moreSimpleFeature
r TMv6 CC Generic Zone and Feature Model A ComplexFeature
may have one or moreComplexFeature
r TMv6 CC Generic Zone and Feature Model A ComplexFeatureProjection
is an oriented correspondence from oneComplexFeature
in the source layer, onto anEntity
in a target layer: e.g.Point
,ComplexFeature
, within a definedTypeOfProjection
g TMv6 CC Generic Projection Model A TypeOfProjection
is a classification of the projections according to their functional purpose, the source and target layersg TMv6 CC Generic Projection Model A TypeOfProjection
may have a functional purposer TMv6 CC Generic Projection Model A TypeOfProjection
may have a sourcer TMv6 CC Generic Projection Model A TypeOfProjection
may have target layersr TMv6 CC Generic Projection Model A PointProjection
is an oreinted correspondence form onePoint
of a source layer onto aEntity
in a target layer.g e.g. Point
,Link
,LinkSequence
,ComplexFeature
, within a definedTypeOf
TMv6 CC Generic Projection Model A SimpleFeature
is an abstract representation ofElementaryObject
related to the spatial representation of theNetwork
.g - A Point
(0-dimensional object);\\ -Link
(1-dimensional object); \\ - andZone
(2-dimensional object). CC Generic Zone and Feature ModelTMv6 CC Generic Projection Model A SimpleFeature
is anElementaryObject
r TMv6 CC Generic Zone and Feature Model A Point
is anElementaryObject
r TMv6 CC Generic Zone and Feature Model A Link
is anElementaryObject
r TMv6 CC Generic Zone and Feature Model A Zone
is anElementaryObject
r TMv6 CC Generic Zone and Feature Model A Network
is a named grouping ofLine
under which aTransportNetwork
is known.g TMv6 NT Route Model A Network
has 2 or moreLine
r TMv6 NT Route Model A TransportNetwork
is aNetwork
r TMv6 NT Route Model An OvertakingPossibility
is aNetworkRestriction
specifying aPoint
or aLink
whereVehicle
of specifiedVehicleType
are or are not allowed to overtake each otherg TMv6 NT Network Restriction Model A Vehicle
may have anOvertakingPossibility
r TMv6 NT Network Restriction Model A VehicleType
may have anOvertakingPossibility
r TMv6 NT Network Restriction Model A Place
is aGeographicPlace
of any type which may be specified as theOrigin
orDestination
of aTrip
g TMv6 CC Generic Place Model A Place
may be represented as aPoint
(dimension 0), aRoadSection
(dimension 1) or aZone
(dimension 2)g TMv6 CC Generic Place Model A Site
is aPlace
r TMv6 NT Site Model A Site
is a well-knownPlace
to which aPassenger
may refer to indicate theOrigin
or aDestination
of aTrip
g TMv6 NT Site Model A ServiceSite
is a sub-type ofSite
other than aOperator
which is of specific interest for theOperator
g TMv6 NT Site Model A Level
is an identified storey within an interchange building orSite
on whichSiteComponent
resideg A PathLink
may connect components on differentLevel
\\ A storey can be: ground, first, basement, mezzanine, etc.TMv6 NT Site Model A PathLink
is a link within aPlace
or between twoPlace
that represents a step in a possible route for pedestrians, cyclists or other out-of-vehicle passengersg It is possible but not mandatory that a PathLink
projects onto a more detailed set of infrastructure or mapping links that plot the spatial course, allowing it to be represented on maps and to tracking systemsTMv6 NT Path & Navigation Path Model A PathLinkEnd
is the beginning or endSite
for aPathLink
g May be linked to a specific Level
of theSite
TMv6 NT Path & Navigation Path Model A PathLinkInSequence
is a step of aNavigationPath
indicating traversal of a particularPathLink
as part of a recommendedRoute
.g The same PathLink
may ocurr in different sequences in differentNavigationPath
TMv6 NT Path & Navigation Path Model A PathJunction
is a designatedPoint
, inside or outside of aStopPlace
orPointOfInterest
at which to or morePathLink
may connect or branch.g TMv6 NT Path & Navigation Path Model A NavigationPath
is a designatedPath
between twoPlace
g May include an ordered sequence of PathLink
TMv6 NT Path & Navigation Path Model A NavigationPathAssignment
is the allocation of aNavigationPath
to a specificStopPointAssignment
g For example to indicate the path to be taken to make a Connection
TMv6 NT Path Assignment Model A PlaceInSequence
is aPoint
traversed by aNavigationPath
in sequence, connected by aPathLink
to the nextPoint
. May be aPlace
,PathJunction
orPoint
.g TMv6 NT Path Assignment Model A PlaceLigthing
is a specialisation ofPlaceEquipment
forLightingEquipment
g e.g. lamp post TMv6 NT Access Equipment Model A PlaceLighting
is aPlaceEquipment
r TMv6 NT Access Equipment Model A LightingEquipment
has aPlaceLighting
r TMv6 NT Access Equipment Model A Site
may have one or moreLevel
r TMv6 NT Site Model A Site
may have one or moreSiteComponent
r TMv6 NT Site Model A SiteComponent
reside on aSite
r TMv6 NT Site Model The Accomodation
is the set of characteristics available on aService
g TMv6 CC Facility Model An ActivatedEquipment
is a state of theEquipment
r TMv6 NT Activation Model An ActivationPoint
is aPoint
where a control process is activatedr TMv6 NT Activation Model An ActivationLink
is aLink
where a control process is activatedg TMv6 NT Activation Model A Link
is an oriented spatial object of dimension 1 with view to the overall description of a network describing a connection between two pointsg TMv6 CC Generic Point & Link Model A Link
has aLinkSequence
r TMv6 CC Generic Point & Link Sequence Model An ActualVehicleEquipment
is anItem
r TMv6 CC Actual Vehicle Equipment An ActualVehicleEquipment
is anItem
ofEquipment
of a particular type in an individualVehicle
g TMv6 CC Actual Vehicle Equipment A Vehicle
has anActualVehicleEquipment
r TMv6 CC Actual Vehicle Equipment A Equipment
has anItem
r TMv6 CC Actual Vehicle Equipment A Vehicle
carriesPassenger
r TMv6 CC Vehicle Type Model A PurposeOfEquipmentProfile
is a functional purpose which requires a certain set of equipment of different types put together in aVehicleEquipmentProfile
g TMv6 CC Vehicle Type Model A VehicleEquipmentProfile
is each instantiation of this entity which gives the number of items of oneTypeOfEquipment
aVehicleModel
should contain for a givenPurposeOfEquipmentProfile
g The set of instantiations for one VehicleModel
and one purpose gives one complete profile.TMv6 CC Vehicle Type Model A TypeOfEquipment
is a classification ofEquipment
to be installed atStopPlace
orVehicle
g TMv6 CC Generic Equipment Model A DestinationDisplay
is an advertised destination of a specificJourneyPattern
, usually displayed on aHeadingSign
or at other on-board locationsg TMv6 NT Route Model A JourneyPattern
may have aDestinationDisplay
r TMv6 NT Route Model A JourneyPattern
may have aDestinationDisplayVariant
r TMv6 NT Route Model A DestinationDisplayVariant
is an advertised destination of a specificJourneyPattern
, usually displayed on aHeadingSign
or at other on-board locationsg TMv6 NT Route Model A DestinationDisplay
is usually displayed on aHeadingSign
r TMv6 NT Route Model A DestinationDisplayVairant
is usually displayed on aHeadingSign
r TMv6 NT Route Model A DisplayAssignment
is the assignment of oneScheduledStopPoint
and oneJourneyPattern
to aPassengerInformationEquipment
specifiying that information on theScheduledStopPoint
and theJourneyPattern
wil be provided (e.g. displayed, printed)g TMv6 NT Passenger Information Display Assignment Model A PassengerInformationEquipment
has aDisplayAssignment
r TMv6 NT Passenger Information Display Assignment Model A PassengerInformationEquipment
is a public transport information piece ofEquipment
, as for instance terminals (on street, at information desks, telematic, etc.) or printed material (leaflets displayed at stops, booklets…)g TMv6 NT Passenger Information Display Assignment Model A PassengerInformationEquipment
is anEquipment
r TMv6 NT Passenger Information Display Assignment Model An InformationDesk
is aPassengerInformationEquipment
r TMv6 NT Passenger Information Display Assignment Model A StreetDesk
is aPassengerInformationEquipment
r TMv6 NT Passenger Information Display Assignment Model A VirtualDesk
is aPassengerInformationEquipment
r TMv6 NT Passenger Information Display Assignment Model A Leaflet
is aPassengerInformationEquipment
r TMv6 NT Passenger Information Display Assignment Model A Booklet
is aPassengerInformationEquipment
r TMv6 NT Passenger Information Display Assignment Model A LogicalDisplay
is a set of data than can be assembled for assignment to a physicalPassengerInformationEquipment
or to a logical channel such as web or media.g It is independent of any physical embodiment TMv6 NT Passenger Information Display Assignment Model A LogicalDisplay
is a set of datar TMv6 NT Passenger Information Display Assignment Model A LogicalDisplay
may have a set ofDisplayAssignment
g TMv6 NT Passenger Information Display Assignment Model A LogicalDisplay
corresponds to aSiriStopMonitoringPoint
g TMv6 NT Passenger Information Display Assignment Model A PassengerInformationEquipment
displaysLogicalDisplay
g TMv6 NT Passenger Information Display Assignment Model A DynamicStopAssignment
is the dynamic association of aScheduledStopPoint
with the next availableStopPlace
,Quay
orBoardingPosition
within aStopPlace
g TMv6 NT Stop Assignment Model A StopAssignment
is the allocation of aScheduledStopPoint
to a specificStopPlace
for eitherServiceJourney
orVehicleService
g TMv6 NT Stop Assignment Model A VehicleService
is aWorkplan
for aVehicle
for a whole day planned for a specificDayType
g TMv6 TI Vehicle Service Model A Workplan
is a planr TMv6 TI Vehicle Service Model A HeadingSign
is the specialisation ofSignEquipment
for headings providing information likeDirectionName
,LineName
, etc.g TMv6 NT Sign Equipment Model A HeadingSign
is aSignEquipment
r TMv6 NT Sign Equipment Model A SignEquipment
is the specialisation ofPlaceEquipment
forSign
g TMv6 NT Sign Equipment Model A PlaceEquipment
is an item of equipment of a particular type actually available at a location within aPlace
g TMv6 NT Sign Equipment Model A PlaceEquipment
is anEquipment
r TMv6 CC Generic Equipment Model An Equipment
is an item ofEquipment
installed either fixed (PlaceEquipment
) or on-board vehicles (VehicleEquipment
). AService
(LocalService
such asLeftLuggage
,TicketingService
is considered as immaterialEquipment
as wellg TMv6 CC Generic Equipment Model A VehicleEquipment
is anEquipment
r TMv6 CC Generic Equipment Model A SeatingEquipment
is a specialisation ofPlaceEquipment
describing the properties of seatingg TMv6 NT Site Equipment Model A SeatingEquipment
is aPlaceEquipment
r TMv6 NT Site Equipment Model A TicketingService
is the specialization ofLocalService
for ticketing, providing ticket counter and online purchase information, also associated with payment method andTypeOfTicket
g TMv6 CC Generic Equipment Model A TicketingService
is aLocalService
r TMv6 CC Generic Equipment Model A LocalService
is a named service relating the use of theSite
or transport services at a particular location, for example porterage, assistance for disabled users, booking offices, etc. The service may have aValidityCondition
associated with it. ALocalService
is treated as a form of immaterialEquipment
g TMv6 CC Generic Equipment Model A LocalService
is aEquipment
r TMv6 CC Generic Equipment Model A Porterage
is aLocalService
r TMv6 CC Generic Equipment Model A ShelterEquipment
is the specialisation ofWaitingEquipment
for a shelterg TMv6 NT Site Equipment Model A ShelterEquipment
is aWaitingEquipment
r TMv6 NT Site Equipment Model A WaitingEquipment
is the specialisation ofStopPlaceEquipment
forWaitingEquipment
g e.g. shelter, waiting room, etc. TMv6 NT Site Equipment Model A StopPlaceEquipment
is the specialisation ofPlaceEquipment
forStopPlace
r TMv6 NT Site Equipment Model A WaitingRoomEquipment
is the specialisation ofWaitingEquipment
forWaitingRoom
g Classified by TypeOfWaitingRoom
TMv6 NT Site Equipment Model A WaitingRoomEquipment
is aWaitingEquipment
r TMv6 NT Site Equipment Model A MoneyService=is the specialisation of =LocalService
dedidated toMoneyService
g TMv6 NT Local Commercial Service Model A MoneyService
is aLocalService
r TMv6 NT Local Commercial Service Model An AssistanceService
is the specialisation ofLocalService
for assistance providing information like language, accessibility trained staff, etc.g TMv6 NT Local Service Equipment Model An AssistanceService
is aLocalService
r TMv6 NT Local Service Equipment Model A CateringService
is the specialisation ofLocalService
dedicated to catering serviceg TMv6 NT Local Commercial Service Model A CateringService
is aLocalService
r TMv6 NT Local Commercial Service Model A TypeOfCateringService
is a classification ofCateringService
g e.g. beverage vending machine, buffet, food vending machine, restaurant, snacks, trolley service, no beverages available, no food available. TMv6 NT Local Commercial Service Model A CateringService
has aTypeOfCateringService
r TMv6 NT Local Commercial Service Model A VehicleChargingEquipment
is a specialisation ofPlaceEquipment
forVehicle
chargingg TMv6 NT Parking Equipment Model A VehicleChargingEquipment
is aPlaceEquipment
r TMv6 NT Parking Equipment Model A CycleOperatingEquipment
is a specialisation ofPlaceEquipment
describing cycle parking equipmentg TMv6 NT Parking Equipment Model A CycleOperatingEquipment
is aPlaceEquipment
r TMv6 NT Parking Equipment Model A CycleOperatingEquipment
is forCycle
r TMv6 NT Parking Equipment Model A LuggageLockerEquipment
is he specialisation ofStopPlaceEquipment
forLuggageLocker
g TMv6 NT Site Equipment Model A LuggageLockerEquipment
is aStopPlaceEquipment
r TMv6 NT Site Equipment Model A SiteEquipment
is the specialisation ofPlaceEquipment
forSite
g TMv6 NT Site Equipment Model A TrolleyStandEquipment
is the specialisation ofStopPlaceEquipment
for trolley standsg TMv6 NT Site Equipment Model A TrolleyStandEquipment
is aStopPlaceEquipment
r TMv6 NT Site Equipment Model A PlaceEquipment
is an item of a particular type actually available at aLocation
within aPlace
g TMv6 CC Generic Equipment Model A PlaceEquipment
is anEquipment
r TMv6 CC Generic Equipment Model A SiteComponent
is anElement
of aSite
describing a part of its structure.SiteComponent
share common properties for data management, accessibility and other features.g TMv6 NT Site Model A Site
may haveSiteComponent
r TMv6 NT Site Model A SiteElement
is a type ofAddressablePlace
specifying common properties of aSite
or aSiteComponent
to describe itg Including Accessibility
TMv6 NT Site Model A SiteElement
is anAddressablePlace
r TMv6 NT Site Model A SiteComponent
is anEquipment
r TMv6 According to NT Site Model, a SiteComponent
is an "element" but there are not other elements thanEquipment
as defined in CC Generic Equipment ModelA CheckConstraint
is a characteristic of a process that takes place at aSiteComponent
such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for whenJourneyPlanning
g TMv6 NT Check Constraint Model An Equipment
may have aCheckConstraint
r According to NT Site Model, a SiteComponent
is an "element" but there are not other elements thanEquipment
as defined in CC Generic Equipment Model, so andEquipment
may have aCheckConstraint
TMv6 A TypeOfAccessFeature
is a classification ofAccessFeature
forCheckConstraint
g e.g. barrier, narrow entrance, confined psace, queue management, etc. TMv6 NT Check Constraint Model A CheckConstraintDelay
is aTimePenalty
associated with aCheckConstraint
g TMv6 NT Check Constraint Model A CheckConstraint
may have aCheckConstraintDelay
r TMv6 NT Check Constraint Model A CheckConstraintDelay
is aTimePenalty
r TMv6 NT Check Constraint Model A TimePenalty
is aDurationDescription
r W3C Time Ontology in OWL https://www.w3.org/2001/sw/BestPractices/OEP/Time-Ontology A CheckConstraintThroughput
is the number ofPassenger
who can pass through it in a specified intervalg TMv6 NT Check Constraint Model A CheckConstraintThroughput
has an integer number (ofPassenger
)r TMv6 NT Check Constraint Model A CheckConstraintThroughput
has aDurationDescription
r TMv6 NT Check Constraint Model A TypeOfService
is a classification forVehicleJourney
andSpecialService
to express some common properties ofJourney
to be taken into account in the scheduling and/or operations control process.g TMv6 TI Vehicle Journey Model A TypeOfService
are a set of propertiesr TMv6 TI Vehicle Journey Model A TypeOfService
is a classificationr TMv6 TI Vehicle Journey Model - Competency Questions
CQ Comments Source (provenance)
6 UC5 Transport issues
- Facts
Fact/Competency Question Status Comments Source (provenance) SubSource A Passenger
makes aTrip
r The journey made by the passenger GTFSvsTM A Vehicle
makes aVehicleJourney
r The journey made by the vehicle TFSvsTM A VehicleModel
is a classification ofPublicTransportVehicle
of the sameVehicleType
g e.g. according to equipment specifications or model generation TMv6 CC Vehicle Type Model A VehiclePositionAlignment
is the alignment of a particularBoardingPosition
with the entrance of aVehicle
as the result of positioning theVehicle
at a particularVehicleStoppingPlace
g TMv6 NT Vehicle Stopping Model A VehiclePositionAlignment
is the position of theVehicle
r TMv6 NT Vehicle Stopping Model A VehiclePositionAlignment
happens in aVehicleStoppingPlace
r TMv6 NT Vehicle Stopping Model A Vehicle
has aBoardingPosition
r TMv6 NT Vehicle Stopping Model A BoardingPosition
happens in aVehicleStoppingPlace
r TMv6 NT Vehicle Stopping Model A VehicleScheduleFrame
is the set of allBlock
defined for a specificDayType
to which the sameValidityCondition
have been assigned.g Usually defined for a specific GroupOfLine
TMv6 Vehicle Schedule Frame Model A VehicleServicePart
is a part of aVehicleService
composed of one or moreBlock
and limited to periods spent at theGarage
managing theVehicle
in question.g TMv6 TI Vehicle Service Model A VehicleServicePart
is a part of aVehicleService
r TMv6 TI Vehicle Service Model A VehicleServicePart
is composed by two or moreBlock
r TMv6 TI Vehicle Service Model A VehicleServicePart
does not happen inGarage
r TMv6 TI Vehicle Service Model A VehicleStoppingPosition
is the stopping position of aVehicle
or one of its componentsg - May be specified as a Zone
corresponding to the bounding polygon of the vehicle; \\ Two or morePoint
corresponding to parts of the vehicle such as a door.\\ - If given as a singlePoint
, indicates the position for the door relative to an indicated side of theVehicle
TMv6 NT Vehicle Stopping Model A VehicleTypeAtPoint
is the number ofVehicles
of a specifiedVehicleType
which may wait at a specifiedPoint
at any one time.g If the capacity is 0, then that type of Vehicle
may not stop there.TMv6 NT Network Restriction Model A VehicleTypeAtPoint
is a numberr TMv6 NT Network Restriction Model A Point
may have aVehicleTypeAtPoint
r TMv6 NT Network Restriction Model A VehicleTypePreference
is the preference for the use of a particularVehicleType
for aServiceJourneyPattern
depending on theDayType
andTimeDemandType
.g The rank of preferences must be recorded. \\ Different VehicleType
may be given the same rank.TMv6 NT Journey Pattern Model A ServiceJourneyPattern
may have aVehicleTypePreference
r TMv6 NT Journey Pattern Model A VehicleTypeStopAssignment
is the allocation of aVehicleStoppingPosition
of aVehicleType
for a particularVehicleJourney
g TMv6 TI Stopping Position Assignment Model A Via
is a secondaryHeadingSign
relevant for a certain part of theJourneyPattern
advertising and onward intermediate destination to suplement the advertised (final)Destintation
ofDestintationDisplay
g They call it heading but I mean it's HeadingSign
TMv6 NT Route Model A Via
is aSignEquipment
r TMv6 NT Route Model A Trip
follows one or moreRoutes
r UC5 A trip
has atrip_id
r A trip
is defined in the name of gtfs trips.txt and in several definitions of TMv6gtfs, TMv6 trips.txt A trip
may have atrip_headsign
r gtfs uses trip_headsign
instead ofstart-point
and it can change during a trip, overridden by specific values fromstop_id
gtfs trips.txt A trip
may have atrip_short_name
r gtfs trips.txt A trip
may have adirection_id
r gtfs trips.txt A direction_id
indicates the direction of travel for a trip (VehicleJourney
)r gtfs trips.txt a direction_id
can be 0 (one way trip)r gtfs trips.txt a direction_id
can be 1 (round trip)r gtfs trips.txt A Trip
may have ablock_id
r Looks like a Line
gtfs trips.txt A Trip
may have ashape_id
r gtfs trips.txt Several Trips
may share theblock_id
r gtfs trips.txt A VehicleJourney
can be aDayType
, aDatedVehicleJourney
or aMonitoredVvehicleJourney
r GTFSvsTM A Route
is a sequence of two or moreStops
r GTFSvsTM A Vehicle
has aRoute
r GTFSvsTM A route
has a named servicer identifies the route or vehicle journey GTFSvsTM A route
has aroute_id
r gtfs routes.txt A route
may be operated by severalagency_id
r The inconsistency of route, trip and journey gtfs agency.txt, routes.txt A route
may have at least oneagency_id
r gtfs agency.txt, routes.txt A route
must have aroute_short_name
r gtfs routes.txt A route
must have aroute_long_name
r gtfs routes.txt A route
may have aroute_desc
r gtfs routes.txt A route
must have aroute_type
r gtfs routes.txt A route
may have aroute_url
r gtfs routes.txt A route
may have aroute_color
r gtfs routes.txt A route_color
is expressed in hexadecimalr gtfs routes.txt A route may have a route_text_color
r if ommited when route_color
set, default value isffffff
gtfs routes.txt A route_text_color
is expressed in hexadecimalr it must provide sufficent contrast whith route_color
gtfs routes.txt A trip
may have ashape_dist_traveled
propertyr gtfs stop_times.txt A shape_dist_traveled
property has a non-negative floatr gtfs stop_times.txt The value of shape_dist_traveled
is a sum of the distance in betweenstops
in aroute
r interperetation of shapes_dist_traveled
gtfs stop_times.txt An agency
must have anagency_id
r gtfs identifies agencies as transit brands or transit agencies, although agencies and brands are not the same. gtfs agency.txt An Operator
must have anagency_id
r interpretation of gtfs agency.txt. In gtfs is called transit brand or transit agency UC5, gtfs agency.txt An agency
must have anagency_name
r gtfs agency.txt An Operator
must have anagency_name
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt An Operator
may have abrand
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt An Operator
must have anagency_url
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt An agency
must have anagency_url
r gtfs agency.txt An agency_url
is a URIr gtfs agency.txt An Operator
must have anagency_timezone
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt An agency
must have anagency_timezone
r gtfs agency.txt An agency_timezone
is a standard UTC timezoner UC5 An Operator
may have aagency_lang
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt A agency_lang
is a standard language code ISO 639r UC5, gtfs agency.txt An agency
may have anagency_lang
r gtfs agency.txt An Operator
may have anagency_phone
r gtfs agency.txt An agency
may have anagency_phone
r gtfs agency.txt An agency_phone
is a string o numbers, spaces or symbols as+
r UC5 A VehicleJourney
must have two or more stopsr UC5, TMv6 An Operator
may have anagency_fare_url
r interpretation of gtfs agency.txt. In gtfs is called transit agency UC5, gtfs agency.txt An agency_fare_url
is an URIr UC5, gtfs agency.txt A Trip
may have apickup_type
propertyr gtfs stop_times.txt A pickup_type
property can have values: 0 or empty for regularly scheduled pickup; 1 for no pickup available; 2 for agency arrangement; or 3 for driver arrangementr gtfs stop_times.txt A Trip
may have adrop_off_type
propertyr gtfs stop_times.txt A drop_off_type
property can have values: 0 or empty for regularly scheduled pickup; 1 for no drop off available; 2 for agency arrangement; or 3 for driver arrangementr gtfs stop_times.txt An AllowedLineDirection
is an allowedDirection
that can be used on a givenRoute
. This can be used to validate the selection of allowed valuesg TMv6 NT Route Model An AllowedLineDirection
is aDirection
r TMv6 NT Route Model A Direction
is a classification for the general orientation of aRoute
g TMv6 NT Route Model A Route
is and ordered list of locatedPoint
defining one single path through the road (or rail) network.g TMv6 NT Route Model A RouteLink
is an oriented link between twoRoutePoint
allowing the definition of a unique path through the networkg TMv6 NT Route Model A RouteLink
has twoRoutePoint
r TMv6 NT Route Model A RoutePoint
may have aRouteLink
r TMv6 NT Route Model A RoutePoint
is aPoint
used to define the shape of aRoute
through theTransportNetwork
g TMv6 NT Route Model A RoutePoint
is aPoint
r TMv6 NT Route Model A TurnStation
is aPlace
where aVehicle
can revers itsDirection
g Often the Place
is aTerminus
. \\ From aRoute
to another of oppositeDirection
TheTMv6 NT Route Model A TurnStation
is aPlace
r TMv6 NT Route Model A TurnAroundTimeLimit
is the maximum and/or minimum time for which a vehicle may be scheduled to wait at a particularTimingPoint
(often included in aTurnStation
) without being returned to aParkingPoint
g This may be superseded by a DeadRun
TMv6 TI Journey Pattern Times Model A Vehicle
can revers in aTurnStation
r TMv6 A Route
has aDirection
r TMv6 A Direction
has an oppositer TMv6 A RoutingConstraintZone
is aZone
defining aRoutingConstraint
.g The Zone
may be defined by its containedScheduledStopPoint
or by its boundary points. \\ Example: if you board on thisZone
you can't alight on thisZone
TMv6 NT Routing Constraint Zone A RoutingConstraintZone
is aZone
r TMv6 NT Routing Constraint Zone A Zone
is a two-dimensionalPlace
within theServiceArea
of aPublicTransportOperator
g e.g. an administrative zone, a TariffZone
, anAccessZone
TMv6 CC Generic Zone and Feature Model A Zone
is aPlace
r TMv6 CC Generic Zone and Feature Model A TypeOfZone
is a classification ofZone
g TMv6 CC Generic Zone and Feature Model A ZoneProjection
is an oriented correspondence: from one zone in a source layer onto a targetEntity
g e.g. Point
,ComplexFeature
, within a definedTypeOfProjection
TMv6 CC Generic Zone and Feature Model A TariffZone
is aZone
used to define a zonal fare structure in a zone-counting orzone-matrix
systemg TMv6 A TariffZone
is aZone
r TMv6 A Route
may pass through the samePoint
more than onceg TMv6 NT Route Model A Route
may haveTimingPoint
r TMv6 NT Journey Pattern Model An Authority
is the organisation under which the responsability of organising the transport service in a certain area is placedg TMv6 NT Transport Organizations Model An Authority
is anOrganisation
r TMv6 NT Transport Organizations Model An Organisation
is a legally incorporated body associated with any aspect of the transport serviceg TMv6 CC Generic Organisation Model A ServicedOrganisation
is a public or privateOrganisation
for whichPublicTransportService
are provided on specific daysg e.g. a school, university or work. TMv6 CC Generic Organisation Model A ServicedOrganisation
is anOrganisation
.r TMv6 CC Generic Organisation Model A PublicTransportService
is a set ofServiceJourney
r TMv6 CC Generic Organisation Model An AvailabilityCondition
is aValidityCondition
expressed in terms of temporal parameters and referring toDay
g TMv6 CC Availability Condition Model A CompositeFrame
is a set ofVersionFrame
to which the sameValidityCondition
have been assignedg TMv6 CC Composite Frame Model A CompositeFrame
is a set ofVersionFrame
r TMv6 CC Composite Frame Model A CompositeFrame
has anAvailabilityCondition
r TMv6 CC Composite Frame Model A Day
is approximately the period of time during which the Earth completes one rotation around its axis. A solar day is the length of time which elapses between the Sun reaching its highest point in the sky two consecutive timesg Wikipedia A Day
may haveAvailabilityCondition
r TMv6 CC Availability Condition Model A ValidityCondition
is the condition used in order to characterise a givenVersion
of aVersionFrame
g TMv6 CC Generic Validity Model A ValidityCondition
consists of a parameter (e.g. date, triggering event, etc.) and its type of application (e.g. for, from, until, etc.).g TMv6 CC Generic Validity Model A ValidityCondition
may have aValidityRuleParameter
r TMv6 CC Generic Validity Model A ValidityRuleParameter
is a user definedValidityCondition
used by a rule for selecting versions. E.g. river level > 1,5m and bad weather.g TMv6 CC Generic Validity Model A ValidityTrigger
is an externalEvent
defining aValidityCondition
. E.g. exceptional flow of a river, bad weather, road closure for worksg TMv6 CC Generic Validity Model A ValidityCondition
may have aValidityTrigger
r TMv6 CC Generic Validity Model A ValidityCondition
must have aParameter
r TMv6 CC Generic Validity Model A ValidityCondition
must have aTypeOfApplication
r TMv6 CC Generic Validity Model A TrafficControlPoint
is aPoint
where the traffic flow can be influencedg Examples are traffice lights (lanterns), barriers TMv6 NT Activation Model A TrafficControlPoint
is aPoint
r TMv6 NT Activation Model A BeaconPoint
is aPoint
where aBeacon
or similar device to support the automatic detection of vehicles passing by is locatedg TMv6 NT Activation Model A BeaconPoint
is aPoint
r TMv6 NT Activation Model A Point
is a 0-dimensionalNode
of theNetwork
used for the spatial description of the network.Point
may be located by aLocation
g TMv6 CC Generic Point & Link Model A Point
has dimension 0r TMv6 CC Generic Point & Link Model A Network
is a named grouping ofLine
under which aTransportNetwork
is knowng TMv6 NT Route Model A LineNetwork
is the topological structure of aNetwork
as a graph ofLineSection
.g This allows the branches and loops of a Line
to be described as a wholeTMv6 NT Line Network Model A LineSection
is a part of aNetwork
comprising and edge between two nodes. Not directionalg TMv6 NT Line Network Model A LineSection
is aLineNetwork
r TMv6 NT Line Network Model A LineShape
is the graphical shape of aLink
obtainied from a formula or other means, using theLocation
of its limitingPoint
and depending on theLocatingSystem
used for the graphical representationg TMv6 CC Generic Projection Model A LineShape
is the graphical shape of aLink
r TMv6 CC Generic Projection Model A Link
may have aLineShape
r TMv6 CC Generic Projection Model A PointOnLink
is aPoint
on aLink
which is not needed forLinkDefinition
but may be used for other purposesg e.g. for purposes of automatic Vehicle
monitoring,Passenger
information of for driver informationTMv6 CC Generic Point & Link Model A LinkProjection
is an oriented correspondence from oneLink
of a source layer onto anEntity
in a target layersg TMv6 CC Generic Point & Link Model A LinkSequence
is an ordered sequence either ofPoint
or ofLink
defining aPath
through theNetwork
g e.g. LinkSequence
,ComplexFeature
, within a definedTypeOfProjection
TMv6 CC Generic Point & Link Sequence Model A TransportNetwork
is aNetwork
r TMv6 NT Route Model A CompoundBlock
is the work of aVehicle
during the time it is coupled to anotherVehicle
g TMv6 TI Vehicle Service Model A Vehicle
can be coupled to anotherVehicle
r TMv6 TI Vehicle Service Model A CompoundBlock
is the work of aVehicle
r TMv6 TI Vehicle Service Model A CompoundTrain
is aVehicleType
composed of a sequence of more than oneVehicle
of typeTrain
g TMv6 CC Train Model A CompoundTrain
is aVehicleType
r TMv6 CC Train Model A CompoundTrain
has 2 or moreTrain
r TMv6 CC Train Model A VehicleType
is a classification ofPublicTransportVehicle
according to theVehicle
scheduling requirements in mode and capacity (e.g. standard bus, double-deck, …)g TMv6 CC Train Model A Vehicle
has scheduling requirementsr TMv6 CC Train Model A Vehicle
has aMode
r TMv6 CC Train Model A Mode
is anyMeanOfTransport
r TMv6 CC Train Model A Submode
is a variant of aMode
g As for instance international or domestic rail, rail being the Mode
TMv6 CC Transport Submode Model A Train
is aVehicleType
composed of a set ofTrainElement
in a certain order, i.e. of wagons assembled together and propelled by a locomotive or one of the wagonsg TMv6 CC Train Model A TrainElement
is an elementary component of aTrain
(e.g. wagon, locomotive)g TMv6 CC Train Model A Wagon
is aTrainElement
r TMv6 CC Train Model A Locomotive
is aTrainElement
r TMv6 CC Train Model A TrainComponent
is a specification of the order ofTrainElement
in aTrain
g TMv6 CC Train Model A TrainComponentLabelAssignment
is the allocation of and advertised designation for aVehicle
orVehicleElement
forPassenger
g TMv6 TI Train Component Label Assignment Model A TrainInCompoundTrain
is the specification of the order ofTrainElement
inTrain
g TMv6 CC Train Model A TrainNumber
is the specification of codes assigned to particular one or moreVehicleJourney
when operated by one or moreTrain
in aCompoundTrain
according to a functional purpose (passenger information, operation follow-up, etc.)g TMv6 TI Vehicle Journey Model A TrainNumber
is a coder TMv6 TI Vehicle Journey Model A Train
may have aTrainNumber
r TMv6 TI Vehicle Journey Model A TrainStopAssignment
is the association of aTrainComponent
at aScheduledStopPoint
with a specificStopPlace
and also possibly aQuay
andBoardingPosition
g TMv6 NT Train Stop Assignment Model A Country
is a jurisdictional geographic boundaryg TMv6 CC Topographic Place Model A Country
normally has a two character IANA identifierr https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TMv6 A PostalAddress
is a specification ofAddress
refining it by using the attributes used for conventional identification for mail.g Comprises variously a building identifier, Street Name, Post code and other descriptions TMv6 CC Topographic Place Model A CrewBase
is aPlace
whereOperatingEmployee
(e.g.Driver
) report on and register their workg TMv6 NT Vehicle & Crew Point Model. A CrewBase
is aPlace
r TMv6 NT Vehicle & Crew Point Model. An OperatingEmployee
is aWorker
r TMv6 NT Vehicle & Crew Point Model. An OperatingEmployee
works in thePublicTransportNetwork
r TMv6 NT Vehicle & Crew Point Model. A Worker
is aPerson
r TMv6 NT Vehicle & Crew Point Model. A Driver
is anOperatingEmployee
r TMv6 NT Vehicle & Crew Point Model. A DeadRun
is a non-serviceVehicleJourney
r TMv6 TI Vehicle Journey Model A DeadRun
is aVehicleJourney
TMv6 TI Vehicle Journey Model A VehicleJourney
has aServiceStatus
r Service or Non-service TMv6 TI Vehicle Journey Model A DeadRunPattern
is aJourneyPattern
to be used forDeadRun
g TMv6 NT Journey Pattern Model A DeadRunPattern
is aJourneyPattern
r TMv6 NT Journey Pattern Model A Department
is anOrganisationPart
specific to a purpose and/or organisational structureg TMv6 CC Generic Organisation Model A Department
is anOrganisationPart
r TMv6 CC Generic Organisation Model An OperatingDepartment
is a specificDepartment
which administers certainLine
g TMv6 CC Transports Organisation Model An OperatingDepartment
is aDepartment
r TMv6 CC Transports Organisation Model An OrganisationUnit
is anOrganisationPart
to which a set of responsabilities in aPublicTransportCompany
for planning and control is assignedg TMv6 CC Generic Organisation Model An OrganisationUnit
is anOrganisationPart
r TMv6 CC Generic Organisation Model An OperationalContext
is a characterization of a set of operational objects, such as timing orLink
determined either by aDepartment
or by anOrganisationalUnit
g TMv6 CC Transport Organisation Model A PublicTransportCompany
is anOperator
r TMv6 CC Generic Organisation Model An OtherOrganisation
is a genericOrganisation
being neither anAuthority
neither aPublicTransportOperator
(TravelAgent
,ManagementAgent
, etc.)r TMv6 CC Generic Organisation Model An OtherOrganisation
is anOrganisation
r TMv6 CC Generic Organisation Model A TravelAgent
is a specialisation ofOrganisation
forTravelAgent
g TMv6 CC Additional Organisation Model A TravelAgent
is anOrganisation
r TMv6 CC Additional Organisation Model A ManagementAgent
is a specialisation ofOrganisation
forManagementAgent
g TMv6 CC Additional Organisation Model A ManagementAgent=is an =Organisation
r TMv6 CC Additional Organisation Model A GeneralFrame
is a set of data containing information, to which the sameValidityCondition
have been assignedg TMv6 CC General Frame Model A GeneralSign
is a specialisation ofSignEquipment
which are notHeadingSign
norPlaceSign
g TMv6 NT Sign Equipment Model A GeneralSign
is aSignEquipment
r TMv6 NT Sign Equipment Model A GroupOfEntities
is a set ofEntity
grouped together according to aPurposeOfGrouping
g e.g. grouping of stops known to the public by a common name. TMv6 CC Generic Grouping Model A GroupOfEntities
have two or moreEntity
r TMv6 CC Generic Grouping Model A GroupOfEntities
has aPurposeOfGrouping
r TMv6 CC Generic Grouping Model A PurposeOfGrouping
is a functional purpose for which group of elements are defined. ThePurposeOfGrouping
may be restricted to one or more types of the given object.g TMv6 CC Generic Grouping Model A GroupOfLines
is a grouping ofLine
which will be commonly referenced for a specific purpose.g TMv6 NT Route Model A GroupOfLines
has two or moreLines
r TMv6 NT Route Model A GroupOfLinkSequences
is a grouping of two or moreLinkSequence
g TMv6 CC Generic Point & Link Model A GroupOfLinks
is a grouping ofLink
g E.g. Ones managed by the same Authority
TMv6 CC Generic Point & Link Model A GroupOfOperators
is a group ofOperator
having for instance common schemes for fare collection or passenger informationg TMv6 CC Transport Organisations Model A TypeOfPoint
is a classification ofPoint
according to their functional purposeg TMv6 CC Transport Organisations Model A Point
may have aTypeOfPoint
r TMv6 CC Generic Point & Link Model A GroupOfServices
is a group ofService
often known to its users by a name or a numberg TMv6 TI Service Journey Model A Service
may have one (or more?)GroupOfServices
r TMv6 TI Service Journey Model A JourneyHeadway
is aHeadwayInterval
that is available for all theVehicleJourney
running on theJourneyPattern
for a givenTimeDemandType
at a givenTimingPoint
.g This is default value that can be superseded by VehicleJourneyHeadway
. \\ This information must be consistent withHeadwayJourneyGroup
if availableTMv6 TI Service Journey Model A JourneyHeadway
is aHeadwayInterval
r TMv6 TI Service Journey Model A VehicleJourney
may have aJourneyHeadway
r TMv6 TI Service Journey Model A VehicleJourneyHeadway
is aHeadwayInterval
that is available for aVehicleJourney
g The delay between the previous and the next VehicleJourney
TMv6 TI Vehicle Journey Times Model A VehicleJourneyHeadway
is aHeadwayInterval
r TMv6 TI Vehicle Journey Times Model A VehicleJourney
may have aVehicleJourneyHeadway
r TMv6 TI Vehicle Journey Times Model A VehicleJourneyLayover
is a time allowance at the end of a specifiedVehicleJourney
g This time supersedes any global layover or JourneyPatterLayover
TMv6 TI Vehicle Journey Times Model A VehicleJourney
may have aVehicleJourneyLayover
r TMv6 TI Vehicle Journey Times Model A VehicleJourneyRunTime
is the time taken to traverse a specifiedTimingLinkInJourneyPattern
on a specifiedVehicleJourney
g This gives the most detailed control for the VehicleJourney
. \\ This oversedesDefaultServiceJourneyRunTime
,JourneyPatternRunTime
andDefaultDeadRunRunTime
TMv6 TI Vehicle Journey Times Model A VehicleJourneyWaitTime
is the time for aVehicle
to wait at a particularTimingPointInJourneyPattern
on a specifiedVehicleJourney
g This wait time will override the JourneyPatternWaitTime
TMv6 TI Vehicle Journey Times Model A Vehicle
may have aVehicleJourneyWaitTime
r TMv6 TI Vehicle Journey Times Model A VehicleJourney
may have aVehicleJourneyRunTime
r TMv6 TI Vehicle Journey Times Model A JourneyLayover
is the time allowance at the end of eachJourney
on a specifiedJourneyPattern
, to allow for delays and for other purposesg This JourneyLayover
supersedes any global layover and may be supersede by a specificVehicleJourneyLayover
TMv6 TI Vehicle Journey Times Model A JourneyPattern
may have aJourneyLayover
r TMv6 TI Vehicle Journey Times Model A JourneyMeeting
is a time constraint for one or severalServiceJourney
fixing interchanges between them and/or an external eventg (e.g. arrival or departure of a feeder line, opening time of the theatre, etc.) TMv6 TI Vehicle Journey Times Model A ServiceJourney
may have aJourneyMeeting
g TMv6 TI Interchange Model A JourneyPartCouple
are twoJourneyPart
of differentVehicleJourney
served simultaneously by a train set up by coupling their singleVehicle
g TMv6 TI Coupled Journey Model A JourneyPartCouple
has 2JourneyPart
of differentVehicleJourney
r TMv6 TI Coupled Journey Model A PurposeOfJourneyPartition
is an operational purpose changing within aJourneyPattern
and with this subdividing theServiceJourney
intoJourneyPart
g TMv6 TI Coupled Journey Model A Parking
is a designatedLocation
for leaving vehicles such as cars, motorcycles and bicyclesg These vehicles are not PublicTransportVehicle
TMv6 NT Parking Model A ParkingEntranceForVehicle
is anEntrance
for vehicles to theParking
from the road.g TMv6 NT Parking Model A ParkingArea
is a marked zone within aParking
containingParkingBay
g TMv6 NT Parking Model A ParkingBay
is a place to park an individual vehicleg TMv6 NT Parking Model A ParkingArea
has one or moreParkingBay
r TMv6 NT Parking Model A ParkingCapacity
is aParkingProperty
providing information about its capacityg TMv6 NT Parking Model A ParkingComponent=is a generic component of a =Parking
g e.g. ParkingArea
orParkingBay
TMv6 NT Parking Model A ParkingArea
is aParkingComponent
r TMv6 NT Parking Model A ParkingBay
is aParkingComponent
r TMv6 NT Parking Model A ParkingPassengerEntrance
is an entrance to theParking
forPassenger
on foot or other out-of-vehicle mode, such as wheelchair.g TMv6 NT Parking Model A ParkingProperty
is aParking
specific property other than its capacityg TMv6 NT Parking Model A TypeOfAccessibilityLimitation
is a classification forAccessibilityLimitation
g e.g. audio, visual, step free, etc. TMv6 CC Generic Accessibility Model A PassengerAccessibilityNeed
is aPassenger
's requirement for accessibility, comprising one or moreUserNeed
.g For example, that he is unable to navigate stairs, or lifts, or has visual or auditory impairments. \\ It can be used to derive an accessibility constraint for the Passenger
, allowing the computation of paths for those with specifically constrained mobility. Example: wheelchair, no lifts, no stairsTMv6 CC Generic Accessibility Model A PassengerAccessibilityNeed
may have one or moreUserNeed
r TMv6 CC Generic Accessibility Model A PassengerCarryingRequirement
is a classification of requirements for aPublicTransportVehicle
according to thePassenger
carrying capabilities of theVehicle
g TMv6 CC Vehicle Type Model A PassengerEquipment
is an item of equipment of a particular type actually available at a location within aPlace
or aVehicle
g TMv6 CC Generic Equipment Model A PassengerSafetyEquipment
is the specialisation ofPassengerEquipment
forPassenger
safety.g TMv6 NT Passenger Service Equipment Model A PassengerStopAssignment
is the allocation of aScheduledStopPoint
to a specificStopPlace=for a =ServiceJourney
, and also possibly aQuay
andBoardingPosition
g i.e. a ScheduledStopPoint
of aServicePattern
orJourneyPattern
TMv6 NT Stop Assignment Model - route_type
- 0
- Tram, Streetcar, Light rail. Any light rail or street level system within a metropolitan area.
- 1
- Subway, Metro. Any underground rail system within a metropolitan area.
- 2
- Rail. Used for intercity or long-distance travel.
- 3
- Bus. Used for short- and long-distance bus routes.
- 4
- Ferry. Used for short- and long-distance boat service.
- 5
- Cable car. Used for street-level cable cars where the cable runs beneath the car.
- 6
- Gondola, Suspended cable car. Typically used for aerial cable cars where the car is suspended from the cable.
- 7
- Funicular. Any rail system designed for steep inclines.
- route_type
- Competency Questions
CQ Comments Source (provenance)
7 UC6 Public Bicycles
- Facts
Facts Status Comments Source (provenance) SubSource A passenger can buy a ticket for a public bike r UC6 Bicycles are hosted in BikeStops r UC6 A bicycle can go through bicycle paths r UC6 Bikestops are located near stops or stopStations r UC6 - Competition Questions
Facts Comments Source (provenance)
8 UC7 TP Businness/services inside the PT network
9 UC8 Transportation exchange
- Facts
Fact/Competency Question Status Comments Source (provenance) SubSource A Trip
has anarrival_time
in everyStop
r intepretation of arrival_time
in gtfs stop_times.txtgtfs stop_times.txt A Trip
has adeparture_time
in everyStop
r intepretation of departure_time
in gtfs stop_times.txtgtfs stop_times.txt An arrival_time
may have atimepoint
r interpretation of timepoint
of gtfs stop_times.txtgtfs stop_times.txt A departure_time
may have atimepoint
r interpretation of timepoint
of gtfs stop_times.txtgtfs stop_times.txt A timepoint
can be 0 for approximate of 1 for exactr interpretation of timepoint
of gtfs stop_times.txtgtfs stop_times.txt A Trip
must have astop_sequence
r interpretation of stop_sequence
in gtfs stop_times.txt due to the fact it is calculated for stop_times instead of tripsgtfs stop_times.txt A stop_sequence
is a non-negative integerr it doesn't need to be consecutive gtfs stop_times.txt A Stop
may have astop_headsign
r gtfs stop_times.txt A stop_headsign
substitutes totrip_headsign
if its value is valid in everyStop
of theTrip
r gtfs stop_times.txt A Trip
may haveStops
at conveniencer UC5 A Line
has a frequency valuer Lines in TMv6 , Trips that operates on regular headways (time between trips) in gtfs frequencies.txt TMv6, gtfs frequencies.txt The frequency
value is 0 if service does not follow a fixed schedule throughout the dayr gtfs frequencies.txt The frequency
value is 1 if service follow a fixed schedule throughout the dayr gtfs frequencies.txt A Line
must have astart_time
propertyr time at which the first vehicle departs from the first stop of the trip with the specified headway gtfs frequencies.txt The value of start_time
is UTCr UC8 A Line
must_have aend_time
propertyr time at which service changes to a different headway (or ceases) at the first stop in the trip gtfs frequencies.txt The value of end_time
is UTCr UC8 A Line
must have aheadway_secs
propertyr Time, in seconds, between departures from the same stop (headway) for the trip during the time interval specified by start_time
andend_time
gtfs frequencies.txt The value of headway_secs
is a non-negative integerr gtfs frequencies.txt A Trip
may have afrom_trip_id
propertyr Interpretation of gtfs-extensions in order to associate it to Trip
gtfs extensions The value of from_trip_id
is atrip_id
r gtfs extensions If a Trip
has afrom_trip_id
property, it also has ato_trip_id
, and viceversar UC8 A Trip
may have ato_trip_id
propertyr Interpretation of gtfs extensions in order to associate it to Trip
gtfs extensions The value of to_trip_id
is atrip_id
r gtfs extensions A Route
may have afrom_route_id
propertyr Interpretation of gtfs extensions in order to associate it to Route
gtfs extensions The value of from_route_id
is aroute_id
r gtfs extensions A Route
may have ato_route_id
propertyr Interpretation of gtfs transfers.txt in order to associate it to Route
gtfs extensions The value of to_route_id
is aroute_id
r gtfs extensions A PointOnRoute
is aRoute
Point
used to define aRoute
with its order on thatRoute
g TMv6 NT Route Model A PointOnRoute
is aPoint
r TMv6 NT Route Model A TransferRestriction
is a constraint that can be applied on aConnection
orInterchange
between twoScheduledStopPoint
preventing or forbidding the passenger to use itg TMv6 NT Routing Constraint Model A Connection
may have aTransferRestriction
r TMv6 NT Routing Constraint Model A Interchange
may have aTransferRestriction
r TMv6 NT Routing Constraint Model A Transfer
connects at least twoPoint
r TMv6 CC Generic Place Model A Connection
have at least twoScheduledStopPoint
r TMv6 NT Service Pattern Model A ScheduledStopPoint
is a class ofPoint
r interpretation of ScheduledStopPoint
of NT Service Pattern ModelTMv6 NT Service Pattern Model A StopArea
is a group ofScheduledStopPoint
close to each otherg TMv6 NT Service Pattern Model A StopPointInJourneyPattern
is aPoint
in aJourneyPattern
which isScheduledStopPoint
g TMv6 NT Service Pattern Model A StopPointInJourneyPattern
is aScheduledStopPoint
r TMv6 NT Service Pattern Model A StopPointInJourneyPattern
is aPoint
r TMv6 NT Service Pattern Model A ScheduledStopPoint
is aPoint
where aPassenger
can board or alight from aVehicle
g TMv6 NT Service Pattern Model A Passenger
can board fromVehicle
in aScheduledStopPoint
r interpretation of ScheduledStopPoint
of NT Service Pattern ModelTMv6 NT Service Pattern Model A Passenger
can alight fromVehicle
in aScheduledStopPoint
r interpretation of ScheduledStopPoint
of NT Service Pattern ModelTMv6 NT Service Pattern Model A Stop
may have severalfrom_stop_id
propertyr it connects one different stop with another one. This is the "different stop". gtfs transfers.txt A from_stop_id
is astop_id
r gtfs transfers.txt A Stop
may have severalto_stop_id
propertyr it connects one different stop with another one. This is the "another one" gtfs transfers.txt A to_stop_id
is astop_id
r gtfs transfers.txt A to_stop_id
inherits to everystop_id
ifstop_id
is location=1 (station)r gtfs transfers.txt A from_stop_id
inherits to everystop_id
ifstop_id
is location=1 (station)r gtfs transfers.txt A stop
may have atransfer_type
propertyr gtfs transfers.txt A transfer_type
property with value 0 is undefinedr gtfs transfers.txt A transfer_type
property with value 1 means the departingvehicle
is expected to wait for the arriving oner gtfs transfers.txt A transfer_type
property with value 2 means the transfer requiresmin_transfer_time
r gtfs transfers.txt A transfer_type
property with value 3 means it is not possible to make transfers.r gtfs transfers.txt A min_transfer_time
is the minimum amount of time to transferr gtfs transfers.txt A min_transfer_time
is represented in seconds as a non-negative integerr gtfs transfers.txt A transfer
may have severalpathways
r gtfs transfers.txt A pathway
must have apathway_id
r gtfs transfers.txt A pathway
must have afrom_stop_id
propertyr gtfs transfers.txt A pathway
must have ato_stop_id
propertyr gtfs transfers.txt A pathway
must have apathway_mode
propertyr gtfs transfers.txt A pathway_mode
is a enumeration of 1 or more Valuesr see below gtfs transfers.txt A pathway
must have ais_bidirectional
propertyr gtfs transfers.txt A is_bidirectional
value can be unidirectionalr I wonder why a boolean was not chosen in this case gtfs transfers.txt A is_bidirectional
value can be bidirectionalr but pathway_mode=6
andpathway_mode=7
gtfs transfers.txt A pathway
may have alength
propertyr This field is recommended for walkways (pathway_mode=1), fare gates (pathway_mode=6) and exit gates (pathway_mode=7). gtfs transfers.txt A length
is expressed in non-negative metersr gtfs transfers.txt A pathway
may have atraversal_time
propertyr This field is recommended for moving sidewalks (pathway_mode=3), escalators (pathway_mode=4) and elevator (pathway_mode=5). gtfs transfers.txt A traversal_time
is expressed in a positive integerr gtfs transfers.txt A pathway
may have astairs_count
propertyr This field is recommended for stairs (pathway_mode=2). gtfs transfers.txt A stairs_count
property is a non-null integerr gtfs transfers.txt A pathwaay
may have amax_slope
propertyr This field is recommended for stairs (pathway_mode=2). gtfs transfers.txt A max_slope
is a floatr gtfs transfers.txt A pathway
may have amin_width
propertyr Minimum width of the pathway in meters. This field is highly recommended if the minimum width is less than 1 meter. gtfs transfers.txt A min_width
is a positive floatr gtfs transfers.txt A pathway
may have asignposted_as
propertyr gtfs transfers.txt A signposted_as
is a stringr String of text from physical signage visible to transit riders gtfs transfers.txt A pathway
may have areverse_signposted_as
propertyr gtfs transfers.txt A reverse_signposted_as
is a stringr Same than the signposted_as field, but when the pathways is used backward gtfs transfers.txt An Address
is descripted data associated with aPlace
that can be used to describe the unique geographical context of aPlace
for the purposes of identifying it.g TMv6 CC Topographic Place Model A RoadAddress
is anAddress
r TMv6 CC Topographic Place Model A PostalAddress
is anAddress
r TMv6 CC Topographic Place Model A TopographicPlace
is a type ofPlace
providing the topographical context when searching for or presenting travel information, for example as theOrigin
orDestination
of aTrip
. It may be of any size (e.g. County, City, Town, Village) and of different specificity (e.g. Greater London, London, West end, Westminster, St James s).g TMv6 CC Topographic Place Model A TopographicPlace
is aPlace
r TMv6 CC Topographic Place Model A TopographicPlace
provides topographic informationr TMv6 CC Topographic Place Model A RoadAddress
is the specialisation ofAddress
refining it by using the characteristics such as road number and name used for conventional identification of along a roadg TMv6 CC Topographic Place Model A RoadAddress
is anAddress
r TMv6 CC Topographic Place Model A SchematicMap
is a map representing schematically the layout of the topographic structure ofPlace=or the =PublicTransportNetwork
.g It can include a pixel projection of a set of Entity
onto a bitmap image so as to support hyperlinked interactions.TMv6 CC Schematic Map Model An AdministrativeZone
is the area of a district, a region, a city, a municipality or other area with which anOrganization
has aResponsabilityRol
g TMv6 CC Generic Organisation Model An AdministrativeZone
is anArea
r TMv6 CC Generic Organisation Model A District
has anArea
r TMv6 CC Generic Organisation Model A Region
has anArea
r TMv6 CC Generic Organisation Model A City
has anArea
r TMv6 CC Generic Organisation Model A Municipality
has anArea
r TMv6 CC Generic Organisation Model An Organisation
has aResponsabilityRol
r TMv6 CC Generic Organisation Model An Organisation
has anAdministrativeZone
r TMv6 CC Generic Organisation Model An Organisation
may haveContactDetails
r TMv6 CC Generic Organisation Model A ResponsabilityRole
is a particular role anOrganisation
or anOrganisationPart
as regards the responsability it will have as regards specific datag e.g. data origination, data augmentation, data aggregation, data distribution, planning, operation, control, ownership, etc. TMv6 CC Responsability Role Model An Organisation
may haveResponsabilityRole
r TMv6 CC Responsability Role Model An OrganisationPart
may haveResponsabilityRole
r TMv6 CC Responsability Role Model A ResponsabilityRoleAssignment
is the assignment of one or moreResponsabilityRole
to anOrganisation
or anOrganisationPart
as regards the responsability it will have as regards specific data (e.g. ownership, planning, etc.) and the management of this data (e.g. distribution, update, etc.)g TMv6 CC Responsability Role Model A ResponsabilityRole
has aResponsabilityRoleAssignment
r TMv6 CC Responsability Role Model A ResponsabilitySet
is a list of possible responsabilities over one or moreEntity
inVersion
, resulting from the porcess of the assignment ofResponsabilityRole
(usch as data origination, ownership, etc,) on specific data (instances) toOrganisation
orOrganisationPart
.g TMv6 CC Responsability Role Model A ControlCentre
is anOrganisationPart
form an operational team who are responsible for issuing commands to control the servicesg TMv6 CC Generic Organisation Model An OrganisationPart
is a part of anOrganisation
to which specific responsabilities upon the data and data management may be assignedg TMv6 CC Generic Organisation Model An OrganisationPart
may have one or moreOrganisationPart
r TMv6 CC Generic Organisation Model An OrganisationPart
manages datar TMv6 CC Generic Organisation Model An AddressablePlace
is a type ofPlace
to whichPassenger
may refer to indicate theOrigin
or aDestination
of a trip and that is so specific that it has anAddress
g TMv6 CC Topographic Place Model An AddressablePlace
is aPlace
r TMv6 CC Topographic Place Model An Origin
may have anAddressablePlace
r TMv6 CC Topographic Place Model A Destination
may have anAddressablePlace
r TMv6 CC Topographic Place Model A Block
is the work of aVehicle
from the time it leaves aParkingPoint
after parking until its next return to park at aParkingPoint
g Start time of BLOCK in principle this can be derived from the Start time of the first journey and the preparation duration. End time of BLOCK in principle this can be derived from the Start time of the last journey and the finishing duration. TMv6 TI Vehicle Service Model A Vehicle
has aBlock
r TMv6 TI Vehicle Service Model A Block
has one or moreBlockPart
r TMv6 TI Vehicle Service Model A BlockPart
is aJourneyPart
of aVehicleJourney
in aBlock
g TMv6 TI Vehicle Service Model A JourneyPart
is a part of aVehicleJourney
created according to a specific functional purpose, for instance in siturations when vehicle coupling on separating occurrs.g TMv6 TI Coupled Journey Model A JourneyPart
belongs to aVehicleJourney
r TMv6 TI Coupled Journey Model A ParkingPoint
is aTimingPoint
where aVehicle
may stay unattended for a long time.g A Vehicle
's return to aParkingPoint
marks the end of aBlock
TMv6 NT Vehicle and Crew Point Model A TimingPoint
is aPoint
against which the timing information necessary to build schedules may be recordedg TMv6 NT Journey Pattern Model A TimingPoint
is aPoint
r TMv6 NT Journey Pattern Model A Connection
is the physical (spatial) possibility for aPassenger
to change from onePublicTransportVehicle
to anotherPublicTransportVehicle
to continue theTrip
determined by toScheduledStopPoint
g Different times may be necessary to cover the link between these points, depending on the kind of Passenger
. NT Service Pattern ModelTMv6 NT Journey Pattern Model A Connection
has twoPublicTransportVehicle
r Different times may be necessary to cover the link between these points, depending on the kind of Passenger
. NT Service Pattern ModelTMv6 NT Journey Pattern Model A Trip
may have one or moreConnection
r TMv6 NT Journey Pattern Model A ConnectionEnd
is one end of aConnection
g TMv6 NT Journey Pattern Model A Connection
has anConnectionEnd
r TMv6 NT Journey Pattern Model A DatedBlock
is the work of aVehicle
on a particularOperatingDay
from the time it leaves aParkingPoint
after parking until its next return to park at aParkingPoint
g TMv6 TI Vehicle Service Model A DatedBlock
is the work of aVehicle
r TMv6 TI Vehicle Service Model A DatedBlock
happens on aOperatingDay
r TMv6 TI Vehicle Service Model A NormalDatedBlock
is aDatedBlock
identical to a long-terms plannedBlock
g Possibly updated according to short-term modifications decided by the control staff TMv6 TI Vehicle Service Model A NormalDatedVehicleJourney
is aDatedVehicleJourney
identical to a long-term plannedVehicleJourney
g Possibly updated according to short-term modifications of the ProductionPlan
decided by the control staffTMv6 TI Dated Journey Model A Vehicle
leaves aParkingPoint
r TMv6 TI Vehicle Service Model A Vehicle
is parked in aParkingPoint
r TMv6 TI Vehicle Service Model A Vehicle
returns to aParkingPoint
r TMv6 TI Vehicle Service Model A ReliefOpportunity
is a time in aBlock
where aVehicle
passes aReliefPoint
g This opportunity may or may not be actually used for a relief TMv6 TI Vehicle Service Model A ReliefPoint
is aTimingPoint
where a relief is possible.g i.e. a driver may take on or hand over a Vehicle
. \\ TheVehicle
may sometimes be left unattended.TMv6 TI Vehicle Service Model A DatedPassingTime
is aPassingTime
on a particularOperatingDay
g TMv6 TI Passing Times Model A DatedPassingTime
is aPassingTime
r TMv6 TI Passing Times Model A PassingTime
is a time data concerningPublicTransportVehicle
passing a particularPoint
; e.g. arrival time, departure time, waiting time.g TMv6 TI Passing Times Model A TargetPassingTime
is time data about when aPublicTransportVehicle
should pass a particularPointInJourneyPattern
on a particularDatedVehicleJourney
in order to match the latest valid planr TMv6 TI Passing Times Model A TimetableFrame
is a set ofTimetableData
to which the sameValidityCondition
has been assignedg TMv6 Timetable Frame Model A TimetabledPassingTime
is a long-term planned time data concerningPublicTransportVehicle
passing a particularPointInJourneyPattern
on a specifiedVehcleJourney
for a certainDayType
g TMv6 NT Passing Times Model A DatedVehicleJourney
is a particularJourney
of aVehicle
on a particularOperatingDay
including all modifications possibly decided by the control staff ag TMv6 TI Dated Journey Model A DatedVehicleJourney
is aJourney
r TMv6 TI Dated Journey Model A DatedVehicleJourney
happens on aOperatingDay
r TMv6 TI Dated Journey Model A DatedVehicleJourney
may have modificationsr TMv6 TI Dated Journey Model A Vehicle
may have aDatedVehicleJourney
r TMv6 TI Dated Journey Model An OnBoardStay
is the permission to board early before theJourney
or stay on board after itg TMv6 CC Facility Model A Journey
may have one or twoOnBoardStay
r TMv6 CC Facility Model A DayOfWeek
is a particular week dayr From Monday to Sunday TMv6 CC Service Calendar Model A DefaultConnection
is the physical (spatial) possibility for aPassenger
to change from onePublicTransportVehicle
to anotherPublicTransportVehicle
to continue theTrip
. It specifies default times to be used to change from one mode of transport to another at an area or national level as specified by aTopographicPlace, =StopArea or =SiteElement
. It may be restricted to a specificMode
orOperator
or only apply in particular direction of transfer, e.g. bus to rail may have a different time for rail to bus.g TMv6 NT Service Connection Model A DefaultConnectionEnd
is the end of aDefaultConnection
g TMv6 NT Service Connection Model A Trip
may have aDefaultConnection
r TMv6 NT Service Connection Model A DefaultConnection
have twoPublicTransportVehicle
r TMv6 NT Service Connection Model A DefaultDeadRunRunTime
is the time taken to traverse aTimingLink
during aDeadRun
, for a specifiedTimeDemandType
. This time may be superseded by theJourneyPatternRunTime
or =VehicleJourneyRunTime=if these exist.g TMv6 TI Time Demand Times Model A Transfer
is a couple ofPoint
located sufficiently near that it may represent for aPassenger
a possibility to reach one of thesePoint
when starting at the other one in a timescale which is realistic when carrying out a trip, e.g.Access
g TMv6 NT Service Connection Model A TransferEnd
is anEndPoint
of aTransfer
g TMv6 CC Generic Place Model A TransferRestriction
is a constraint that can be applied on aConnection
orInterchange
between twoScheduledStopPoint
, preventing or forbidding thePassenger
to use it.g TMv6 NT Routing Constraint Model An Interchange
is the scheduled possibility forTransfer
ofPassenger
between twoServiceJourney
at the same or differentScheduledStopPoint
g TMv6 TI Interchange Model A SiteConnection
is the physical (spatial) possibility for aPassenger
to change from onePublicTransportVehicle
to another to continue theTrip
.g - Determined by physical locations such as Site
and/or its componentes and/orEntrance
, in particularStopPlace
and/or its components \\ - Different times may be necessary to cover the resulting distance, depending on the kind ofPassenger
TMv6 NT Service Connection Model A SiteConnectionEnd
is one end of aSiteConnection
g TMv6 NT Service Connection Model A TimingLink
is an ordered paired ofTimingPoint
for which run times may be recorded.g TMv6 NT Timing Pattern Model A TimingLink
has at least a pair ofTimingPoint
r TMv6 NT Journey Pattern Model A TimingLinkInJourneyPattern
is the position of aTimingLink
in aJourneyPattern
. This entity is needed if aTimingLink
is repeated in the sameJourneyPattern
, and separate information is to be stored about each iteration of theTimingLink
g TMv6 NT Timing Pattern Model A TimingPattern
is the subset of aJourneyPattern
made up only ofTimingPoint
inJourneyPattern
g TMv6 NT Timing Pattern Model A TimingPattern
is aJourneyPattern
r TMv6 NT Timing Pattern Model A TimingPattern
hasTimingPoint
r TMv6 NT Timing Pattern Model A TimingPointInJourneyPattern
is aPoint
in aJourneyPattern
which is aTimingPoint
r TMv6 NT Journey Pattern Model A TimingPointInJourneyPattern
is aTimingPoint
r TMv6 NT Journey Pattern Model A JourneyPattern
may haveTimingPointInJourneyPattern
r TMv6 NT Journey Pattern Model A DefaultInterchange
is a quality parameter fixing the acceptable duration (standard and maximum) for anInterchange
to be planned between twoScheduledStopPoint
. This parameter will be used to control whether any twoVehicleJourney
serving those points may be in connection.g TMv6 TI Interchange Model An Interchange
has aDefaultInterchange
r TMv6 TI Interchange Model A DefaultServiceJourneyRunTime
is the default time taken by aVehicle
to traverse aTimingLink
during aServiceJourney
for a specifiedTimeDemandType
. This time may be superseded by theJourneyPatternRunTime
orVehicleJourneyRunTime
if these exist.g TMv6 TI Time Demand Times Model A TimeDemandType
is an indicator of traffic conditions or other factors which may affect vehicle run or wait times. It may be entered directly by the scheduler or defined byt the use ofTimeBand
g TMv6 TI Time Demand Times Model A TimeDemandTypeAssignment
is the assignment of aTimeDemandType
to aTimeBand
depending on theDayType
andGroupOfTimingLink
g TMv6 TI Time Demand Times Model A GroupOfTimingLink
is a set ofTimingLink
grouped together according to the similarity ofTimeBand
which are relevant to them. There may be aGroupOfTimingLink
which covers allTimingLink
, for use when differentGroupOfTimingLink
are not needed.g TMv6 NT Timing Pattern Model A GroupOfTimeBand
is a grouping ofTimeBand
g TMv6 CC Service Calendar Model A GroupOfTimeBand
has two or moreTimeBand
r TMv6 CC Service Calendar Model A FlexibleArea
is the specialisation of aFlexibleQuay
(which is abstract) to identify what is the catchment area for a flexible service (so that a stop finder can find the nearest available types of transport). It is a named zone visited by a particular mode of transport. It is part of the site dataset rather than the service dataset, since it can be defined and exist independently of an actual service.g TMv6 NT Flexible Stop Place Model A FlexxibleArea
is aFlexibleQuay
r TMv6 NT Flexible Stop Place Model A FlexibleQuay
is a physical zone such as a section of a road where aFlexibleService
is available on demand. The existance of theZone
makes the services visible toJourney
planners looking for available services for an areag TMv6 NT Flexible Stop Place Model A FlexibleQuay
is aZone
r TMv6 NT Flexible Stop Place Model A FlexibleService
has aFlexibleQuay
r TMv6 NT Flexible Stop Place Model A FlexibleRoute
is the specialisation ofRoute
for aFlexibleService
. May include both point and zonal areas and ordered and unordered sections.g TMv6 NT Flexible Network Model A FlexibleService
has aFlexibleRoute
r TMv6 NT Flexible Network Model A FlexibleRoute
is aRoute
r TMv6 NT Flexible Network Model A FlexibleLine
is the specialisation ofLine
forFlexibleService
. As all the service on aLine
may not all be flexible, flexibility itself is described atJourneyPattern
level (meaning that a separateJourneyPattern
is needed for each type of flexibiliby available for the line.g TMv6 NT Flexible Network Model A FlexibleLine
is aLine
r TMv6 NT Flexible Network Model A FlexibleLinkProperties
is a set of properties describing the flexible characteristics of aLink
. A composition is used withLink
in order to avoid multiple inheritance and a type explosion of link subtypes.g TMv6 NT Flexible Network Model A FlexiblePointProperty
is a set of characteristics describing the possible flexibility ofPoint
. A composition is used withPoint
in order to avoid multiple inheritanceg TMv6 NT Flexible Network Model A Point
may have aFlexiblePointProperty
r TMv6 NT Flexible Network Model A FlexibleRoute
is a specialisation ofRoute
for flexible service. May include both point and zonal areas and ordered and unordered sections.g TMv6 NT Flexible Network Model A FlexibleRoute
is aRoute
r TMv6 NT Flexible Network Model A FlexibleServiceProperty
is an additional characteristic ofFlexibleService
. A service may be partly fixed, partly flexible.g TMv6 NT Flexible Network Model A FlexibleService
may have someFlexibleServiceProperty
r TMv6 NT Flexible Network Model A FlexibleStopAssignment
is the allocation of aScheduledStopPoint
to a specificFlexibleStopPlace
and also possibly aFlexibleArea
orHileAndRideArea
. May be subject to aValidityCondition
g i.e. a StopPoint
of aServicePattern
orJourneyPattern
TMv6 NT Flexible Stop Place Model A HailAndRideArea
is the specialisation of aFlexibleQuay
to identify the catchment zone for a hail and ride service (so that a stop finder can finde the neares available types of transport). It is a named zone visited by a particular mode of transport and may be designated by a start point and end point on the road. It is part of the Site dataset rather than the service dataset, since it can be defined and exists independently of an actual service.r TMv6 NT Flexible Stop Place Model A HailAndRideArea
is aFlexibleQuay
r TMv6 NT Flexible Stop Place Model A FlexibleStopPlace
is a specialisation of aStopPlace
describing a stop of aFlexibleService
. It may be composed ofFlexibleArea
orHailAndRideArea
identifying the catchmetn areas forFlexibleService
(when they useArea
orFlexibleQuay
. SomeFlexibleService
also use regularStopPlace
for theirStop
. When assigned to aScheduledStopPoint
the correspondingScheduledStopPoint
is supposed to be aZone
(the centroid point of theZone
being theScheduledStopPoint
)g TMv6 NT Flexible Stop Place Model A Garage
is aFacility
used for parking and maintaining vehicles.ParkingPoint
in a Garage are calledGaragePoint
g TMv6 NT Vehicle & Crew Point Model A Garage
is aFacility
r TMv6 NT Vehicle & Crew Point Model A GaragePoint
is a subtype ofParkingPoint
located in aGarage
g TMv6 NT Journey Pattern Model A GaragePoint
is aParkingPoint
r TMv6 NT Journey Pattern Model A HeadwayInterval
is a time interval or a duration defining a headway period and characterizingHeadwayJourneyGroup
g E.g. every 10 min, every 4-6 min. TMv6 NT Journey Pattern Model A HeadwayJourneyGroup
is a group ofVehicleJourney
following the sameJourneyPattern
having the sameHeadwayInterval
between specified start and end timeg E.g. every 10 min TMv6 NT Journey Pattern Model A HireService
is a specialisation ofLocalService
dedicated to hire servicesg e.g. cycle hire, car hire… TMv6 NT Local Commercial Service Model A HireService
is aLocalService
r TMv6 NT Local Commercial Service Model A ManoeuvringRequirement
is a classification of requirements for aPublicTransportVehicle
according to the manoeuvring capabilities of theVehicle
g TMv6 CC Vehicle Type Model A PublicTransportVehicle
may have aManoeuvringRequirement
r TMv6 CC Vehicle Type Model An ImpossibleManoeuvre
is a specification of impossible move for a certain type ofVehicle
. It specifies from whichInfrastructureLink
to which otherInfrastructureLink
a certainVehicleType
cannot proceed due to physical restrictionsg TMv6 NT Network Restriction Model An InfrastructureLink
is a super-type including allLink
of the physical network (e.g.RailwayElement
g TMv6 NT Infrastructure Network Model A MeetingRestriction
is a pair ofInfrastructureLink
whereVehicle
of specifiedVehicleType
are note allowed to meetg TMv6 NT Network Restriction Model A RailwayElement
is a type ofInfrastructureLink
used to describe aRailwayNetwork
g TMv6 NT Network Restriction Model A RailwayElement
is anInfraestructureLink
r TMv6 NT Network Restriction Model A RailwayNetwork
have two or moreRailwayElement
r TMv6 NT Network Restriction Model A RailwayJunction
is a type ofInfrastructurePoint
used to describe aRailwayNetwork
g TMv6 NT Network Restriction Model A RailwayJunction=is a type of =InfrastructurePoint
r TMv6 NT Network Restriction Model An InfrastructureFrame
is a set ofInfrastructureNetworkData
(and other data logically related to these) to which the sameValidityCondition
have been assignedg TMv6 Infrastructure Frame Model An InfrastructureFrame
is a set ofInfrastructureNetworkData
r TMv6 Infrastructure Frame Model An InfrastructureLink
is a super-type including allLink
of thePhysicalNetwork
(e.g.RailwayElement
)g TMv6 NT Infrastructure Network Model An InfrastructurePoint
is a super-type including allPoint
of thePhysicalNetwork
(e.g.RailwayJunction
).r TMv6 NT Infrastructure Network Model A WireElement
is a type ofInfrastructureLink
used to describe a wireNetwork
g TMv6 NT Infrastructure Network Model A WireElement
is a type ofInfrastructureLink
r TMv6 NT Infrastructure Network Model A WireJunction
is a type of =InfrastructurePoint=used to describe a wire networkg TMv6 NT Infrastructure Network Model A RoadElement
is a type ofInfrastructureLink
used to describe a Road Networkg TMv6 NT Infrastructure Network Model A RoadElement
is anInfrastructureLink
r TMv6 NT Infrastructure Network Model A RoadJunction
is a type ofInfrastructurePoint
used to describe a road networkg TMv6 NT Infrastructure Network Model A RoadJunction
is a type ofInfrastructurePoint
r TMv6 NT Infrastructure Network Model An InstalledEquipment
is anItem
ofEquipment
either fixed (PlaceEquipment
) or on board i.e. associated withVehicle
. ThisEquipment
is materialised as opposed to a service (LocalService
) considered as an immaterialEquipment
g TMv6 CC Generic Equipment Model An InterchangeRule
are conditions for consideringJourney
to meet or not to meet, specified indirectly: by a particularMode
,Direction
orLine
. Such conditions may alternatively be specified directly, indicating the corresponding services. In this case they are ither aServiceJourneyPatternInterchange
or aServiceJourneyInterchange
.g TMv6 TI Interchange Rule Model An InterchangeRuleParameter
is the assignment of parameters characterising anInterchangeRule
g TMv6 TI Interchange Rule Model An InterchangeRuleTiming
are the timings for anInterchangeRule
for a givenTimeDemandType
orTimeBand
g TMv6 TI Interchange Rule Model A JourneyAccounting
are the parameters characterizingVehicleJourney
orSpecialService
usedg TMv6 TI Journey Accounting Model A JourneyFrequencyGroup
is a group ofJourney
defined in order to describe special behaviour like frequency based services or rhythmical services.g TMv6 TI Vehicle Journey Times Model A JourneyHeadway
is aHeadwayInterval
information that is available for all theVehicleJourney
running on theJourneyPattern
for a givenTimeDemandType
at a givenTimingPoint
. This is a default value that can be superseded byVehicleJourneyHeadway
if available (HeadwayJourneyGroup
being a more detailed way of describing headway servicesg TMv6 TI Journey Timing Model TMv6 - Competency Questions
Fact/Competency Question Comments Source (provenance)
10 UC9 Fares
- Facts
Facts Status Comments Source (provenance) SubSource An user makes a journey r UC9 A journey needs a ticket at least r UC9 A ticket must be validated in the Entrance r UC9 A ticket may be validated in the Exit r UC9 A ticket is based in fares r UC9 Fares dependes on age, rol, place of residence, seats to occupy, distance, areas, type of ticket r UC9 Some users don't need tickets r UC9 Users who don't need tickets have to go with someone who have it r UC9 Babies under 3 year-old don't need a ticket r UC9 A fare has a cost r UC9 Some fares are free r UC9 Children from 3 to 7 don't pay a fare r UC9 Children from 3 to 7 must validate tickets r UC9 In some public transports a pet need a ticket r UC9 An user with visual impairment brings a guideDog r UC9 People with impaired vision have special fares r UC9 guideDogs are allowed to travel for free r UC9 An user may have a card r UC9 A card is paid monthly or annually r UC9 The card itself has a price r UC9 A card has a fare r UC9 The fare of the carnet is based on the zones r UC9 The public transport service of a region is divided into zones r UC9 A special service has a spacial fare r UC9 A route
may have afare
r route is defined by the name of the file routes.txt gtfs fare_rules.txt A fare
must have afare_id
r fare is defined by the name of the file fare_rules.txt. Identifies a fare class gtfs fare_rules.txt A route
has anorigin_zone
r origin_zone is named in origin_id gtfs fare_rules.txt A route
has adestination_zone
r destination_zone is named in destintation_id gtfs fare_rules.txt An origin_zone
has anorigin_id
r gtfs fare_rules.txt A destination_zone
has adestination_id
r gtfs fare_rules.txt Fares have a fare_id
r gtfs fare_atributes.txt A fare_id
is an IDr gtfs fare_atributes.txt A fare
can apply to multipleorigin_zones
r "If a fare class has multiple origin zones, create a record in fare_rules.txt for each origin_id
gtfs fare_rules.txt A fare
can apply to multipledestination_zones
r "If a fare class has multiple destination zones, create a record in fare_rules.txt for each destination_id
gtfs fare_rules.txt A fare
must have aprice
r gtfs fare_attributes.txt Fares have a currency_type
r gtfs fare_attributes.txt A passenger
pays with apayment_method
r gtfs fare_attributes.txt The fare allows to make transfers
r gtfs fare_attributes.txt A fare
may have anexpiration_date
r In gtfs fare_atributes.txt identifies transfer_duration
as a non-negative integer, optional, which value is the length of time in seconds before a transfer expires. Whentransfers=0
this field can be used to indicate how long a ticket is valid for or it can be left empty.gtfs fare_attributes.txt A fare may have a route_id
r gtfs fare_rules.txt identifies a route associated withe the fare class. If several routes withe the same fare attributes exist, create a record in fare_rules.txt
for each routegtfs fare_rules.txt A BookingArrengement
is anArrangement
forFlexibleLine
g TMv6 NT Flexible Network Model A FlexibleLine
is the specialisation ofLine
forFlexibleService
. As all theService
on aLine
may not all be flexible, flexibility itself is described atJourneyPattern
level (meaning that a separateJourneyPattern
is needed for each type of flexibility available for the line).g TMv6 NT Flexible Network Model A Line
is a group ofRoute
which is generally known to the public by a similar name or numberg TMv6 NT Route Model A Line
has one or moreRoute
r TMv6 NT Route Model A JourneyPattern
is an ordered list ofScheduledStopPoint
andTimingPoint
on a singleRoute
, describing the pattern of working forPublicTransportVehicle
.g TMv6 NT Journey Pattern Model A JourneyPattern
haveScheduledStopPoint
r TMv6 NT Journey Pattern Model A JourneyPatternHeadway
is aHeadwayInterval
information that is available for all theVehicleJourney
running on theJourneyPattern
g This is a default value that can be superseded by the VehicleJourneyHeadway
on a specificJourney
. This information must be consistent withHeadwayJourneyGroup
if availableTMv6 TI Journey Pattern Times Model A JourneyPatternHeadway
is aHeadwayInterval
r TMv6 TI Journey Pattern Times Model A JourneyPattern
may have aJourneyPatternHeadway
r TMv6 TI Journey Pattern Times Model A JourneyPatternLayover
is the time allowance at the end of eachJourney
on a specifiedJourneyPattern
g This layover supersedes any global layover and may be superseded by a specific VehicleJourneyLayover
TMv6 TI Journey Pattern Times Model A JourneyPattern
may have aJourneyPatternLayover
r TMv6 TI Journey Pattern Times Model A JourneyPatternRunTime
is the time taken to traverse aTimingLink
in a particularJourneyPattern
for a specifiedTimeDemandType
g If it exists it will override the DefaultServiceJourneyRunTime
andDefaultDeadRunRunTime
TMv6 TI Journey Pattern Times Model A TimingLink
may have aJourneyPatternRunTime
r TMv6 TI Journey Pattern Times Model A JourneyPatternWaitTime
is the time aVehicle
has to wait at a specificTimingPointInJourneyPattern
for a specifiedTimeDemandType
g This wait time can be superseded by a VehicleJourney
TMv6 TI Journey Pattern Times Model A TimeDemandTime
may have aJourneyPatternWaitTime
r TMv6 TI Journey Pattern Times Model A JourneyRunTime
is the time taken to traverse aTimingLink
in a particularJourneyPattern
for a specifiedTimeDemandType
g If exists, it will override the DefaultServiceJourneyRunTime
andDefaultDeadRunRunTime
TMv6 TI Journey Pattern Times Model A JourneyTiming
is a time-related information referring toJourney
timing whose value depends on the time of use and so can be associated with aTimeDemandType
,TimeBand
orOperationalContext
r TMv6 TI Journey Pattern Times Model An OperationlContext
is a characterisation of a set of operational objects such as timing or links determined either by aDepartment
or by anOrganisationalUnit
r TMv6 TI Journey Pattern Times Model A JourneyWaitTime
is the time aVehicle
has to wait at a specificTimingPointInJourneyPattern
for a specifiedTimeDemandType
g This can be superseded by VehicleJourney
TMv6 TI Journey Timing Model A TimeDemandTime
may have aJourneyRunTime
r TMv6 TI Journey Timing Model A Route
may haveJourneyPattern
r TMv6 NT Journey Pattern Model A Journey
are the common properties ofVehicleJourney
andSpecialService
g TMv6 TI Vehicle Journey Model A Journey
is a set of propertiesr TMv6 TI Vehicle Journey Model A VehicleJourney
has aJourney
r TMv6 TI Vehicle Journey Model A SpacialService
has aJourney
r TMv6 TI Vehicle Journey Model A SpecialService
is the work of aVehicle
that is not planned in a classical wayg i.e. thai is generally not based on VehicleJourney
usingJourneyPattern
. \\ It involves specific characteristics such as specific access rights and/or may be operated under specific circumstancesTMv6 TI Vehicle Journey Model A VehicleJourney
follows aJourneyPattern
r TMv6 TI Vehicle Journey Model A ClassOfUse
is a classification ofServiceClass
r TMv6 CC Service Restriction Model A Fare
is aServiceClass
r CC Service Restriction Model TMv6 CC Service Restriction Model A ClassOfUse
is a category ofServiceClass
r CC Service Restriction Model TMv6 CC Service Restriction Model A TicketScope
is a scope of ticketg TMv6 CC Service Restriction Model A TicketValidatorEquipment
is a specialisation ofPassengerEquipment
(PlaceEquipment
) describing ticket validatorsg TMv6 NT Ticketing Equipment Model A TicketValidatorEquipment
is aPassengerEquipment
r TMv6 NT Ticketing Equipment Model A TicketValidatorEquipment
is aPlaceEquipment
r TMv6 NT Ticketing Equipment Model A TicketingEquipment
is a specialisation ofPassengerEquipment
for ticketingg TMv6 NT Ticketing Equipment Model A TicketingEquipment
is aPassengerEquipment
r TMv6 NT Ticketing Equipment Model A CoupledJourney
is a completeJourney
operated by aCoupledTrain
composed of two or moreVehicleJourney
remaining coupled together all along aJourneyPattern
. ACoupledJourney
may be viewed as a singleVehicleJourney
g TMv6 TI Coupled Journey Model A CoupledJourney
can be aVehicleJourney
r TMv6 TI Coupled Journey Model A CoupledJourney
is aJourney
r TMv6 TI Coupled Journey Model A CoupledJourney
is operated by aCoupleTrain
r TMv6 TI Coupled Journey Model A CoupledJorney
is composed of two or moreVehicleJourney
r TMv6 TI Coupled Journey Model A CourseOfJourney
is a part of aBlock
composed of consecutiveVehicleJourney
defined for the sameDayType
, all operated in the sameLine
g TMv6 TI Vehicle Service Model A CourseOfJourney
is part of aBlock
r TMv6 TI Vehicle Service Model A CourseOfJourney
is composed ofVehicleJourney
r TMv6 TI Vehicle Service Model A CourseOfJourney
is defined for the sameDayType
r TMv6 TI Vehicle Service Model A CourseOfJourney
is operated in the sameLine
r TMv6 TI Vehicle Service Model A CommonSection
is a part of thePublicTransportNetwork
where theRoute
of severalJourneyPattern
are going in parallel and where the syncronisation ofServiceJourney
may be planned and controlled with respect to commonly usedLink
andScheduledStopPoint
g A CommonSection
is defined arbitrarily and need not cover the total lengths of topologically bundled sectionsTMv6 TI Vehicle Service Model A CommonSection
is a part of thePublicTransportNetwork
r TMv6 NT Common Section Model A CommonSection
have more than oneRoute
r TMv6 NT Common Section Model A ServiceJourney
can be syncronised with anotherServiceJourney
g TMv6 NT Common Section Model The syncronization of a ServiceJourney
can be plannedr TMv6 NT Common Section Model The syncronization of a ServiceJourney
can be controlledr TMv6 NT Common Section Model A Route
can go in parallel with otherRoute
r TMv6 NT Common Section Model A ServiceJourney
is aPassenger
carryingVehicleJourney
for one specifiedDayType
. The pattern of working is defined by aServiceJourneyPattern
g TMv6 NT Common Section Model A ServiceJourneyPattern
is theJourneyPattern
for a (Passenger
carrying)ServiceJourney
g TMv6 NT Common Section Model A ServiceJourneyInterchange
is the scheduled possibility forTransfer
ofPassenger
between twoServiceJourney
at the same or differentScheduledStopPoint
g TMv6 TI Interchange Model A ServiceJourneyPatternInterchange
is a recognised/organised possibility forPassenger
to changePublicTransportVehicle
using twoScheduledStopPoint
(which may be identical) on two particularServiceJourneyPattern
, including the maximum wait duration allowed and the standard to be aimed at.g These may supersede the times given for the DefaultInterchange
. \\ Schedulers may use this entity for synchronisation ofJourney
TMv6 TI Interchange Model A ServiceExclusion
is a constraint expressing the fact that the service, on a specificJourneyPattern
cannot operate when another (regular)Service
operatesg The JourneyPattern
is usually a flexible transport serviceJourneyPattern
. \\ This may occur only on a subpart of theJourneyPattern
or only on one or some specificScheduledStopPoint
TMv6 NT Routing Constraint Model A ServiceLink
is aLink
between an orderd pair ofScheduledStopPoint
g TMv6 NT Service Pattern Model A ServiceLink
is aLink
r TMv6 NT Service Pattern Model A ServicePattern
is the subset of aJourneyPattern
made up only ofStopPoint
inJourneyPattern
g TMv6 NT Service Pattern Model A ServiceRestriction
are the parameters describing the limitations as regards the use ofEquipment
orService
g TMv6 CC Service Restriction Model An Equipment
may have aServiceRestriction
r TMv6 CC Service Restriction Model A CommunicationService
is the specialisation ofLocalService
dedicated to communication servicesg TMv6 NT Local Commercial Service Model A ComplaintService
is the specialisation ofCustomerService
for complaintsg TMv6 NT Local Commercial Service Model A CommunicationService
is aLocalService
r TMv6 NT Local Commercial Service Model A ComplaintService
is aCustomerService
r TMv6 NT Local Commercial Service Model A CustomerService
is a generic specialisation ofLocalService
forCustomerService
(lost properties, meeting point, complaints…)g TMv6 NT Local Commercial Service Model A CustomerService
is aLocalService
r TMv6 NT Local Commercial Service Model A LostPropertyService
is a specialisation ofCustomerService
for lost propertiesg TMv6 NT Local Commercial Service Model A LostPropertyService
is aCustomerService
r TMv6 NT Local Commercial Service Model A RetailService
is the specialisation ofLocalService
dedicated toRetailService
g TMv6 NT Local Commercial Service Model A RetailService
is aLocalService
r TMv6 NT Local Commercial Service Model A LugaggeService
is a specialisation ofCustomerService
for luggage servicesg Provides luggage service facilities and characteristics like luggage trolley, free to use, etc. NT Local Service Equipment Model TMv6 NT Local Commercial Service Model A LuggageService
is aCustomerService
r TMv6 NT Local Service Equipment Model A LeftLuggageService
is a specialisation ofCustomerService
for left luggageg Provides left luggage information like self service locker, locker free, etc. TMv6 NT Local Service Equipment Model A LeftLuggageService
is aCustomerService
r TMv6 NT Local Service Equipment Model A MeetingPointService
is a specialisation ofCustomerService
for meeting pointsg Provides characteristics like description, label, etc TMv6 NT Local Service Equipment Model A MeetingPointService
is aCustomerService
TMv6 NT Local Service Equipment Model A TypeOfStaffing
is a classification for the availability of theAssistanceStaff
associated with anAssistanceService
g E.g. full time, part time. TMv6 NT Local Service Equipment Model An AssistanceService
has anAssistanceStaff
r TMv6 NT Local Service Equipment Model An AssistanceStaff
has aTypeOfStaffing
r TMv6 NT Local Service Equipment Model - Competency Questions
Competency Questions Comments Source (provenance) How many users
11 UC10 Garbage Collection System
- Facts
Facts Status Comments Source (provenance) SubSource A RubbishDisposal
is the specialization ofEquipment
forRubbishDisposal
g describing rubbish types TMv6 NT Passenger Service Equipment Model A RubbishDisposal
is anEquipment
r TMv6 NT Passenger Service Equipment Model A SanitaryEquipment
is the specialization ofPassengerEquipment
for sanitary facilities.g TMv6 NT Passenger Service Equipment Model A SanitaryEquipment
is aPassengerEquipment
r TMv6 NT Passenger Service Equipment Model - Competency Questions
Competency Questions Comments Source (provenance)