@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#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/2--943/e23/>
  skos:prefLabel "Queensland"@nb ;
  a skos:Concept .

<http://dewey.info/class/305.8/e23/>
  skos:prefLabel "Etniske og nasjonale grupper"@nb ;
  a skos:Concept .

<http://dewey.info/class/305.80099/e23/>
  skos:notation "305.80099" ;
  skos:prefLabel "Etniske grupper--Australasia, …"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/305.8009943/e23/> .

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

<http://dewey.info/class/305.8009943/e23/>
  skos:broader <http://dewey.info/class/305.80099/e23/> ;
  skos:altLabel "Multikulturalisme--sosiologi--Queensland"@nb ;
  dc:identifier "55d393f2-10bb-491a-8e8e-51c9bbe5d060" ;
  skos:notation "305.8009943" ;
  dc:modified "2018-11-28"^^xsd:date ;
  skos:prefLabel "Etniske grupper--Queensland, …"@nb ;
  dc:created "2018-09-21"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/305.8/e23/>
   <http://dewey.info/class/2--943/e23/>
 ) ;
  a skos:Concept ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

