@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .

<http://dewey.info/class/1--01/e23/>
  skos:prefLabel "Filosofi og teori"@nb ;
  a skos:Concept .

<http://dewey.info/class/746.92/e23/>
  skos:notation "746.92" ;
  skos:prefLabel "Klær"@nb ;
  a skos:Concept ;
  skos:narrower <http://dewey.info/class/746.9201/e23/> .

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

<http://dewey.info/class/746.9201/e23/>
  skos:altLabel "Klær--kunst--filosofi"@nb ;
  dc:modified "2023-01-10"^^xsd:date ;
  a skos:Concept ;
  skos:prefLabel "Motedesign--filosofi, …"@nb ;
  skos:notation "746.9201" ;
  skos:inScheme <http://dewey.info/scheme/edition/e23/> ;
  skos:broader <http://dewey.info/class/746.92/e23/> ;
  skos:closeMatch bibbi:1442035 ;
  dc:identifier "28776050-bd42-496a-95b6-7dd3398470e5" ;
  mads:componentList (
   <http://dewey.info/class/746.92/e23/>
   <http://dewey.info/class/1--01/e23/>
 ) ;
  dc:created "2023-01-10"^^xsd:date .

