@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/cl/division-politico-administrativa/2010/provincia/> .@prefix bcngeo:	<http://datos.bcn.cl/ontologies/bcn-geographics#> .ns1:talagante	rdf:type	bcngeo:GeographicalPlace .@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .ns1:talagante	rdf:type	dbpedia-owl:Place ,		bcngeo:Province .@prefix geo:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .ns1:talagante	rdf:type	geo:SpatialThing .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .ns1:talagante	rdfs:label	"Talagante" .@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .ns1:talagante	skos:prefLabel	"Talagante" .@prefix dc:	<http://purl.org/dc/elements/1.1/> .ns1:talagante	dc:identifier	107 .@prefix time:	<http://www.w3.org/2006/time#> .ns1:talagante	time:year	2010 .@prefix gn:	<http://www.geonames.org/ontology#> .ns1:talagante	gn:officialName	"Talagante" ;	bcngeo:hasCUT	136 .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .ns1:talagante	geo:lat	"-33.6635"^^xsd:float ;	geo:long	"-70.929"^^xsd:float .@prefix ns11:	<http://datos.bcn.cl/recurso/cl/division-politico-administrativa/2010/region/> .ns1:talagante	bcngeo:belongsTo	ns11:ropolitana-de-santiago .@prefix ns12:	<http://datos.bcn.cl/recurso/cl/division-politico-administrativa/2010/comuna/> .ns1:talagante	bcngeo:composedBy	ns12:talagante ,		ns12:isla-de-maipo ,		ns12:el-monte ,		ns12:padre-hurtado ,		ns12:penaflor .