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

<http://dewey.info/class/796.2/e23/>
  skos:notation "796.2" ;
  skos:prefLabel "Aktiviteter, spill og leker som krever utstyr"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/796.22/e23/> .

<http://dewey.info/class/796.22/e23/>
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00168388" ;
  skos:altLabel "Skateboarding"@nb, "Rullebrett"@nb, "Skateboard"@nb ;
  skos:prefLabel "Rullebrettkjøring"@nb ;
  skos:closeMatch bibbi:1118323, bibbi:1118325, bibbi:1144004 ;
  skos:notation "796.22" ;
  dc:modified "2018-07-31"^^xsd:date ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/796.2/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> .

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

