http://purl.org/vocab/frbr/core#ownerOf
The owner of a particular item.
@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:ownerOf a owl:ObjectProperty ;
rdfs:label "is owner of"@en ;
rdfs:comment "The owner of a particular item."@en ;
rdfs:subPropertyOf core:responsibleEntityOf ;
owl:inverseOf core:owner .