core:creator leaf node


URI

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

Label

has creator

Description

A work linked to its creator.

Usage

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