@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:SIOSE	rdf:type	icearagon_core:Coleccion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
coleccion:SIOSE	rdfs:label	"SIOSE. Sistema de informaci\u00F3n de la ocupaci\u00F3n del suelo de Espa\u00F1a."@es ;
	rdfs:comment	"Sistema de informaci\u00F3n de Ocupaci\u00F3n del Suelo de Espa\u00F1a.Escala 25.000"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
coleccion:SIOSE	rdfs:seeAlso	"https://icearagon.aragon.es/descargas?coleccion=SIOSE"^^xsd:anyURI .
@prefix ns5:	<https://www.w3.org/ns/dcat#> .
coleccion:SIOSE	ns5:keyword	"uso"@es ,
		"siose"@es ,
		"Suelo"@es ,
		"2009"@es .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
coleccion:SIOSE	dc:temporal	"2009"^^xsd:string ;
	icearagon_core:hasTipoColeccion	icearagon_core:Tematica ;
	icearagon_core:hasEsquemaDistribucion	icearagon_core:ComunidadAutonoma .