crm:P105_right_held_by


URI

http://www.cidoc-crm.org/cidoc-crm/P105_right_held_by

Label

P105 right held by

Description

Scope note:
This property identifies the E39 Actor who holds the instances of E30 Right to an E72 Legal Object.
It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.

P105 right held by (has right on) is a shortcut of the fully developed path from E72 Legal Object through P104 is subject to (applies to), E30 Right, P75 possesses (is possessed by) to E39 Actor.

Examples:
- Beatles back catalogue (E73) right held by Michael Jackson (E21)

In First Order Logic:
P105(x,y) ⊃ E72(x)
P105(x,y) ⊃ E39(y)

Usage

DOMAINPROPERTYRANGE
crm:E72_Legal_Object crm:P105_right_held_by crm:E39_Actor

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P105_right_held_by a owl:ObjectProperty ;
    rdfs:label "P105 right held by"@en ;
    rdfs:comment """Scope note:
This property identifies the E39 Actor who holds the instances of E30 Right to an E72 Legal Object.
It is a superproperty of P52 has current owner (is current owner of) because ownership is a right that is held on the owned object.

P105 right held by (has right on) is a shortcut of the fully developed path from E72 Legal Object through P104 is subject to (applies to), E30 Right, P75 possesses (is possessed by) to E39 Actor.

Examples:
- Beatles back catalogue (E73) right held by Michael Jackson (E21)

In First Order Logic:
P105(x,y) ⊃ E72(x)
P105(x,y) ⊃ E39(y)"""@en ;
    rdfs:domain crm:E72_Legal_Object ;
    rdfs:range crm:E39_Actor ;
    owl:equivalentProperty ecrm:P105_right_held_by ;
    owl:inverseOf crm:P105i_has_right_on ;
    skos:notation "P105"^^xsd:string .