@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ei2av2:	<http://opendata.aragon.es/def/ei2av2#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ei2av2:range	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ei2av2:range	rdfs:subPropertyOf	rdfs:range ;
	rdfs:label	"Entidad relacionada"@es .
@prefix qb:	<http://purl.org/linked-data/cube#> .
ei2av2:range	rdfs:domain	qb:ComponentProperty .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ei2av2:range	rdfs:range	xsd:string ;
	rdfs:comment	"Entidad relacionada"@es .