core:creatorOf leaf node


URI

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

Label

is creator of

Description

The creator of a particular work.

Usage

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