source tier
- CURIE:
gmeow:sourceTier - IRI: https://blackcatinformatics.ca/gmeow/sourceTier
- Category: property
- Defined by:
gmeow:slices/evidence - Box roles: CBox role, RBox role (What is this?)
The bibliographic tier of the source referenced by a citation — primary, secondary, or tertiary. Non-functional: competing tier assessments coexist (Principle 9).
Structure
Property shape: object property; gmeow:CitationAct -> gmeow:SourceTier
Practical Pattern
Use gmeow:sourceTier from gmeow:CitationAct to gmeow:SourceTier 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.
Notability Assessment
- Source:
slices/core/evidence/examples/notability-assessment.ttl - Examples catalog: open in catalog#example-slices-core-evidence-examples-notability-assessment
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: grading citations as evidence. The evidence slice hangs
# quality dimensions on a gmeow:CitationAct (from the citations slice): its
# gmeow:hasEvidenceClass, gmeow:sourceTier (primary/secondary/tertiary),
# gmeow:sourceIndependence and gmeow:coverageDepth together decide whether the
# citation gmeow:supportsNotability. The Wikipedia-notability discrimination falls
# straight out: independent + secondary + significant coverage SUPPORTS it; a
# routine self-originated passing mention does NOT — same predicate, graded.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/evidence/> .
# --- Strong evidence: an independent trade-press feature with depth → supports.
# The subject (citingEntity, generic Entity) is supported by the cited work
# (citedEntity, a CreativeWork): gmeow:intentSupports reads "the cited work
# supports the citing entity", and the evidence dimensions grade that support.
ex:goodCite a gmeow:CitationAct ;
gmeow:citingEntity ex:subject ;
gmeow:citedEntity ex:feature ;
gmeow:citationIntent gmeow:intentSupports ;
gmeow:hasEvidenceClass gmeow:evidenceIndependentTradePress ;
gmeow:sourceTier gmeow:sourceTierSecondary ;
gmeow:sourceIndependence gmeow:sourceIndependenceIndependent ;
gmeow:coverageDepth gmeow:coverageDepthSignificantCoverage ;
gmeow:supportsNotability true .
Common Companion Terms
gmeow:CitationAct, gmeow:SourceTier
Usage Advice
Use when
- Use to record the primary/secondary/tertiary bibliographic tier of a cited source as part of a notability assessment (
AxisB).
Avoid when
- Avoid using it for the source's independence (
gmeow:sourceIndependence) or its coverage depth (gmeow:coverageDepth), and avoid using tier as a proxy for evidential warrant; the tier is orthogonal to how strongly the citation verifies the fact.
How to use
- Point the
gmeow:CitationActat agmeow:SourceTierindividual; combine it withgmeow:sourceIndependenceandgmeow:coverageDepthso the solver can weigh notability, and keep competing tier assessments as coexisting claims (Principle 9).
Examples
- ex:citation
gmeow:sourceTiergmeow:sourceTierSecondary.