@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://data.ub.uio.no/webdewey-terms#> .
@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/677/e23/>
  skos:notation "677" ;
  skos:prefLabel "Tekstiler"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/677.8/e23/> .

<http://dewey.info/class/677.8/e23/>
  skos:broader <http://dewey.info/class/677/e23/> ;
  ns0:including "Bandasjer"@nb, "Sanitetsbind"@nb ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  dc:identifier "ocd00162266" ;
  a skos:Concept ;
  skos:notation "677.8" ;
  skos:altLabel "Bandasjer--produksjonsteknologi"@nb, "Gasbind--produksjonsteknologi"@nb, "Sanitetsbind"@nb, "Gasbind"@nb, "Bandasjer"@nb ;
  skos:prefLabel "Gasbind og vatt"@nb ;
  dc:modified "2014-06-05"^^xsd:date ;
  skos:closeMatch bibbi:1110881 ;
  dc:created "2010-02-04"^^xsd:date .

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

