@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://opendata.aragon.es/recurso/territorio/Comarca/> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns1:Sobrarbe	rdf:type	dbo:Place ,
		dbo:AdministrativeRegion ,
		dbo:GovernmentalAdministrativeRegion ,
		dbo:Region .
@prefix schema:	<http://schema.org/> .
ns1:Sobrarbe	rdf:type	schema:AdministrativeArea ,
		dbo:PopulatedPlace ,
		schema:Place .
@prefix ns4:	<http://opendata.aragon.es/def/Aragopedia#> .
ns1:Sobrarbe	rdf:type	ns4:Comarca .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:Sobrarbe	rdf:type	owl:Thing .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Sobrarbe	rdfs:label	"Sobrarbe"@es ;
	dbo:country	<http://es.dbpedia.org/resource/Espa\u00F1a> .
@prefix ns7:	<http://opendata.aragon.es/recurso/territorio/Municipio/> .
ns1:Sobrarbe	ns4:contieneMunicipio	ns7:Bielsa ,
		ns7:Plan ,
		ns7:San_Juan_de_Plan ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/B\u00E1rcabo> ,
		ns7:Torla ,
		ns7:Tella-Sin ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Gista\u00EDn> ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Laspu\u00F1a> ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/A\u00EDnsa-Sobrarbe> ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Fueva_(La)> ,
		ns7:Fanlo ,
		ns7:Broto ,
		ns7:Fiscal ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Bolta\u00F1a> ,
		ns7:Palo ,
		ns7:Abizanda ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Pueyo_de_Aragu\u00E1s_(El)> ,
		<http://opendata.aragon.es/recurso/territorio/Municipio/Pu\u00E9rtolas> ,
		ns7:Labuerda .
@prefix ns8:	<http://opendata.aragon.es/recurso/estadistica/Observacion/> .
ns1:Sobrarbe	ns4:hasObservation	ns8:Sobrarbe__7812__1__1 ,
		ns8:Sobrarbe__7812__1__2 ,
		ns8:Sobrarbe__3512__1__4 ,
		ns8:Sobrarbe__3512__1__2 ,
		ns8:Sobrarbe__3512__1__3 ,
		ns8:Sobrarbe__3512__1__1 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:Sobrarbe	ns4:menPopulation	"3666"^^xsd:nonNegativeInteger ;
	ns4:womenPopulation	"3237"^^xsd:nonNegativeInteger ;
	ns4:enComunidadAutonoma	<http://opendata.aragon.es/recurso/territorio/ComunidadAutonoma/Arag\u00F3n> .