@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix eli:	<http://data.europa.eu/eli/ontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
eli:type_document	rdf:type	owl:FunctionalProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
eli:type_document	rdfs:label	"Enlace con tipo documento"@es ;
	rdfs:domain	eli:LegalResource ;
	rdfs:range	eli:ResourceType ;
	rdfs:comment	"Enlace con tipo documento"@es .