@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 bibbi: <https://id.bs.no/bibbi/> .

<http://dewey.info/class/2--73/e23/>
  skos:prefLabel "USA"@nb ;
  a skos:Concept .

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

<http://dewey.info/class/364.173/e23/>
  skos:prefLabel "Besittelse og bruk av alkoholholdige drikkevarer"@nb ;
  a skos:Concept .

<http://dewey.info/class/364.173097/e23/>
  skos:notation "364.173097" ;
  skos:prefLabel "Aldersgrense for alkoholkonsumering--Nord-Amerika"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/364.1730973/e23/> .

<http://dewey.info/class/364.1730973/e23/>
  mads:componentList (
   <http://dewey.info/class/364.173/e23/>
   <http://dewey.info/class/2--73/e23/>
 ) ;
  skos:prefLabel "Aldersgrense for alkoholkonsumering--USA"@nb ;
  skos:broader <http://dewey.info/class/364.173097/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:created "2021-12-07"^^xsd:date ;
  dc:modified "2021-12-09"^^xsd:date ;
  skos:closeMatch bibbi:1260368 ;
  dc:identifier "fdf822eb-385e-4cab-b4be-4c81a08ce42b" ;
  a skos:Concept ;
  skos:notation "364.1730973" .

