@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/class/330.973/e23/>
  a skos:Concept ;
  skos:prefLabel "USA--økonomiske forhold, …"@nb .

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

<http://dewey.info/class/973.917/e23/>
  a skos:Concept ;
  skos:prefLabel "Franklin Delano Roosevelts regjeringstid, 1933-1945"@nb .

<http://dewey.info/class/330.9730917/e23/>
  a skos:Concept ;
  dc:created "2022-12-19"^^xsd:date ;
  dc:identifier "8ad9942e-3ddc-4181-a03e-d51bf99e348f" ;
  dc:modified "2023-01-09"^^xsd:date ;
  mads:componentList (
   <http://dewey.info/class/330.973/e23/>
   <http://dewey.info/class/973.917/e23/>
 ) ;
  skos:altLabel "Økonomiske forhold--USA--1933-1945"@nb ;
  skos:broader <http://dewey.info/class/330.97301-330.97309/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "330.9730917" ;
  skos:prefLabel "USA--økonomiske forhold--1933-1945, …"@nb .

<http://dewey.info/class/330.97301-330.97309/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/330.9730917/e23/> ;
  skos:notation "330.97301-330.97309" ;
  skos:prefLabel "Historiske perioder i USA"@nb .

