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