@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 humord: <http://data.ub.uio.no/humord/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://dewey.info/class/666.192/e23/>
  a skos:Concept ;
  dc:created "2010-02-04"^^xsd:date ;
  dc:identifier "ocd00161564" ;
  dc:modified "2014-05-20"^^xsd:date ;
  skos:altLabel "Krukker--glass--teknologi"@nb, "Flasker--glass--teknologi"@nb, "Flasker--glass"@nb, "Krukker--glass"@nb ;
  skos:broader <http://dewey.info/class/666.19/e23/> ;
  skos:closeMatch humord:c28166, humord:c04667 ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:notation "666.192" ;
  skos:prefLabel "Flasker og krukker"@nb .

<http://dewey.info/class/666.19/e23/>
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/666.192/e23/> ;
  skos:notation "666.19" ;
  skos:prefLabel "Produkter"@nb .

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

