analogical target

The target domain of a gmeow:Analogy — the less-familiar structure that inherits relations from the source via the correspondences. NOT functional.

Structure

Property shape: object property; gmeow:Analogy -> ?

Practical Pattern

Use gmeow:analogicalTarget 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

@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)

Common Companion Terms

gmeow:Analogy

Usage Advice

Scope notes