core:responsibleEntityOf


URI

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

Label

is responsible entity of

Description

An entity that is resposible for a particular endeavour.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:responsibleEntityOf 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:responsibleEntityOf a owl:ObjectProperty ;
    rdfs:label "is responsible entity of"@en ;
    rdfs:comment "An entity that is resposible for a particular endeavour."@en ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf core:responsibleEntity .