http://www.cidoc-crm.org/cidoc-crm/P25_moved
Scope note:
This property identifies an instance of E19 Physical Object that was moved by a move event. A move must concern at least one object.
The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.
Examples:
- Monet´s “Impression sunrise” (E22) moved by preparations for the First Impressionist Exhibition (E9)
In First Order Logic:
P25(x,y) ⊃ E9(x)
P25(x,y) ⊃ E19(y)
P25(x,y) ⊃ P12(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E9_Move | crm:P25_moved | crm:E19_Physical_Object |
@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:P25_moved a owl:ObjectProperty ;
rdfs:label "P25 moved"@en ;
rdfs:comment """Scope note:
This property identifies an instance of E19 Physical Object that was moved by a move event. A move must concern at least one object.
The property implies the object’s passive participation. For example, Monet’s painting “Impression sunrise” was moved for the first Impressionist exhibition in 1874.
Examples:
- Monet´s “Impression sunrise” (E22) moved by preparations for the First Impressionist Exhibition (E9)
In First Order Logic:
P25(x,y) ⊃ E9(x)
P25(x,y) ⊃ E19(y)
P25(x,y) ⊃ P12(x,y)"""^^xsd:string ;
rdfs:domain crm:E9_Move ;
rdfs:range crm:E19_Physical_Object ;
rdfs:subPropertyOf crm:P12_occurred_in_the_presence_of ;
owl:equivalentProperty ecrm:P25_moved ;
owl:inverseOf crm:P25i_moved_by ;
skos:notation "P25"^^xsd:string .