@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/table/5/e23/> a skos:ConceptScheme .
<http://dewey.info/class/5--112/e23/>
  skos:altLabel "Britisk-canadiere"@nb, "Britisk-kanadiere"@nb ;
  dc:modified "2018-04-09"^^xsd:date ;
  a skos:Concept ;
  dc:identifier "ocd00150989" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/>, <http://dewey.info/table/5/e23/> ;
  skos:notation "T5--112" ;
  skos:prefLabel "Kanadiere av britisk opprinnelse"@nb ;
  dc:created "2009-12-03"^^xsd:date ;
  skos:broader <http://dewey.info/class/5--11/e23/> .

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

<http://dewey.info/class/5--11/e23/>
  skos:notation "T5--11" ;
  skos:prefLabel "Kanadiere"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/5--112/e23/> .

