core:realizer leaf node


URI

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

Label

has realizer

Description

An expression linked to its realizer.

Usage

DOMAINPROPERTYRANGE
core:Expression core:realizer 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:realizer a owl:ObjectProperty ;
    rdfs:label "has realizer"@en ;
    rdfs:comment "An expression linked to its realizer."@en ;
    rdfs:domain core:Expression ;
    rdfs:subPropertyOf core:responsibleEntity .