http://www.cidoc-crm.org/cidoc-crm/P73_has_translation
Scope note:
This property describes the source and target of instances of E33Linguistic Object involved in a translation.
When a Linguistic Object is translated into a new language it becomes a new Linguistic Object, despite being conceptually similar to the source object.
Examples:
- "Les Baigneurs" (E33) has translation "The Bathers" (E33)
In First Order Logic:
P73(x,y) ⊃ E33(x)
P73(x,y) ⊃ E33(y)
P73(x,y) ⊃ P130(y,x)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E33_Linguistic_Object | crm:P73_has_translation | crm:E33_Linguistic_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:P73_has_translation a owl:ObjectProperty ;
rdfs:label "P73 has translation"@en ;
rdfs:comment """Scope note:
This property describes the source and target of instances of E33Linguistic Object involved in a translation.
When a Linguistic Object is translated into a new language it becomes a new Linguistic Object, despite being conceptually similar to the source object.
Examples:
- "Les Baigneurs" (E33) has translation "The Bathers" (E33)
In First Order Logic:
P73(x,y) ⊃ E33(x)
P73(x,y) ⊃ E33(y)
P73(x,y) ⊃ P130(y,x)"""@en ;
rdfs:domain crm:E33_Linguistic_Object ;
rdfs:range crm:E33_Linguistic_Object ;
rdfs:subPropertyOf crm:P130_shows_features_of ;
owl:equivalentProperty ecrm:P73_has_translation ;
owl:inverseOf crm:P73i_is_translation_of ;
skos:notation "P73"^^xsd:string .