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

<https://schema.org/name>
  rdfs:comment "The name of the item"@en ;
  rdfs:label "Name"@en, "Navn"@nb, "Namn"@nn .

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

<https://bsaut.toolforge.org/show/1615360582127> skos:exactMatch bibbi:1200755 .
bibbi:1200755
  dc:created "2021-04-09T15:17:41"^^xsd:dateTime ;
  ns0:name "Sarah Laboucarie"@nn, "Sarah Laboucarie"@nb ;
  a bs:Person, bs:SimpleType, skos:Concept ;
  dc:modified "2021-04-09T15:17:47"^^xsd:dateTime ;
  bs:noraf "1615360582127" ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  bs:itemsAsEntry 1 ;
  skos:prefLabel "Laboucarie, Sarah"@nb, "Laboucarie, Sarah"@nn ;
  dc:identifier "1200755" ;
  skos:hiddenLabel "Sarah Laboucarie"@nn, "Sarah Laboucarie"@nb ;
  bs:itemsAsSubject 0 ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1615360582127> .

bs:Person
  rdfs:label "Person"@nn, "Person"@nb, "Person"@en ;
  a rdfs:Class, owl:Class .

