@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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/302.22/e23/>
  skos:closeMatch bibbi:1116478, bibbi:1132978 ;
  skos:narrower <http://dewey.info/class/302.226/e23/>, <http://dewey.info/class/302.222-302.224/e23/> ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:modified "2018-07-19"^^xsd:date ;
  dc:created "2010-02-04"^^xsd:date ;
  skos:prefLabel "Kommunikasjonsformer"@nb ;
  dc:identifier "ocd00132257" ;
  skos:notation "302.22" ;
  skos:broader <http://dewey.info/class/302.2/e23/> ;
  a skos:Concept .

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

<http://dewey.info/class/302.226/e23/>
  skos:notation "302.226" ;
  skos:prefLabel "Visuell kommunikasjon"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/302.22/e23/> .

<http://dewey.info/class/302.2/e23/>
  skos:notation "302.2" ;
  skos:prefLabel "Kommunikasjon"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/302.22/e23/> .

<http://dewey.info/class/302.222-302.224/e23/>
  skos:notation "302.222-302.224" ;
  skos:prefLabel "Språklig og ikke-språklig kommunikasjon"@nb ;
  a skos:Concept ;
  skos:broader <http://dewey.info/class/302.22/e23/> .

