@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 ns0: <https://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bs: <https://schema.bs.no/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://schema.org/birthDate>
  rdfs:comment "Date the person was born, either the year or the full date according to ISO 8601."@en ;
  rdfs:label "Born"@en, "Født"@nb, "Født"@nn .

<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/1675320984302> skos:exactMatch bibbi:1458266 .
bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:1458266
  skos:prefLabel "Lack, Bella, eng., 2003-"@nn, "Lack, Bella, eng., 2003-"@nb ;
  ns0:name "Bella Lack"@nn, "Bella Lack"@nb ;
  dc:modified "2023-02-28T13:46:03"^^xsd:dateTime ;
  ns0:birthDate "2003" ;
  skos:hiddenLabel "Bella Lack"@nn, "Bella Lack"@nb ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  a bs:SimpleType, bs:Person, skos:Concept ;
  bs:itemsAsSubject 0 ;
  dc:created "2023-02-28T13:46:03"^^xsd:dateTime ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1675320984302> ;
  bs:itemsAsEntry 1 ;
  bs:noraf "1675320984302" ;
  dc:identifier "1458266" .

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

