connection target
- CURIE:
gmeow:connectionTarget - IRI: https://blackcatinformatics.ca/gmeow/connectionTarget
- Category: property
- Defined by:
gmeow:slices/connectivity - Box roles: RBox role (What is this?)
The target of a reified Connection.
Structure
Property shape: object property; gmeow:Connection -> owl:Thing; functional
Practical Pattern
Use gmeow:connectionTarget from gmeow:Connection to owl:Thing when the relationship itself belongs in the native GMEOW graph.
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 single edge of the network: the Central→Midtown hop.
ex:hop a gmeow:Connection ;
gmeow:connectionSource ex:central ;
gmeow:connectionTarget ex:midtown .