http://www.cidoc-crm.org/cidoc-crm/P8_took_place_on_or_within
Scope note:
This property describes the location of an instance of E4 Period with respect to an E19 Physical Object.
P8 took place on or within (witnessed) is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156 occupies (is occupied by) to E18 Physical Thing.
It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
For example, the French and German armistice of 22 June 1940 was signed in the same railway carriage as the armistice of 11 November 1918.
Examples:
- the coronation of Queen Elisabeth II (E7) took place on or within Westminster Abbey (E19)
In First Order Logic:
P8(x,y) ⊃ E4(x)
P8(x,y) ⊃ E18(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E4_Period | crm:P8_took_place_on_or_within | crm:E18_Physical_Thing |
@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:P8_took_place_on_or_within a owl:ObjectProperty ;
rdfs:label "P8 took place on or within"@en ;
rdfs:comment """Scope note:
This property describes the location of an instance of E4 Period with respect to an E19 Physical Object.
P8 took place on or within (witnessed) is a shortcut of the more fully developed path from E4 Period through P7 took place at, E53 Place, P156 occupies (is occupied by) to E18 Physical Thing.
It describes a period that can be located with respect to the space defined by an E19 Physical Object such as a ship or a building. The precise geographical location of the object during the period in question may be unknown or unimportant.
For example, the French and German armistice of 22 June 1940 was signed in the same railway carriage as the armistice of 11 November 1918.
Examples:
- the coronation of Queen Elisabeth II (E7) took place on or within Westminster Abbey (E19)
In First Order Logic:
P8(x,y) ⊃ E4(x)
P8(x,y) ⊃ E18(y)"""@en ;
rdfs:domain crm:E4_Period ;
rdfs:range crm:E18_Physical_Thing ;
owl:equivalentProperty ecrm:P8_took_place_on_or_within ;
owl:inverseOf crm:P8i_witnessed ;
skos:notation "P8"^^xsd:string .