@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://schema.org/> .
@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/1740117331529> skos:exactMatch bibbi:1708913 .
bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:1708913
  a bs:SimpleType, skos:Concept, bs:Person ;
  skos:hiddenLabel "Michael Amherst"@nn, "Michael Amherst"@nb ;
  dc:identifier "1708913" ;
  bs:itemsAsEntry 1 ;
  dc:modified "2025-05-12T10:30:37"^^xsd:dateTime ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1740117331529> ;
  skos:prefLabel "Amherst, Michael"@nb, "Amherst, Michael"@nn ;
  bs:itemsAsSubject 0 ;
  dc:created "2025-05-12T10:30:16"^^xsd:dateTime ;
  bs:noraf "1740117331529" ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  ns0:name "Michael Amherst"@nn, "Michael Amherst"@nb .

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

