transit route
- CURIE:
gmeow:routeKindTransit - IRI: https://blackcatinformatics.ca/gmeow/routeKindTransit
- Category: individual
- Defined by:
gmeow:slices/connectivity - Box roles: ABox role (What is this?)
The transit route kind — a classification of a path by the domain in which the path is traversed.
Structure
Types: gmeow:RouteKind
Practical Pattern
Use gmeow:routeKindTransit as a controlled value typed as gmeow:RouteKind.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Transit Route
- Source:
slices/extensions/connectivity/examples/transit-route.ttl - Examples catalog: open in catalog#example-slices-extensions-connectivity-examples-transit-route
# --- A transit route: Central → Midtown → Airport.
ex:airportLine a gmeow:Route ;
gmeow:routeKind gmeow:routeKindTransit ;
gmeow:routeStart ex:central ;
gmeow:routeVia ex:midtown ;
gmeow:routeEnd ex:airport .