@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ecrm:	<http://erlangen-crm.org/current/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ecrm:P73i_is_translation_of	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P73i_is_translation_of	rdfs:subPropertyOf	ecrm:P130i_features_are_also_found_on ;
	owl:inverseOf	ecrm:P73_has_translation ;
	rdfs:label	"P73 is translation of"@en ;
	rdfs:domain	ecrm:E33_Linguistic_Object ;
	rdfs:range	ecrm:E33_Linguistic_Object .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P73i_is_translation_of	skos:notation	"P73i"^^xsd:string .