core:realizerOf leaf node


URI

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

Label

is realizer of

Description

The realizer of a particular expression.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:realizerOf 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:realizerOf a owl:ObjectProperty ;
    rdfs:label "is realizer of"@en ;
    rdfs:comment "The realizer of a particular expression."@en ;
    rdfs:subPropertyOf core:responsibleEntityOf ;
    owl:inverseOf core:realizer .