grounded in
- CURIE:
gmeow:groundedIn - IRI: https://blackcatinformatics.ca/gmeow/groundedIn
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
Ties a claim node to a pinned evidence span supporting (or refuting — gmeow:supportPolarity) it. DOMAIN-FREE on purpose: a claim node is a gmeow:StandpointClaim, any other Observation, or an RDF 1.2 statement reifier — the unified observation stance (P9) means grounding applies to every claim form, and asserting a domain would leak one type onto all of them. A claim with NO groundedIn span is a flagged hallucination: retained and flagged (P10), never deleted; faithfulness (AIS) is coverage over these links.
Structure
Property shape: object property; ? -> gmeow:EvidenceSpan
Practical Pattern
Use gmeow:groundedIn from ? to gmeow:EvidenceSpan 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.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
# The GROUNDED claim: generated by the invocation, attributed to the model,
# pinned to the exact evidentiary bytes. ALSO remembered (MemoryItem role).
ex:claim-close-2200 a gmeow:StandpointClaim, gmeow:MemoryItem ;
gmeow:vantage ex:assistant ;
gmeow:observedFeature ex:stmt-2200 ;
gmeow:observationMethod gmeow:methodLlmExtraction ;
gmeow:claimModality gmeow:probable ;
gmeow:wasGeneratedBy ex:invocation-19 ;
gmeow:wasAttributedTo ex:assistant ;
gmeow:groundedIn ex:span-close-2200 ;
gmeow:memoryOf ex:assistant ;
gmeow:memoryKind gmeow:memoryKindSemantic .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
web-annotation |
oa, rdf |
External Equivalences
Equivalent or closely aligned targets: oa, 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:groundedIn |
equivalence | - |
skos:relatedMatch | oa:hasTarget | gmeow-ai.sssom.tsv; gmeow:eqAi009; confidence 0.6 |
gmeow:groundedIn |
equivalence | - |
skos:relatedMatch | schema:appearance | gmeow-ai.sssom.tsv; gmeow:eqAi016; confidence 0.5 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:groundedIn |
projection | schema-org |
projects to / <= | rdf:type, schema:Claim, schema:appearance, schema:author, schema:text | gmeow:mapSchemaGeneratedClaim; confidence 0.8; lossy: modality, veridicality, confidence, standpoint poset, and the reified statement content dropped; verdicts ride as per-review ClaimReview nodes (mapSchemaClaimReview) preserving the data's epistemic shape — attributed stays authored, anonymous stays anonymous, nothing computed; appearance only when the evidence spine is complete |
gmeow:groundedIn |
projection | web-annotation |
projects to / <= | oa:Annotation, oa:SpecificResource, oa:TextPositionSelector, oa:end, oa:hasBody, oa:hasSelector, oa:hasSource, oa:hasTarget, oa:start, rdf:type | gmeow:mapOaGroundedClaim; confidence 0.85; lossy: supportPolarity dropped (no faithful oa motivation — assessing would imply a verdict); claim epistemics (confidence, standpoint, modality, clocks) dropped; the quote selector half joins when the citations selectors project |
Usage Advice
Use when
- Use to link any claim node to a pinned
gmeow:EvidenceSpanthat supports or refutes it; faithfulness (AIS) is exactly the coverage of these grounding links over a model's claims.
Avoid when
- Avoid asserting a domain on it or restricting it to one claim form (it is domain-free so grounding applies to every claim under P9), and never delete an ungrounded claim — leaving it without
gmeow:groundedInis the flag (P10).
How to use
- Point the claim node (a
gmeow:StandpointClaim, otherObservation, or RDF 1.2 statement reifier) at one or moregmeow:EvidenceSpan, each carryinggmeow:supportPolarity; audit queries read the absence of a link as a hallucination.
Examples
- ex:claim1
gmeow:groundedInex:span1.
Use For Consumers
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
relatedMatch | oa:hasTarget |
relatedMatch | schema:appearance |