core:realization leaf node


URI

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

Label

has realization

Description

A work realized through an expression.

Inherits from

Usage

DOMAINPROPERTYRANGE
core:Work core:realization core:Expression

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:realization a owl:ObjectProperty ;
    rdfs:label "has realization"@en ;
    rdfs:comment "A work realized through an expression."@en ;
    rdfs:domain core:Work ;
    rdfs:range core:Expression ;
    rdfs:subPropertyOf core:relatedEndeavour ;
    owl:inverseOf core:realizationOf .