transit route

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

# --- 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 .

Common Companion Terms

gmeow:RouteKind