frbr:realization leaf node


URI

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

Label

has realization

Description

As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realization), a property representing an expression that is an intellectual or artistic realization of a work.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) frbr:realization owl:Thing (inferred)

Implementation

@prefix frbr: <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#> .

frbr:realization a owl:ObjectProperty ;
    rdfs:label "has realization"@en ;
    rdfs:comment "As defined by FRBR (http://www.ifla.org/VII/s13/frbr/frbr1.htm; http://purl.org/vocab/frbr/core#realization), a property representing an expression that is an intellectual or artistic realization of a work."@en .