@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 void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bsaut.toolforge.org/show/90711102> skos:exactMatch bibbi:1705995 .
bs:workTitle
  rdfs:comment "Tittelen på verket som autoriteten beskriver."@en ;
  rdfs:label "Work title"@en, "Verkstittel"@nb .

bs:TitleAsSubject
  rdfs:label "Tittel som emne"@nb, "Title as subject"@en, "Tittel som emne"@nn ;
  a rdfs:Class, owl:Class .

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

<http://dewey.info/class/782.42164092/e23/> skos:closeMatch bibbi:1705995 .
bs:webdewey rdfs:label "WebDewey-nr. (godkjent)"@nb, "WebDewey number (approved)"@en .
bibbi:95181
  skos:prefLabel "Prince, am., 1958-2016"@nn, "Prince, am., 1958-2016"@nb ;
  a bs:SimpleType, bs:Person, skos:Concept ;
  skos:narrower bibbi:1705995 .

bibbi:1705995
  bs:workTitle "Purple rain" ;
  dc:created "2025-04-08T06:50:39"^^xsd:dateTime ;
  skos:broader bibbi:95181 ;
  dc:identifier "1705995" ;
  a bs:TitleAsSubject, skos:Concept, bs:SimpleType ;
  skos:inScheme <https://id.bs.no/bibbi>, bibbi: ;
  bs:itemsAsSubject 1 ;
  skos:closeMatch <http://dewey.info/class/782.42164092/e23/> ;
  skos:prefLabel "Prince, am., 1958-2016 - Purple rain"@nn, "Prince, am., 1958-2016 - Purple rain"@nb ;
  skos:exactMatch <https://bsaut.toolforge.org/show/90711102> ;
  dc:modified "2025-04-08T06:50:39"^^xsd:dateTime ;
  bs:webdewey "782.42164092" ;
  bs:noraf "90711102" ;
  bs:itemsAsEntry 0 .

