http://epp.eurostat.ec.europa.eu/portal/page/portal/nuts_nomenclature/introduction
Bases: ordf.vocab.skos.ConceptScheme
NUTS regions as an (incomplete) SKOS concept Scheme.
>>> regions = Regions() >>> regions.load() >>> scotland = regions.byName("scotland") >>> print [str(name) for name in scotland.label] ['Scotland'] >>>
Load NUTS regions into the given graph (or self.graph if None) from the Frei Universitat Berlin.
Return an instance for the given name, optionally from the given graph (otherwise from the store backing self.graph) and cache the result.
Bases: ordf.vocab.skos.Concept
The concept of a NUTS region.
Eurostat RDF API
Enter search terms or a module, class or function name.