@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@prefix humord: <http://data.ub.uio.no/humord/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/9/e23/>
  a skos:Concept ;
  skos:prefLabel "Historie og geografi"@nb .

<http://dewey.info/class/942.4/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/942.42/e23/> ;
  skos:notation "942.4" ;
  skos:prefLabel "Midlands (England), …"@nb .

<http://dewey.info/class/942.42/e23/>
  a skos:Concept ;
  dc:created "2017-03-31"^^xsd:date ;
  dc:identifier "f9fa6481-3418-416f-bf1f-406c4def5fd7" ;
  dc:modified "2017-04-03"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/9/e23/>
   <http://dewey.info/class/2--424.2/e23/>
 ) ;
  skos:altLabel "Leominster (England : distrikt)"@nb, "Ledbury (England)"@nb, "Ross-on-Wye (England)"@nb, "South Herefordshire (England)"@nb, "Bromyard (England)"@nb, "Hereford (England)"@nb ;
  skos:broader <http://dewey.info/class/942.4/e23/> ;
  skos:exactMatch humord:c14689 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "942.42" ;
  skos:prefLabel "Herefordshire (England), …"@nb .

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

