@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:ps	rdf:type	owl:Ontology .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:ps	rdfs:label	"Ontolog\u00EDa para el Grafo de Conocimiento Geogr\u00E1fico de Gobierno de Arag\u00F3n (Conceptos de lugares protegidos)"@es ,
		"Ontology for Geographic Knowledge Graph for Aragonese Government (Protected sites concepts)"@en ;
	owl:imports	<http://icearagon.aragon.es/def/core/1.0.0> .
@prefix ns4:	<http://www.w3.org/2015/03/inspire/> .
ns1:ps	owl:imports	ns4:ps ;
	rdfs:comment	"Ontolog\u00EDa sobre lugares protegidos en Arag\u00F3n"@es ;
	owl:versionInfo	0.2 .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:ps	dc:creator	<http://idearium.eu> ,
		"Instituto Geogr\u00E1fico de Arag\u00F3n (IGEAR). Gobierno de Arag\u00F3n"@es .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:ps	dc:creator	"Idearium Consultores SRL"^^xsd:string .
@prefix ns7:	<http://www.aragon.es/> .
ns1:ps	dc:creator	ns7:igear .
@prefix vann:	<http://purl.org/vocab/vann/> .
ns1:ps	vann:preferredNamespacePrefix	"icearagon_ps"^^xsd:string .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:ps	dct:publisher	"Instituto Geogr\u00E1fico de Arag\u00F3n (IGEAR). Gobierno de Arag\u00F3n"@es ,
		ns7:igear ;
	dc:date	"2022-11-14"^^xsd:date ;
	owl:versionIRI	<http://icearagon.aragon.es/def/ps/0.2> ;
	dct:spatial	"Arag\u00F3n (Spain)"^^xsd:string .