@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:realizationOf a owl:ObjectProperty ;
    rdfs:label "is realization of"@en ;
    rdfs:comment "A work realized throgh an expression."@en ;
    rdfs:domain frbr:Expression ;
    rdfs:isDefinedBy frbr: ;
    rdfs:range frbr:Work .

