@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dc:source	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty ,
		owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:source	rdfs:label	"Indentificador"@es ;
	rdfs:domain	_:b60516592 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dc:source	rdfs:range	xsd:string ;
	rdfs:comment	"Indentificador"@es .
_:b60516592	rdf:type	owl:Class ;
	owl:unionOf	_:b60516594 .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
_:b60516593	rdf:first	skos:Collection ;
	rdf:rest	rdf:nil .
_:b60516594	rdf:first	skos:Concept ;
	rdf:rest	_:b60516593 .