Book Release
- CURIE:
gmeow:BookRelease - IRI: https://blackcatinformatics.ca/gmeow/BookRelease
- Category: class
- Defined by:
gmeow:slices/documents - Box roles: TBox role (What is this?)
A concrete published edition or release of a book — an out-of-universe information object and rights-bearing publication artifact. A specialization of gmeow:Manifestation. Distinct from the in-universe narrative frame it contributes to; linked via gmeow:sourceFor.
Structure
Subclass of: gmeow:Manifestation
Practical Pattern
Use gmeow:BookRelease as a specialized kind of gmeow:Manifestation. 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.
Two Critics
- Source:
slices/extensions/affect/examples/two-critics.ttl - Examples catalog: open in catalog#example-slices-extensions-affect-examples-two-critics
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# The minimal WEMI spine the shapes demand (the gts example precedent).
ex:novelWork a gmeow:Work ; rdfs:label "the appraised work"@en .
ex:novelExpression a gmeow:Expression ;
rdfs:label "the appraised text"@en ;
gmeow:realizes ex:novelWork .
ex:novel a gmeow:BookRelease ;
rdfs:label "the appraised release"@en ;
gmeow:embodies ex:novelExpression .
ex:criticA a gmeow:Person ; rdfs:label "critic A"@en .
ex:criticB a gmeow:Person ; rdfs:label "critic B"@en .
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: schema
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:BookRelease |
equivalence | - |
skos:broadMatch | schema:Book | gmeow-creative-works.sssom.tsv; gmeow:eqCw024; confidence 0.85 |
gmeow:BookRelease |
equivalence | - |
skos:closeMatch | schema:Book | gmeow-narrative.sssom.tsv; gmeow:eqNarrative001; confidence 0.8 |
Usage Advice
Use when
- Use for a concrete published edition or release of a book — the rights-bearing, ISBN-carrying publication artifact at the
gmeow:Manifestationtier.
Avoid when
- Avoid it for the abstract literary work the edition realises (use
gmeow:LiteraryWork) and avoid conflating it with the in-universe narrative frame it sources (link bygmeow:sourceFor).
How to use
- Type the edition
gmeow:BookRelease, carry its ISBN ongmeow:identifierandgmeow:mediaType/gmeow:extent; link the abstract work it manifests and the narrative frame it sources viagmeow:sourceFor.
Examples
- ex:firstEdition a
gmeow:BookRelease;gmeow:identifier"978-0-13-468599-1";gmeow:sourceForex:narrativeFrame.