crm:P9_consists_of leaf node


URI

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

Label

P9 consists of

Description

Scope note:
This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore the spacetime volume of the latter must fall
within the spacetime volume of the former.

Examples:
- Cretan Bronze Age (E4) consists of Middle Minoan (E4)

In First Order Logic:
P9(x,y) ⊃ E4(x)
P9(x,y) ⊃ E4(y)
P9(x,y) ⊃ P10(y,x)

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E4_Period crm:P9_consists_of crm:E4_Period

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@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:P9_consists_of a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P9 consists of"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E4 Period with another instance of E4 Period that is defined by a subset of the phenomena that define the former. Therefore the spacetime volume of the latter must fall
within the spacetime volume of the former.

Examples:
- Cretan Bronze Age (E4) consists of Middle Minoan (E4)

In First Order Logic:
P9(x,y) ⊃ E4(x)
P9(x,y) ⊃ E4(y)
P9(x,y) ⊃ P10(y,x)"""@en ;
    rdfs:domain crm:E4_Period ;
    rdfs:range crm:E4_Period ;
    rdfs:subPropertyOf crm:P10i_contains ;
    owl:inverseOf crm:P9i_forms_part_of ;
    skos:notation "P9"^^xsd:string .