Standpoint Claim
- CURIE:
gmeow:StandpointClaim - IRI: https://blackcatinformatics.ca/gmeow/StandpointClaim
- Category: class
- Defined by:
gmeow:slices/observations - Box roles: CBox role, TBox role (What is this?)
An observation made from a specific standpoint or frame — an assertion, denial, or qualified position that a proposition holds. Realises the standpoint side of Principle 3 (Observation ≡ Measurement ≡ Standpoint). The vantage is the standpoint; the observedFeature is the proposition or fact being claimed; the observationResult is the modality (unequivocal, probable, conceivable, refuted).
Structure
Subclass of: gmeow:JustificationSubject, gmeow:Observation
Practical Pattern
Use gmeow:StandpointClaim as a specialized kind of gmeow:JustificationSubject, gmeow:Observation. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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 .
# The UNGROUNDED claim: no groundedIn span — the flagged hallucination,
# retained, never deleted (P10).
ex:claim-close-2300 a gmeow:StandpointClaim ;
gmeow:vantage ex:assistant ;
gmeow:observedFeature ex:stmt-2300 ;
gmeow:observationMethod gmeow:methodLlmExtraction ;
gmeow:claimModality gmeow:probable ;
gmeow:wasGeneratedBy ex:invocation-19 ;
gmeow:wasAttributedTo ex:assistant .
Belief Revision
- Source:
slices/core/epistemics/examples/belief-revision.ttl - Examples catalog: open in catalog#example-slices-core-epistemics-examples-belief-revision
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/epistemics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:originalClaim a gmeow:StandpointClaim ;
rdfs:label "Original claim: printer is broken"@en ;
gmeow:vantage ex:operator ;
gmeow:observedFeature ex:propPrinterBroken ;
gmeow:claimModality gmeow:unequivocal ;
gmeow:observationMethod gmeow:methodExpertJudgement .
ex:revisedClaim a gmeow:StandpointClaim ;
rdfs:label "Revised claim: printer may be broken"@en ;
gmeow:vantage ex:operator ;
gmeow:observedFeature ex:propPrinterBroken ;
gmeow:claimModality gmeow:probable ;
gmeow:observationMethod gmeow:methodExpertJudgement .
Common Companion Terms
gmeow:JustificationSubject, gmeow:Observation
Projects To
| Profile | External Targets |
|---|---|
iptc |
bbc, iptc, oa, rdf |
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: bbc, crminf, iao, np, oa, prov, schema, sosa, wd
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:StandpointClaim |
equivalence | - |
skos:relatedMatch | bbc:NewsEvent | gmeow-observations.sssom.tsv; gmeow:eqObs068; confidence 0.75 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | crminf:I2_Belief | gmeow-ai.sssom.tsv; gmeow:eqAi002; confidence 0.7 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | crminf:I5_Inference_Making | gmeow-standpoint.sssom.tsv; gmeow:eqStandpoint016; confidence 0.6 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | iao:assertion | gmeow-standpoint.sssom.tsv; gmeow:eqStandpoint014; confidence 0.6 |
gmeow:StandpointClaim |
equivalence | - |
skos:relatedMatch | np:Assertion | gmeow-ai.sssom.tsv; gmeow:eqAi003; confidence 0.6 |
gmeow:StandpointClaim |
equivalence | - |
skos:relatedMatch | oa:Annotation | gmeow-observations.sssom.tsv; gmeow:eqObs071; confidence 0.8 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | oa:Annotation | gmeow-standpoint.sssom.tsv; gmeow:eqStandpoint020; confidence 0.55 |
gmeow:StandpointClaim |
equivalence | - |
skos:relatedMatch | prov:Entity | gmeow-deception.sssom.tsv; gmeow:eqDeception004; confidence 0.4 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | schema:Claim | gmeow-ai.sssom.tsv; gmeow:eqAi001; confidence 0.8 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | sosa:Observation | gmeow-observations.sssom.tsv; gmeow:eqObs017; confidence 0.9 |
gmeow:StandpointClaim |
equivalence | - |
skos:closeMatch | wd:Q2684591 | gmeow-ai.sssom.tsv; gmeow:eqAi004; confidence 0.7 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:StandpointClaim |
projection | iptc |
projects to / <= | bbc:NewsEvent | gmeow:mapIptcNewsEvent; confidence 0.75; lossy: confidence, determinacy, temporal scope, and standpoint metadata are dropped; only the reported event class survives |
gmeow:StandpointClaim |
projection | iptc |
projects to / <= | iptc:Assertor, rdf:type | gmeow:mapIptcAssertor; confidence 0.7; lossy: the full GMEOW vantage (human, machine, sensor, or organisation) is narrowed to a journalistic assertor |
gmeow:StandpointClaim |
projection | iptc |
projects to / <= | oa:Annotation, oa:hasTarget, rdf:type | gmeow:mapIptcOpenAnnotation; confidence 0.8; lossy: standpoint, confidence, and temporal scope are flattened; the observed feature projects to oa:hasTarget; oa:hasBody is omitted because the claim IRI has no separate content node in this pattern |
gmeow:StandpointClaim |
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:StandpointClaim |
projection | schema-org |
projects to / <= | rdf:type, schema:ClaimReview, schema:Rating, schema:author, schema:itemReviewed, schema:ratingValue, schema:reviewRating | gmeow:mapSchemaClaimReview; confidence 0.85; lossy: the criterion/rubric structure and scale metadata collapse to a bare ratingValue; each review stays authored by its vantage — N competing assessments emit N coexisting ClaimReviews, never one aggregated rating (P9) |
Usage Advice
Use when
- Use when a proposition is asserted, denied, or held with a qualified modality FROM a standpoint — the perspectival claim form where the value produced is a doxastic modality rather than a measured quantity (Principle 9: no standpoint privileged).
Avoid when
- Avoid for a value-assigning reading (
gmeow:Measurement/gmeow:SensoryObservation) and for marking a proposition false by fiat — a falsehood is a refutedStandpointClaim(modality refuted), never an isFalse flag; competing standpoints coexist rather than resolve.
How to use
- Put the standpoint in
gmeow:vantage, the proposition or fact ingmeow:observedFeature, and a modality value (unequivocal, probable, conceivable, refuted) ingmeow:observationResult; record a contested fact as several coexisting StandpointClaims, each with its owngmeow:accordingTo.
Examples
- ex:claim a
gmeow:StandpointClaim;gmeow:vantageex:authorityA;gmeow:observedFeatureex:proposition.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | crminf:I2_Belief |
closeMatch | crminf:I5_Inference_Making |
closeMatch | iao:assertion |
closeMatch | oa:Annotation |
closeMatch | schema:Claim |
closeMatch | sosa:Observation |
closeMatch | wd:Q2684591 |
relatedMatch | bbc:NewsEvent |
relatedMatch | np:Assertion |
relatedMatch | oa:Annotation |
relatedMatch | prov:Entity |