@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://schema.org/> .
@prefix bs: <https://schema.bs.no/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

bibbi:267321
  dc:identifier "267321" ;
  skos:prefLabel "Jackson, Sarah, eng., 1977-"@nn, "Jackson, Sarah, eng., 1977-"@nb ;
  ns0:name "Sarah Jackson"@nb, "Sarah Jackson"@nn ;
  bs:itemsAsSubject 0 ;
  a bs:SimpleType, bs:Person, skos:Concept ;
  bs:noraf "1533887371791" ;
  skos:hiddenLabel "Sarah Jackson"@nb, "Sarah Jackson"@nn ;
  bs:itemsAsEntry 1 ;
  ns0:birthDate "1977" ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1533887371791> ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> .

<https://bsaut.toolforge.org/show/1533887371791> skos:exactMatch bibbi:267321 .
ns0: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 .

ns0: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 .

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

