@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:P138i_has_representation	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ecrm:P138i_has_representation	rdfs:subPropertyOf	ecrm:P67i_is_referred_to_by ;
	owl:inverseOf	ecrm:P138_represents ;
	rdfs:label	"P138 has representation"@en ;
	rdfs:domain	ecrm:E1_CRM_Entity ;
	rdfs:range	ecrm:E36_Visual_Item .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ecrm:P138i_has_representation	skos:notation	"P138i"^^xsd:string .