@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://icearagon.aragon.es/resource/core/org/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:IGEAR	rdf:type	owl:NamedIndividual .
@prefix org:	<http://www.w3.org/ns/org#> .
ns1:IGEAR	rdf:type	org:Organization .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:IGEAR	rdfs:label	"Instituto Geogr\u00E1fico de Arag\u00F3n"@es ;
	rdfs:seeAlso	<https://icearagon.aragon.es> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:IGEAR	dc:identifier	"IGEAR"^^xsd:string .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns8:	<http://www.aragon.es/> .
ns1:IGEAR	foaf:homepage	ns8:igear .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix wd:	<http://www.wikidata.org/entity/> .
ns1:IGEAR	skos:closeMatch	wd:Q28017992 ;
	foaf:depiction	<https://icearagon.aragon.es/lib/IDEAragon/themes/default/images/Logo-IGEAR.png> .
@prefix icearagon_core:	<http://icearagon.aragon.es/def/core#> .
@prefix ns12:	<http://icearagon.aragon.es/resource/core/> .
ns1:IGEAR	icearagon_core:manages	ns12:OrtofotoDeAragon ,
		ns12:AtlasDeAragon ,
		ns12:ServicioDeInformacionGeograficaDeAragon ,
		ns12:InfraestructuraDeDatosEspacialesDeAragon ,
		ns12:InfraestructuraDeConocimientoGeograficoDeAragon ,
		ns12:CartografiaOficialDeAragon ,
		ns12:NomenclatorGeograficoDeAragon ,
		<http://icearagon.aragon.es/resource/core/nca/NormaCartograficaDeAragon_3.0> ,
		ns12:PaisajeDeAragon .