@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dewey.info/table/2/e23/> a skos:ConceptScheme .
<http://dewey.info/class/2--42132/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2--4213/e23/> ;
  skos:notation "T2--42132" ;
  skos:prefLabel "Westminster City"@nb .

<http://dewey.info/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/2--421/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/2--4213/e23/> ;
  skos:notation "T2--421" ;
  skos:prefLabel "Stor-London"@nb .

<http://dewey.info/class/2--4213/e23/>
  a skos:Concept ;
  dc:created "2009-12-03"^^xsd:date ;
  dc:identifier "ocd00124601" ;
  dc:modified "2011-10-03"^^xsd:date ;
  skos:broader <http://dewey.info/class/2--421/e23/> ;
  skos:inScheme <http://dewey.info/table/2/e23/>, <http://dewey.info/scheme/edition/e23/> ;
  skos:narrower <http://dewey.info/class/2--42133/e23/>, <http://dewey.info/class/2--42134/e23/>, <http://dewey.info/class/2--42132/e23/> ;
  skos:notation "T2--4213" ;
  skos:prefLabel "West London"@nb .

<http://dewey.info/class/2--42133/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2--4213/e23/> ;
  skos:notation "T2--42133" ;
  skos:prefLabel "Hammersmith and Fulham London Borough"@nb .

<http://dewey.info/class/2--42134/e23/>
  a skos:Concept ;
  skos:broader <http://dewey.info/class/2--4213/e23/> ;
  skos:notation "T2--42134" ;
  skos:prefLabel "Kensington and Chelsea Royal Borough"@nb .

