Document
- CURIE:
gmeow:Document - IRI: https://blackcatinformatics.ca/gmeow/Document
- Category: class
- Defined by:
gmeow:slices/documents - Box roles: TBox role (What is this?)
An abstract intellectual work of bounded textual or digital content — the conceptual document, independent of any particular file, record, or report. A specialization of gmeow:Work.
Structure
Subclass of: gmeow:Work
Practical Pattern
Use gmeow:Document as a specialized kind of gmeow:Work. 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.
Agent Trajectory
- Source:
slices/extensions/agentic/examples/agent-trajectory.ttl - Examples catalog: open in catalog#example-slices-extensions-agentic-examples-agent-trajectory
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# The produced entity links BACK to the call that wrote it (P5).
ex:note-2200 a gmeow:Document ;
rdfs:label "stored memory note"@en ;
gmeow:wasGeneratedBy ex:call-7-2 ;
gmeow:wasAttributedTo ex:assistant .
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
# --- The source and its retrieval segment (the spine's left half).
ex:handbook a gmeow:Document ;
rdfs:label "facilities handbook, 2026 edition"@en ;
gmeow:contentDigest "blake3:9f8e7d6c5b4a39281706f5e4d3c2b1a09f8e7d6c5b4a39281706f5e4d3c2b1a0" .
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: dcmitype, schema, 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:Document |
equivalence | - |
skos:closeMatch | dcmitype:Text | gmeow-dublin-core.sssom.tsv; gmeow:eqDcType001; confidence 0.85 |
gmeow:Document |
equivalence | - |
owl:equivalentClass | schema:DigitalDocument | gmeow-classes.sssom.tsv; gmeow:eqClasses016; confidence 0.9 |
gmeow:Document |
equivalence | - |
skos:closeMatch | wd:Q49848 | gmeow-wikidata.sssom.tsv; gmeow:eqWikidata030; confidence 0.85 |
gmeow:Document |
equivalence | - |
skos:closeMatch | wd:Q571 | gmeow-creative-works.sssom.tsv; gmeow:eqCw029; confidence 0.85 |
Usage Advice
Use when
- Use for the abstract conceptual document — a report, spec, memo — at the
gmeow:Worktier, independent of any file or rendering that carries it.
Avoid when
- Avoid it for a concrete file, edition, or web rendering of the document (that is a
gmeow:Manifestationsuch asgmeow:WebPageor a media file), and avoid it for a published article (usegmeow:Article).
How to use
- Type the conceptual work
gmeow:Document, give itgmeow:hasTitle/gmeow:identifierand the bibliographic dates; link each concrete carrier as a separategmeow:Manifestationrather than overloading theWorkwith file-level metadata.
Examples
- ex:spec a
gmeow:Document;gmeow:hasTitleex:specTitle;gmeow:abstract"A technical specification.".
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | dcmitype:Text |
closeMatch | wd:Q49848 |
closeMatch | wd:Q571 |
equivalentClass | schema:DigitalDocument |