@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix bs: <https://schema.bs.no/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://dewey.info/class/940.5451/e23/> skos:closeMatch bibbi:1204617 .
bs:CorporationAsSubject
  rdfs:label "Korporasjon som emne"@nn, "Korporasjon som emne"@nb, "Corporation as subject"@en ;
  a rdfs:Class, owl:Class .

bibbi:1204617
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  dc:identifier "1204617" ;
  bs:itemsAsEntry 0 ;
  skos:closeMatch <http://dewey.info/class/940.5451/e23/> ;
  a skos:Concept, bs:CorporationAsSubject, bs:SimpleType ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1615360583410> ;
  dc:created "2021-07-07T11:13:19"^^xsd:dateTime ;
  skos:prefLabel "U-869 (ubåt)"@nb, "U-869 (ubåt)"@nn ;
  bs:detail "ubåt" ;
  skos:broader bibbi:1204615 ;
  bs:webdewey "940.54/51" ;
  bs:itemsAsSubject 1 ;
  dc:modified "2021-07-07T11:13:19"^^xsd:dateTime ;
  bs:noraf "1615360583410" .

<https://bsaut.toolforge.org/show/1615360583410> skos:exactMatch bibbi:1204617 .
bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:1204615
  skos:prefLabel "U-869 (ubåt)"@nb, "U-869 (ubåt)"@nn ;
  a bs:Corporation, bs:SimpleType, skos:Concept ;
  skos:narrower bibbi:1204617 .

bs:webdewey rdfs:label "WebDewey-nr. (godkjent)"@nb, "WebDewey number (approved)"@en .
