core:producer leaf node


URI

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

Label

has producer

Description

A manifestation linked to its prodecer.

Usage

DOMAINPROPERTYRANGE
core:Manifestation core:producer 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:producer a owl:ObjectProperty ;
    rdfs:label "has producer"@en ;
    rdfs:comment "A manifestation linked to its prodecer."@en ;
    rdfs:domain core:Manifestation ;
    rdfs:subPropertyOf core:responsibleEntity .