realizes

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

# --- 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

@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:Expression, gmeow:Work

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

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
equivalentPropertyfrbr:realization