corresponding target

The target-domain element of a gmeow:Correspondence — the other half of a mapped pair. Functional: exactly one target element per correspondence.

Structure

Property shape: object property; gmeow:Correspondence -> ?; functional

Practical Pattern

Use gmeow:correspondingTarget from gmeow:Correspondence to ? 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.

Analogy

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/inference/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



# --- The element-pair correspondences --------------------------------------- #
ex:corrCentral a gmeow:Correspondence ;
    rdfs:label "Sun <-> nucleus (central massive body)"@en ;
    gmeow:correspondingSource ex:sun ;            # functional: one source element
    gmeow:correspondingTarget ex:nucleus .        # functional: one target element

ex:corrOrbiting a gmeow:Correspondence ;
    rdfs:label "planets <-> electrons (orbiting lighter bodies)"@en ;
    gmeow:correspondingSource ex:planets ;
    gmeow:correspondingTarget ex:electrons .

Ai Offline Replay

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/dreaming/ai-offline-replay/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



ex:customerToTechnicalProblem a gmeow:Correspondence ;
    rdfs:label "customer problem <-> technical problem"@en ;
    gmeow:correspondingSource ex:storedCustomerScenario ;
    gmeow:correspondingTarget ex:storedTechnicalScenario .

Common Companion Terms

gmeow:Correspondence

Usage Advice

Scope notes