realizes
- CURIE:
gmeow:realizes - IRI: https://blackcatinformatics.ca/gmeow/realizes
- Category: property
- Defined by:
gmeow:slices/creative-works - Box roles: RBox role (What is this?)
Relates an Expression to the Work it realizes. Non-functional: an omnibus or aggregate Expression may realize multiple Works (e.g. an anthology). Inverse of gmeow:realizedThrough.
Structure
Property shape: object property; gmeow:Expression -> gmeow:Work
Practical Pattern
Use gmeow:realizes from gmeow:Expression to gmeow:Work 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
# --- Expressions: two realizations of the one Work (P9-style co-equality — the
# translation is not a lesser version, just another Expression).
ex:englishText a gmeow:Expression ;
gmeow:realizes ex:novel .
ex:frenchText a gmeow:Expression ;
gmeow:realizes ex:novel .
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
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:realizes |
equivalence | - |
owl:equivalentProperty | frbr:realization | gmeow-creative-works.sssom.tsv; gmeow:eqCw005; confidence 1 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:realizes |
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 an
Expressionup to the abstractWorkit realizes — theExpression→WorkR-relation of the WEMI spine.
Avoid when
- Avoid for the embodiment of an
Expressionin an edition (usegmeow:embodiedIn) and for derivation between distinct works (usegmeow:CreativeDerivation); a cover or arrangement is a new Work-or-Expression, not a re-realization.
How to use
- Assert from the
Expressionto theWork; an anthologyExpressionmay realize several Works (non-functional). Read the inversegmeow:realizedThroughfor Work-rooted traversal.
Examples
- ex:hamletGermanTranslation
gmeow:realizesex:hamlet.