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

<http://dewey.info/class/516/e23/>
  a skos:Concept ;
  skos:prefLabel "Geometri"@nb .

<http://dewey.info/class/516.0089/e23/>
  a skos:Concept ;
  dc:created "2021-08-10"^^xsd:date ;
  dc:identifier "9c519205-817d-4637-8ca7-f08e4d25778a" ;
  dc:modified "2021-08-11"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/516/e23/>
   <http://dewey.info/class/1--089/e23/>
 ) ;
  skos:broader <http://dewey.info/class/516.001-516.009/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "516.0089" ;
  skos:prefLabel "Etniske grupper--geometri"@nb .

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

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

<http://dewey.info/class/516.001-516.009/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/516.0089/e23/> ;
  skos:notation "516.001-516.009" ;
  skos:prefLabel "Generell forminndeling"@nb .

