http://www.cidoc-crm.org/cidoc-crm/P164_during
Scope note:
This property relates an E93 Presence with an arbitrary E52 Time-Span that defines the section of the spacetime volume that this instance of E93 Presence is related to by P166 was a presence of (had presence). that is concerned by this instance of E93 Presence.
Examples:
In First Order Logic:
P164 (x,y) ⊃ E93(x)
P164 (x,y) ⊃ E52(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E93_Presence | crm:P164_during | 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:P164_during a owl:ObjectProperty ;
rdfs:label "P164 is restricted by"@en ;
rdfs:comment """Scope note:
This property relates an E93 Presence with an arbitrary E52 Time-Span that defines the section of the spacetime volume that this instance of E93 Presence is related to by P166 was a presence of (had presence). that is concerned by this instance of E93 Presence.
Examples:
In First Order Logic:
P164 (x,y) ⊃ E93(x)
P164 (x,y) ⊃ E52(y)"""^^xsd:string ;
rdfs:domain crm:E93_Presence ;
rdfs:range crm:E52_Time-Span ;
owl:equivalentProperty ecrm:P164_during ;
skos:notation "P164"^^xsd:string .