core:embodiment leaf node


URI

http://purl.org/vocab/frbr/core#embodiment

Label

has embodiment

Description

An expression embodied in a manifestation.

Inherits from

Usage

DOMAINPROPERTYRANGE
core:Expression core:embodiment core:Manifestation

Implementation

@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 .