crm:P73i_is_translation_of leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P73i_is_translation_of

Label

P73 is translation of

Usage

DOMAINPROPERTYRANGE
crm:E33_Linguistic_Object crm:P73i_is_translation_of crm:E33_Linguistic_Object

Implementation

@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:P73i_is_translation_of a owl:ObjectProperty ;
    rdfs:label "P73 is translation of"@en ;
    rdfs:domain crm:E33_Linguistic_Object ;
    rdfs:range crm:E33_Linguistic_Object ;
    rdfs:subPropertyOf crm:P130i_features_are_also_found_on ;
    owl:equivalentProperty ecrm:P73i_is_translation_of ;
    owl:inverseOf crm:P73_has_translation ;
    skos:notation "P73i"^^xsd:string .