crm:P128_carries


URI

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

Label

P128 carries

Description

Scope note:
This property identifies an E90 Symbolic Object carried by an instance of E18 Physical Thing.

Examples:
- Matthew's paperback copy of Reach for the Sky (E84) carries the text of Reach for the Sky (E73)

In First Order Logic:
P128(x,y) ⊃ E18(x)
P128(x,y) ⊃ E90(y)
P128(x,y) ⊃ P130(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P128_carries crm:E90_Symbolic_Object

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:P128_carries a owl:ObjectProperty ;
    rdfs:label "P128 carries"@en ;
    rdfs:comment """Scope note:
This property identifies an E90 Symbolic Object carried by an instance of E18 Physical Thing.


Examples:
- Matthew's paperback copy of Reach for the Sky (E84) carries the text of Reach for the Sky (E73)

In First Order Logic:
P128(x,y) ⊃ E18(x)
P128(x,y) ⊃ E90(y)
P128(x,y) ⊃ P130(x,y)"""@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E90_Symbolic_Object ;
    rdfs:subPropertyOf crm:P130_shows_features_of ;
    owl:equivalentProperty ecrm:P128_carries ;
    owl:inverseOf crm:P128i_is_carried_by ;
    skos:notation "P128"^^xsd:string .