@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P8_took_place_on_or_within rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P8i_witnessed . @prefix rdfs: . ecrm:P8_took_place_on_or_within rdfs:label "P8 took place on or within"@en ; rdfs:domain ecrm:E4_Period ; rdfs:range ecrm:E18_Physical_Thing ; rdfs:comment "Scope note:\nThis property describes the location of an instance of E4 Period with respect to an E19 Physical Object.\nP8 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.\n\nIt 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.\nFor example, the French and German armistice of 22 June 1940 was signed in the same railway carriage as the armistice of 11 November 1918.\n\nExamples:\n- the coronation of Queen Elisabeth II (E7) took place on or within Westminster Abbey (E19)\n\nIn First Order Logic:\nP8(x,y) \u2283 E4(x)\nP8(x,y) \u2283 E18(y)"@en . @prefix xsd: . @prefix skos: . ecrm:P8_took_place_on_or_within skos:notation "P8"^^xsd:string .