crm:P104_is_subject_to leaf node


URI

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

Label

P104 is subject to

Description

Scope note:
This property links a particular E72 Legal Object to the instances of E30 Right to which it is subject.

The Right is held by an E39 Actor as described by P75 possesses (is possessed by).

Examples:
- Beatles back catalogue (E72) is subject to reproduction right on Beatles back catalogue (E30)

In First Order Logic:
P104(x,y) ⊃ E72(x)
P104(x,y) ⊃ E30(y)

Usage

DOMAINPROPERTYRANGE
crm:E72_Legal_Object crm:P104_is_subject_to crm:E30_Right

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:P104_is_subject_to a owl:ObjectProperty ;
    rdfs:label "P104 is subject to"@en ;
    rdfs:comment """Scope note:
This property links a particular E72 Legal Object to the instances of E30 Right to which it is subject.

The Right is held by an E39 Actor as described by P75 possesses (is possessed by).

Examples:
- Beatles back catalogue (E72) is subject to reproduction right on Beatles back catalogue (E30)

In First Order Logic:
P104(x,y) ⊃ E72(x)
P104(x,y) ⊃ E30(y)"""@en ;
    rdfs:domain crm:E72_Legal_Object ;
    rdfs:range crm:E30_Right ;
    owl:equivalentProperty ecrm:P104_is_subject_to ;
    owl:inverseOf crm:P104i_applies_to ;
    skos:notation "P104"^^xsd:string .