http://www.cidoc-crm.org/cidoc-crm/P159_occupied
Scope note:
This property describes the real that is (phenomenal), 4 dimensional point sets or volumes in spacetime that the trajectory of an instance of E18 Physical Thing occupies in the course of its existence. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a number of individually contiguous spacetime volumes equal to the number of unconnected objects that constitute them.
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E18_Physical_Thing | crm:P159_occupied | crm:E92_Spacetime_Volume |
@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:P159_occupied a owl:ObjectProperty ;
rdfs:label "P159 occupied"@en ;
rdfs:comment """Scope note:
This property describes the real that is (phenomenal), 4 dimensional point sets or volumes in spacetime that the trajectory of an instance of E18 Physical Thing occupies in the course of its existence. We include in the occupied space the space filled by the matter of the physical thing and all its inner spaces. Physical things consisting of aggregations of physically unconnected objects, such as a set of chessmen, occupy a number of individually contiguous spacetime volumes equal to the number of unconnected objects that constitute them."""^^xsd:string ;
rdfs:domain crm:E18_Physical_Thing ;
rdfs:range crm:E92_Spacetime_Volume ;
owl:equivalentProperty ecrm:P159_occupied ;
skos:notation "P159"^^xsd:string .