http://purl.org/vocab/frbr/core#realizer
An expression linked to its realizer.
DOMAIN | PROPERTY | RANGE |
---|---|---|
core:Expression | core:realizer | owl:Thing (inferred) |
@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 .