@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:ZAR	rdf:type	icearagon_core:Coleccion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
coleccion:ZAR	rdfs:label	"Clasificaci\u00F3n del Riesgo de Incendio Forestal"@es ;
	rdfs:comment	"Clasificaci\u00F3n del Riesgo de Incendio Forestal"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
coleccion:ZAR	rdfs:seeAlso	"https://icearagon.aragon.es/descargas?coleccion=ZAR"^^xsd:anyURI .
@prefix ns5:	<https://www.w3.org/ns/dcat#> .
coleccion:ZAR	ns5:keyword	"Arag\u00F3n"@es ,
		"Tem\u00E1ticos"@es ,
		"Aragon"@es .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
coleccion:ZAR	dc:temporal	"2017"^^xsd:string ;
	icearagon_core:hasTipoColeccion	icearagon_core:Tematica ;
	icearagon_core:hasEsquemaDistribucion	icearagon_core:ComunidadAutonoma .