http://www.cidoc-crm.org/cidoc-crm/P124_transformed
Scope note:
This property identifies the E77 Persistent Item or items that cease to exist due to a E81 Transformation.
It is replaced by the result of the Transformation, which becomes a new unit of documentation. The continuity between both items, the new and the old, is expressed by the link to the common Transformation.
Examples:
- the transformation of the Venetian Loggia in Heraklion into a city hall (E81) transformed the Venetian Loggia in Heraklion (E22)
- the death and mummification of Tut-Ankh-Amun (E81) transformed the ruling Pharao Tut-Ankh-Amun (E21)
In First Order Logic:
P124(x,y) ⊃ E81(x)
P124(x,y) ⊃ E77(y)
P124(x,y) ⊃ P93(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E81_Transformation | crm:P124_transformed | crm:E77_Persistent_Item |
@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:P124_transformed a owl:ObjectProperty ;
rdfs:label "P124 transformed"@en ;
rdfs:comment """Scope note:
This property identifies the E77 Persistent Item or items that cease to exist due to a E81 Transformation.
It is replaced by the result of the Transformation, which becomes a new unit of documentation. The continuity between both items, the new and the old, is expressed by the link to the common Transformation.
Examples:
- the transformation of the Venetian Loggia in Heraklion into a city hall (E81) transformed the Venetian Loggia in Heraklion (E22)
- the death and mummification of Tut-Ankh-Amun (E81) transformed the ruling Pharao Tut-Ankh-Amun (E21)
In First Order Logic:
P124(x,y) ⊃ E81(x)
P124(x,y) ⊃ E77(y)
P124(x,y) ⊃ P93(x,y)"""@en ;
rdfs:domain crm:E81_Transformation ;
rdfs:range crm:E77_Persistent_Item ;
rdfs:subPropertyOf crm:P93_took_out_of_existence ;
owl:equivalentProperty ecrm:P124_transformed ;
owl:inverseOf crm:P124i_was_transformed_by ;
skos:notation "P124"^^xsd:string .