@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:CLC12	rdf:type	icearagon_core:Coleccion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
coleccion:CLC12	rdfs:label	"Corine Land Cover 2012"@es ;
	rdfs:comment	"Corine Land Cover 2012"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
coleccion:CLC12	rdfs:seeAlso	"https://icearagon.aragon.es/descargas?coleccion=CLC12"^^xsd:anyURI .
@prefix ns5:	<https://www.w3.org/ns/dcat#> .
coleccion:CLC12	ns5:keyword	"Suelo"@es ,
		"2012"@es ,
		"Uso"@es .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
coleccion:CLC12	dc:temporal	"2012"^^xsd:string ;
	icearagon_core:hasTipoColeccion	icearagon_core:Tematica ;
	icearagon_core:hasEsquemaDistribucion	icearagon_core:ComunidadAutonoma .