crm:P106_is_composed_of


URI

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

Label

P106 is composed of

Description

Scope note:
This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.

Examples:
- This Scope note P106 (E33) is composed of fragments of texts (E33)
- 'recognizable' P106 (E90) is composed of 'ecognizabl' (E90)

In First Order Logic:
P106(x,y) ⊃ E90(x)
P106(x,y) ⊃ E90(y)

Sub Property

Usage

DOMAINPROPERTYRANGE
crm:E90_Symbolic_Object crm:P106_is_composed_of 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:P106_is_composed_of a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P106 is composed of"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image.

Examples:
- This Scope note P106 (E33) is composed of fragments of texts (E33)
- 'recognizable' P106 (E90) is composed of 'ecognizabl' (E90)

In First Order Logic:
P106(x,y) ⊃ E90(x)
P106(x,y) ⊃ E90(y)"""@en ;
    rdfs:domain crm:E90_Symbolic_Object ;
    rdfs:range crm:E90_Symbolic_Object ;
    owl:equivalentProperty ecrm:P106_is_composed_of ;
    owl:inverseOf crm:P106i_forms_part_of ;
    skos:notation "P106"^^xsd:string .