analogical source
- CURIE:
gmeow:analogicalSource - IRI: https://blackcatinformatics.ca/gmeow/analogicalSource
- Category: property
- Defined by:
gmeow:slices/inference - Box roles: CBox role, RBox role (What is this?)
The source (base) domain of a gmeow:Analogy — the familiar structure whose relations are mapped onto the target. NOT functional.
Structure
Property shape: object property; gmeow:Analogy -> ?
Practical Pattern
Use gmeow:analogicalSource from gmeow:Analogy 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 reified analogy (a relator) ---------------------------------------- #
ex:rutherfordAnalogy a gmeow:Analogy ;
rdfs:label "The atom is like the solar system"@en ;
gmeow:analogicalSource ex:solarSystem ;
gmeow:analogicalTarget ex:atom ;
gmeow:hasCorrespondence ex:corrCentral , ex:corrOrbiting ;
gmeow:systematicity "0.80"^^xsd:decimal . # solver-layer (Gentner structural consistency)
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:replayAnalogy a gmeow:Analogy ;
rdfs:label "customer-service to technical-support transfer"@en ;
rdfs:comment "An analogical structure-mapping used during offline replay to generalise across stored scenarios."@en ;
gmeow:analogicalSource ex:storedCustomerScenario ;
gmeow:analogicalTarget ex:storedTechnicalScenario ;
gmeow:hasCorrespondence ex:customerToTechnicalProblem .
Common Companion Terms
Usage Advice
Scope notes
- Range is intentionally OPEN (a source may be any entity, situation, or domain).