crm:P10_falls_within leaf node


URI

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

Label

P10 falls within

Description

Scope note:
This property associates an instance of E4 Period with another instance of E4 Period that falls within the spacetime volumes occupied by the latter.

The difference with P9 consists of (forms part of) is subtle. Unlike P9 consists of (forms part of), P10 falls within (contains) does not imply any logical connection between the two periods and it may refer to a period of a completely different nature.

Examples:
- the Great Plague (E4) falls within The Gothic period (E4)

Usage

DOMAINPROPERTYRANGE
crm:E92_Spacetime_Volume crm:P10_falls_within crm:E92_Spacetime_Volume

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:P10_falls_within a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P10 falls within"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E4 Period with another instance of E4 Period that falls within the spacetime volumes occupied by the latter.

The difference with P9 consists of (forms part of) is subtle. Unlike P9 consists of (forms part of), P10 falls within (contains) does not imply any logical connection between the two periods and it may refer to a period of a completely different nature.

Examples:
- the Great Plague (E4) falls within The Gothic period (E4)"""@en ;
    rdfs:domain crm:E92_Spacetime_Volume ;
    rdfs:range crm:E92_Spacetime_Volume ;
    owl:equivalentProperty ecrm:P10_falls_within ;
    owl:inverseOf crm:P10i_contains ;
    skos:notation "P10"^^xsd:string .