http://purl.org/vocab/frbr/core#embodiment
             An expression embodied in a manifestation.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| core:Expression | core:embodiment | core:Manifestation | 
@prefix core: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
core:embodiment a owl:ObjectProperty ;
    rdfs:label "has embodiment"@en ;
    rdfs:comment "An expression embodied in a manifestation."@en ;
    rdfs:domain core:Expression ;
    rdfs:range core:Manifestation ;
    rdfs:subPropertyOf core:relatedEndeavour ;
    owl:inverseOf core:embodimentOf .