crm:P163_is_restricted_by leaf node


URI

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

Label

P163 is restricted by

Description

Scope note:
This property relates an E93 Spacetime Snapshot with an arbitrary instance of E53 Place that restricts the extent of the former to a volume within the back-projection of the instance of E53 Place to all times. If the instance of E53 Place is defined in two dimensions only, such as the footprint of a building, the place needs also to be back-projected into the third dimension.

Examples:

Usage

DOMAINPROPERTYRANGE
crm:E93_Presence crm:P163_is_restricted_by crm:E53_Place

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:P163_is_restricted_by a owl:ObjectProperty ;
    rdfs:label "P163 is restricted by"@en ;
    rdfs:comment """Scope note:
This property relates an E93 Spacetime Snapshot with an arbitrary instance of E53 Place that restricts the extent of the former to a volume within the back-projection of the instance of E53 Place to all times. If the instance of E53 Place is defined in two dimensions only, such as the footprint of a building, the place needs also to be back-projected into the third dimension. 

Examples:"""^^xsd:string ;
    rdfs:domain crm:E93_Presence ;
    rdfs:range crm:E53_Place ;
    owl:equivalentProperty ecrm:P163_is_restricted_by ;
    skos:notation "P163"^^xsd:string .