http://www.cidoc-crm.org/cidoc-crm/P160_has_temporal_projection
Scope note:
This property describes the temporal projection of an instance of an E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.
Example:
In First Order Logic:
P160(x,y) ⊃ E92(x)
P160(x,y)⊃ E52(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E92_Spacetime_Volume | crm:P160_has_temporal_projection | crm:E52_Time-Span |
@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:P160_has_temporal_projection a owl:ObjectProperty ;
rdfs:label "P160 has temporal projection"@en ;
rdfs:comment """Scope note:
This property describes the temporal projection of an instance of an E92 Spacetime Volume. The property P4 has time-span is the same as P160 has temporal projection if it is used to document an instance of E4 Period or any subclass of it.
Example:
In First Order Logic:
P160(x,y) ⊃ E92(x)
P160(x,y)⊃ E52(y)"""^^xsd:string ;
rdfs:domain crm:E92_Spacetime_Volume ;
rdfs:range crm:E52_Time-Span ;
owl:equivalentProperty ecrm:P160_has_temporal_projection ;
skos:notation "P160"^^xsd:string .