core:producerOf leaf node


URI

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

Label

is producer of

Description

The producer of a particular manifestation.

Usage

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