@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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/class/220.83054/e23/>
  skos:notation "220.83054" ;
  skos:prefLabel "Kvinner--Bibelen"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/220.830542/e23/> .

<http://dewey.info/class/220.830542/e23/>
  mads:componentList (
   <http://dewey.info/class/220.8/e23/>
   <http://dewey.info/class/305..42/e23/>
 ) ;
  skos:notation "220.830542" ;
  skos:broader <http://dewey.info/class/220.83054/e23/> ;
  dc:created "2024-04-10"^^xsd:date ;
  skos:prefLabel "Feminisme--Bibelen"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "aa30316f-c78c-486a-9009-af8d29530ca5" ;
  a skos:Concept ;
  dc:modified "2024-04-10"^^xsd:date .

<http://dewey.info/class/220.8/e23/>
  skos:prefLabel "Ikke-religiøse emner behandlet i Bibelen"@nb ;
  a skos:Concept .

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

