@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P7_took_place_at rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P7i_witnessed . @prefix rdfs: . ecrm:P7_took_place_at rdfs:label "P7 took place at"@en ; rdfs:domain ecrm:E4_Period ; rdfs:range ecrm:E53_Place ; rdfs:comment "Scope note:\nThis property describes the spatial location of an instance of E4 Period.\n\nThe related E53 Place should be seen as an approximation of the geographical area within which the phenomena that characterise the period in question occurred. P7took place at (witnessed) does not convey any meaning other than spatial positioning (generally on the surface of the earth). For example, the period \"R\u00E9volution fran\u00E7aise\" can be said to have taken place in \"France\", the \"Victorian\" period, may be said to have taken place in \"Britain\" and its colonies, as well as other parts of Europe and north America.\nA period can take place at multiple locations.\nIt is a shortcut of the more fully developed path from E4 Period through P161 has spatial projection, E53 Place, P89 falls within (contains) to E53 Place. Describe in words.\n\nExamples \n- the period \"R\u00E9volution fran\u00E7aise\" (E4) took place at France (E53)\n\nIn First Order Logic:\nP7(x,y) \u2283 E4(x)\nP7(x,y) \u2283 E53(y)"@en . @prefix xsd: . @prefix skos: . ecrm:P7_took_place_at skos:notation "P7"^^xsd:string .