embodies
- CURIE:
gmeow:embodies - IRI: https://blackcatinformatics.ca/gmeow/embodies
- Category: property
- Defined by:
gmeow:slices/creative-works - Box roles: RBox role (What is this?)
Relates a Manifestation to the Expression it embodies. Non-functional: a collected edition may embody multiple Expressions. Inverse of gmeow:embodiedIn.
Structure
Property shape: object property; gmeow:Manifestation -> gmeow:Expression
Practical Pattern
Use gmeow:embodies from gmeow:Manifestation to gmeow:Expression when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Wemi Novel
- Source:
slices/core/creative-works/examples/wemi-novel.ttl - Examples catalog: open in catalog#example-slices-core-creative-works-examples-wemi-novel
# --- Manifestations: two embodiments of the English Expression (print + digital).
ex:hardback a gmeow:Manifestation ;
gmeow:embodies ex:englishText .
ex:ebook a gmeow:Manifestation ;
gmeow:embodies ex:englishText .
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
gmeow:Manifestation, gmeow:Expression
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: frbr
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:embodies |
equivalence | - |
owl:equivalentProperty | frbr:embodiment | gmeow-creative-works.sssom.tsv; gmeow:eqCw006; confidence 1 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:embodies |
projection | schema-org |
projects to / <= | schema:MusicAlbum | gmeow:mapSchemaMusicAlbum; lossy: the WEMI spine collapses; track-level frame-relative content and declared losses are lost |
Usage Advice
Use when
- Use to climb from a concrete edition/format up to the
Expressionit embodies — theManifestation→ExpressionR-relation of the WEMI spine.
Avoid when
- Avoid skipping the
Expressiontier to point aManifestationstraight at aWork(go throughgmeow:embodies→gmeow:realizes), and avoid it for a single copy (usegmeow:exemplifies).
How to use
- Assert from the
Manifestationto itsExpression; a collected/omnibus edition may embody several Expressions (non-functional). Read the inversegmeow:embodiedInfor Expression-rooted traversal.
Examples
- ex:penguin2003
gmeow:embodiesex:hamletGermanTranslation.