core:responsibleEntity


URI

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

Label

has responsible entity

Description

Any endeavour having a particular entity that is responsible of it.

Inherits from

Usage

DOMAINPROPERTYRANGE
core:Endeavour core:responsibleEntity core:ResponsibleEntity

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:responsibleEntity a owl:ObjectProperty ;
    rdfs:label "has responsible entity"@en ;
    rdfs:comment "Any endeavour having a particular entity that is responsible of it."@en ;
    rdfs:domain core:Endeavour ;
    rdfs:range core:ResponsibleEntity ;
    rdfs:subPropertyOf owl:topObjectProperty .