connection target

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

# --- A single edge of the network: the Central→Midtown hop.
ex:hop a gmeow:Connection ;
    gmeow:connectionSource ex:central ;
    gmeow:connectionTarget ex:midtown .

Common Companion Terms

gmeow:Connection