corresponding source
- CURIE:
gmeow:correspondingSource - IRI: https://blackcatinformatics.ca/gmeow/correspondingSource
- Category: property
- Defined by:
gmeow:slices/inference - Box roles: CBox role, RBox role (What is this?)
The source-domain element of a gmeow:Correspondence — one half of a mapped pair. Functional: a correspondence maps exactly one source element to one target element.
Structure
Property shape: object property; gmeow:Correspondence -> ?; functional
Practical Pattern
Use gmeow:correspondingSource 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 source domain).