@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/class/979.461/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/979.46100497/e23/> ;
  skos:notation "979.461" ;
  skos:prefLabel "San Francisco (Calif.), …"@nb .

<http://dewey.info/class/979.46100497/e23/>
  a skos:Concept ;
  dc:created "2026-07-07"^^xsd:date ;
  dc:identifier "ca314e29-c77c-4b27-af15-34122df6301f" ;
  dc:modified "2026-07-10"^^xsd:date ;
  skos:broader <http://dewey.info/class/979.461/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "979.46100497" ;
  skos:prefLabel "Amerikansk urbefolkning--San Francisco (Calif.)"@nb .

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

