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

<http://dewey.info/class/1--06/e23/>
  skos:prefLabel "Organisasjoner og ledelse"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/305.906914/e23/>
  skos:notation "305.906914" ;
  skos:prefLabel "Flyktninger"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/305.90691406/e23/> .

<http://dewey.info/class/305.90691406/e23/>
  skos:notation "305.90691406" ;
  mads:componentList (
   <http://dewey.info/class/305.906914/e23/>
   <http://dewey.info/class/1--06/e23/>
 ) ;
  dc:modified "2018-01-30"^^xsd:date ;
  a skos:Concept ;
  skos:altLabel "Flyktninger--organisasjoner"@nb ;
  skos:prefLabel "Asylsøkere--organisasjoner, …"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/305.906914/e23/> ;
  dc:created "2018-01-29"^^xsd:date ;
  dc:identifier "ceccdea0-722c-477e-8d9a-da254fd0fe91" .

