corresponding target
- CURIE:
gmeow:correspondingTarget - IRI: https://blackcatinformatics.ca/gmeow/correspondingTarget
- Category: property
- Defined by:
gmeow:slices/inference - Box roles: RBox role (What is this?)
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
- Source:
slices/core/inference/examples/analogy.ttl - Examples catalog: open in catalog#example-slices-core-inference-examples-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
- Source:
slices/extensions/dreaming/examples/ai-offline-replay.ttl - Examples catalog: open in catalog#example-slices-extensions-dreaming-examples-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
Usage Advice
Scope notes
- Range is intentionally OPEN (the element may be any entity or relation in the target domain).