@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix bs: <https://schema.bs.no/> .
@prefix ns0: <https://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 .

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

bibbi:1204095
  bs:noraf "1615360583221" ;
  skos:altLabel "McBride, Christopher"@nb, "McBride, Christopher"@nn ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  a bs:SimpleType, skos:Concept, bs:Person ;
  ns0:name "Christopher MacBride"@nn, "Christopher MacBride"@nb ;
  dc:modified "2021-06-28T07:50:56"^^xsd:dateTime ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1615360583221> ;
  skos:hiddenLabel "Christopher MacBride"@nn, "Christopher MacBride"@nb ;
  dc:identifier "1204095" ;
  bs:itemsAsSubject 0 ;
  dc:created "2021-06-28T07:50:46"^^xsd:dateTime ;
  bs:itemsAsEntry 1 ;
  skos:prefLabel "MacBride, Christopher"@nn, "MacBride, Christopher"@nb .

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

