@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:Salud	rdf:type	icearagon_core:Coleccion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
coleccion:Salud	rdfs:label	"Datos Salud Arag\u00F3n"@es ;
	rdfs:comment	"Datos p\u00FAblicos salud de la Comunidad Aut\u00F3noma de Arag\u00F3n"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
coleccion:Salud	rdfs:seeAlso	"https://icearagon.aragon.es/descargas?coleccion=Salud"^^xsd:anyURI .
@prefix ns5:	<https://www.w3.org/ns/dcat#> .
coleccion:Salud	ns5:keyword	"Arag\u00F3n"@es .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
coleccion:Salud	dc:temporal	"22/05/04"^^xsd:string ;
	icearagon_core:hasTipoColeccion	icearagon_core:Tematica ;
	icearagon_core:hasEsquemaDistribucion	icearagon_core:ComunidadAutonoma .