crm:P162_is_restricted_by leaf node


URI

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

Label

P162 is restricted by

Description

Scope note:
This property relates an E93 Spacetime Snapshot with an arbitrary E92Spacetime Volume that restricts the extent of the former to a volume equal to or within the latter.

Examples:

Usage

DOMAINPROPERTYRANGE
crm:E93_Presence crm:P162_is_restricted_by 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:P162_is_restricted_by a owl:ObjectProperty ;
    rdfs:label "P162 is restricted by"@en ;
    rdfs:comment """Scope note:
This property relates an E93 Spacetime Snapshot with an arbitrary E92Spacetime Volume that restricts the extent of the former to a volume equal to or within the latter. 

Examples:"""^^xsd:string ;
    rdfs:domain crm:E93_Presence ;
    rdfs:range crm:E92_Spacetime_Volume ;
    owl:equivalentProperty ecrm:P162_is_restricted_by ;
    skos:notation "P162"^^xsd:string .