answers

Relates a candidate direct answer to the question it answers. The DOMAIN is left intentionally open: an answer is typically a gmeow:StandpointClaim or a gmeow:Proposition, but asserting a domain (or an owl:unionOf) would prematurely close the answer surface, so it stays open and is documented in prose. NOT functional, and VANTAGE-INDEXED (Principle 9): different standpoints answer the same question differently and the answers coexist — there is never one global answer; whose answer it is rides gmeow:accordingTo on the statement.

Structure

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

Practical Pattern

Use gmeow:answers from ? to gmeow:Question 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.

Open Question And Resolution

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



# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example — the open→resolved inquiry lifecycle, reusing the epistemics
# spine. An agent asks a Wh-question, holding it OPEN. One vantage answers it
# with a gmeow:StandpointClaim (a kind of Observation): the answer rides
# gmeow:observedFeature / gmeow:observationResult and gmeow:answers the question.
# The agent RESOLVES the question by accepting that answer-claim through the
# epistemics spine — gmeow:knowsThat (which ENTAILS gmeow:believes by the
# keystone). No truth bit anywhere, and no global "answered" flag: resolution
# REUSES the epistemics spine rather than minting a new resolved term (P6).

# --- One vantage's answer: a StandpointClaim that gmeow:answers the question.
#     The answer content rides the Observation spine (observedFeature = the
#     thing observed, observationResult = the located place); the claim is one
#     vantage-indexed answer among possibly many (P9), never THE answer.
ex:keyOnHook a gmeow:StandpointClaim ;
    gmeow:answers ex:whereIsKey ;
    gmeow:vantage ex:houseObserver ;
    gmeow:observedFeature ex:whereIsKey ;
    gmeow:observationResult ex:hookLocation ;
    gmeow:observationMethod gmeow:methodDirectObservation ;
    gmeow:claimModality gmeow:unequivocal .

Common Companion Terms

gmeow:Question

External Equivalences

Equivalent or closely aligned targets: schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:answers equivalence - skos:closeMatch schema:answer gmeow-inquiry.sssom.tsv; gmeow:eqInq002; confidence 0.8

Usage Advice

Use when

Avoid when

How to use

Scope notes

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchschema:answer