crm:P157_is_at_rest_relative_to


URI

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

Label

P157 is at rest relative to

Description

Scope note:
This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.

Examples:
- The spatial extent of the municipality of Athens in 2014 (E53) is at rest relative to The Royal Observatory in Greenwich (E25)
- The place where Lord Nelson died on H.M.S. Victory (E53) is at rest relative to H.M.S. Victory (E22)

In First Order Logic:
P157(x,y) ⊃ E53(x)
P157(x,y) ⊃ E18(y)

Usage

DOMAINPROPERTYRANGE
crm:E53_Place crm:P157_is_at_rest_relative_to crm:E18_Physical_Thing

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:P157_is_at_rest_relative_to a owl:ObjectProperty ;
    rdfs:label "P157 is at rest relative to"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E53 Place with the instance of E18 Physical Thing that determines a reference space for this instance of E53 Place by being at rest with respect to this reference space. The relative stability of form of an E18 Physical Thing defines its default reference space. The reference space is not spatially limited to the referred thing. For example, a ship determines a reference space in terms of which other ships in its neighbourhood may be described. Larger constellations of matter, such as continental plates, may comprise many physical features that are at rest with them and define the same reference space.

Examples:
- The spatial extent of the municipality of Athens in 2014 (E53) is at rest relative to The Royal Observatory in Greenwich (E25)
- The place where Lord Nelson died on H.M.S. Victory (E53) is at rest relative to H.M.S. Victory (E22)

In First Order Logic:
P157(x,y) ⊃ E53(x)
P157(x,y) ⊃ E18(y)"""^^xsd:string ;
    rdfs:domain crm:E53_Place ;
    rdfs:range crm:E18_Physical_Thing ;
    owl:equivalentProperty ecrm:P157_is_at_rest_relative_to ;
    owl:inverseOf crm:P157i_provides_reference_space_for ;
    skos:notation "P157"^^xsd:string .