Creative Work
- CURIE:
gmeow:CreativeWork - IRI: https://blackcatinformatics.ca/gmeow/CreativeWork
- Category: class
- Defined by:
gmeow:slices/documents - Box roles: TBox role (What is this?)
The abstract umbrella category for intellectual and artistic creations in the WEMI spine — a Work, Expression, Manifestation, or Item. Formerly a flat gufo:Kind (pre-WEMI spine); now a Category so that the four tiers with distinct identity criteria can each be a gufo:Kind beneath it.
Structure
Subclass of: gmeow:InformationObject, gmeow:NarrativeScope
Practical Pattern
Use gmeow:CreativeWork as a specialized kind of gmeow:InformationObject, gmeow:NarrativeScope. 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.
Software Release
- Source:
slices/core/attestation/examples/software-release.ttl - Examples catalog: open in catalog#example-slices-core-attestation-examples-software-release
ex:release a gmeow:CreativeWork ;
gmeow:title "myapp 1.0.0 release bundle"@en ;
gmeow:contentDigest "sha256:abc123def4567890abc123def4567890abc123def4567890abc123def4567890" .
Citation Act
- Source:
slices/core/citations/examples/citation-act.ttl - Examples catalog: open in catalog#example-slices-core-citations-examples-citation-act
ex:myPaper a gmeow:CreativeWork ;
gmeow:title "On Coastal Erosion in Temperate Estuaries"@en ;
gmeow:cites ex:citedPaper .
ex:citedPaper a gmeow:CreativeWork ;
gmeow:title "Sediment Transport Models"@en .
Common Companion Terms
gmeow:InformationObject, gmeow:NarrativeScope
External Equivalences
Equivalent or closely aligned targets: bibframe, cc, gxv, prov, 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:CreativeWork |
equivalence | - |
skos:closeMatch | bibframe:Work | gmeow-classes.sssom.tsv; gmeow:eqClasses028; confidence 0.8 |
gmeow:CreativeWork |
equivalence | - |
skos:relatedMatch | cc:Work | gmeow-rights.sssom.tsv; gmeow:eqRights183; confidence 0.6 |
gmeow:CreativeWork |
equivalence | - |
skos:closeMatch | gxv:SourceDescription | gmeow-genealogy.sssom.tsv; gmeow:eqGenealogy051; confidence 0.85 |
gmeow:CreativeWork |
equivalence | - |
skos:closeMatch | prov:Entity | gmeow-provenance.sssom.tsv; gmeow:eqProvenance006; confidence 0.6 |
gmeow:CreativeWork |
equivalence | - |
owl:equivalentClass | schema:CreativeWork | gmeow-classes.sssom.tsv; gmeow:eqClasses015; confidence 1 |
gmeow:CreativeWork |
equivalence | - |
skos:closeMatch | schema:CreativeWork | gmeow-creative-works.sssom.tsv; gmeow:eqCw022; confidence 0.8 |
gmeow:CreativeWork |
equivalence | - |
skos:closeMatch | wd:Q17537576 | gmeow-wikidata.sssom.tsv; gmeow:eqWikidata031; confidence 0.8 |
Usage Advice
Use when
- Use as the WEMI umbrella when a fact ranges over any tier of an intellectual or artistic creation — title, identifier, date — and the specific
Work/Expression/Manifestation/Item tier is not yet fixed; it is the domain of the bibliographic date and description properties.
Avoid when
- Avoid typing an instance as a bare
gmeow:CreativeWorkwhen its WEMI tier is known (usegmeow:Work,gmeow:Manifestation, …), and avoid it for the real-world subject the work is about (that is a separategmeow:Entityreached by aboutness).
How to use
- Type the creation at its most specific WEMI tier and let it inherit
CreativeWork; attachgmeow:hasTitle(or the flatgmeow:title),gmeow:identifier, and the bibliographic dates here, separating the carrier from its subject via the kernel aboutness construct.
Examples
- ex:novel a
gmeow:CreativeWork;gmeow:hasTitleex:novelTitle;gmeow:datePublished"1851-11-14T00:00:00Z"^^xsd:dateTime.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | gxv:SourceDescription |
closeMatch | prov:Entity |
closeMatch | schema:CreativeWork |
closeMatch | wd:Q17537576 |
equivalentClass | schema:CreativeWork |
relatedMatch | cc:Work |