@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix coleccion:	<http://icearagon.aragon.es/resource/core/coleccion/> .
@prefix icearagon_core:	<http://icearagon.aragon.es/def/core#> .
coleccion:ISDT	rdf:type	icearagon_core:Coleccion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
coleccion:ISDT	rdfs:label	"\u00CDndice Sint\u00E9tico de Desarrollo Territorial (ISDT)"@es ;
	rdfs:comment	"\u00CDndice Sint\u00E9tico de Desarrollo Territorial (ISDT)"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
coleccion:ISDT	rdfs:seeAlso	"https://icearagon.aragon.es/descargas?coleccion=ISDT"^^xsd:anyURI .
@prefix ns5:	<https://www.w3.org/ns/dcat#> .
coleccion:ISDT	ns5:keyword	"Arag\u00F3n"@es .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
coleccion:ISDT	dc:temporal	"2017"^^xsd:string ;
	icearagon_core:hasTipoColeccion	icearagon_core:Tematica ;
	icearagon_core:hasEsquemaDistribucion	icearagon_core:ComunidadAutonoma .