@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://icearagon.aragon.es/def/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:core	rdf:type	owl:Ontology .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:core	rdfs:label	"Ontolog\u00EDa para el Grafo de Conocimiento Geogr\u00E1fico de Gobierno de Arag\u00F3n (Conceptos base)"@es ,
		"Ontology for Geographic Knowledge Graph for Aragonese Government (Core concepts)"@en .
@prefix ns4:	<http://opendata.aragon.es/def/> .
ns1:core	owl:imports	ns4:ei2av2 ;
	rdfs:comment	"Ontolog\u00EDa de tem\u00E1tica general sobre de fen\u00F3menos relacionados con Arag\u00F3n"@es ;
	owl:versionInfo	1 ,
		0.2 .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix ns6:	<http://www.aragon.es/> .
ns1:core	dc:creator	ns6:igear ,
		<http://idearium.eu> ,
		"Instituto Geogr\u00E1fico de Arag\u00F3n (IGEAR). Gobierno de Arag\u00F3n"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:core	dc:creator	"Idearium Consultores SRL"^^xsd:string .
@prefix vann:	<http://purl.org/vocab/vann/> .
ns1:core	vann:preferredNamespacePrefix	"icearagon_core"^^xsd:string .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:core	dct:publisher	"Instituto Geogr\u00E1fico de Arag\u00F3n (IGEAR). Gobierno de Arag\u00F3n"@es ,
		ns6:igear ;
	dc:date	"2022-11-14"^^xsd:date ;
	owl:versionIRI	<http://icearagon.aragon.es/def/core/0.2> ,
		<http://icearagon.aragon.es/def/core/1.0> ;
	dct:spatial	"Arag\u00F3n (Spain)"^^xsd:string .