core:owner leaf node


URI

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

Label

has owner

Description

An item linked to its owner.

Usage

DOMAINPROPERTYRANGE
core:Item core:owner 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:owner a owl:ObjectProperty ;
    rdfs:label "has owner"@en ;
    rdfs:comment "An item linked to its owner."@en ;
    rdfs:domain core:Item ;
    rdfs:subPropertyOf core:responsibleEntity .