core:embodimentOf leaf node


URI

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

Label

is embodiment of

Description

A manifestation that embodies an expression.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:embodimentOf owl:Thing (inferred)

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:embodimentOf a owl:ObjectProperty ;
    rdfs:label "is embodiment of"@en ;
    rdfs:comment "A manifestation that embodies an expression."@en ;
    rdfs:subPropertyOf core:relatedEndeavour .