http://purl.org/vocab/frbr/core#owner
An item linked to its owner.
@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 .