@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/scheme/edition/e23/>
  a skos:ConceptScheme ;
  rdfs:label "Norsk WebDewey"@nb .

<http://dewey.info/class/324.9001-324.9008/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/324.90081/e23/> ;
  skos:notation "324.9001-324.9008" ;
  skos:prefLabel "Generell forminndeling"@nb .

<http://dewey.info/class/1--081/e23/>
  a skos:Concept ;
  skos:prefLabel "Personer inndelt etter sosialt eller biologisk kjønn"@nb .

<http://dewey.info/class/324.90081/e23/>
  a skos:Concept ;
  dc:created "2023-08-16"^^xsd:date ;
  dc:identifier "81e6b3fb-f407-4861-9043-15ad317f833d" ;
  dc:modified "2023-08-17"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/324.9/e23/>
   <http://dewey.info/class/1--081/e23/>
 ) ;
  skos:broader <http://dewey.info/class/324.9001-324.9008/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "324.90081" ;
  skos:prefLabel "Kjønnsidentitet--valg (politikk)"@nb .

<http://dewey.info/class/324.9/e23/>
  a skos:Concept ;
  skos:prefLabel "Historie og geografisk behandling av valg"@nb .

