self or issuer originated
- CURIE:
gmeow:sourceIndependenceSelfOrIssuerOriginated - IRI: https://blackcatinformatics.ca/gmeow/sourceIndependenceSelfOrIssuerOriginated
- Category: individual
- Defined by:
gmeow:slices/evidence - Box roles: ABox role, CBox role (What is this?)
The source originates from the subject itself or from an issuer, promoter, or affiliated party — press releases, self-published sites, corporate filings by the subject's own counsel, etc.
Structure
Types: gmeow:SourceIndependence
Practical Pattern
Use gmeow:sourceIndependenceSelfOrIssuerOriginated as a controlled value typed as gmeow:SourceIndependence.
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 .