@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ec:	<http://ec.europa.eu/eurostat/ramon/ontologies/geographic.rdf#> .
<http://linked.opendata.cz/resource/region/500216>	rdf:type	ec:LAURegion .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://linked.opendata.cz/resource/region/500216>	rdfs:label	"Praha 9" ;
	ec:hasParentRegion	<http://linked.opendata.cz/resource/region/554782> ;
	ec:name	"Praha 9" ;
	ec:regionCode	"500216" .