self-controlled site evidence
- CURIE:
gmeow:evidenceSelfControlledSite - IRI: https://blackcatinformatics.ca/gmeow/evidenceSelfControlledSite
- Category: individual
- Defined by:
gmeow:slices/evidence - Box roles: ABox role, CBox role (What is this?)
Evidence from a website, social-media account, or platform profile controlled by the subject of the claim.
Structure
Types: gmeow:EvidenceClass
Practical Pattern
Use gmeow:evidenceSelfControlledSite as a controlled value typed as gmeow:EvidenceClass.
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
# --- Weak evidence: the subject's own press release, a passing routine notice →
# same predicate, graded the other way: does NOT support notability.
ex:weakCite a gmeow:CitationAct ;
gmeow:citingEntity ex:subject ;
gmeow:citedEntity ex:pressRelease ;
gmeow:citationIntent gmeow:intentSupports ;
gmeow:hasEvidenceClass gmeow:evidenceSelfControlledSite ;
gmeow:sourceTier gmeow:sourceTierPrimary ;
gmeow:sourceIndependence gmeow:sourceIndependenceSelfOrIssuerOriginated ;
gmeow:coverageDepth gmeow:coverageDepthRoutineFiling ;
gmeow:supportsNotability false .