@prefix bs: <https://schema.bs.no/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@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 void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

bs:ddk5 rdfs:label "DDK5-nr."@nb, "DDK5 number"@en .
bibbi:1143521
  bs:ddk5 "736.9" ;
  a bs:SimpleType, bs:Topic, skos:Concept ;
  dc:created "2016-12-16T15:48:31"^^xsd:dateTime ;
  skos:altLabel "Fabrigami"@nn, "Fabrigami"@nb ;
  bs:webdewey "736/.982" ;
  skos:prefLabel "Tøybretting"@nn, "Tøybretting"@nb ;
  dc:modified "2016-12-16T15:48:31"^^xsd:dateTime ;
  dc:identifier "1143521" ;
  skos:closeMatch <http://dewey.info/class/736.982/e23/> ;
  skos:inScheme <https://id.bs.no/bibbi>, bibbi: ;
  bs:itemsAsEntry 0 ;
  bs:itemsAsSubject 1 .

bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bs:Topic
  rdfs:label "Generelt emne"@nb, "Generelt emne"@nn, "Topical subject"@en ;
  a rdfs:Class, owl:Class .

<http://dewey.info/class/736.982/e23/> skos:closeMatch bibbi:1143521 .
bs:webdewey rdfs:label "WebDewey-nr. (godkjent)"@nb, "WebDewey number (approved)"@en .
