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

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

bibbi:151541
  a bs:Person, bs:SimpleType, skos:Concept ;
  skos:exactMatch <https://bsaut.toolforge.org/show/99045072> ;
  dc:identifier "151541" ;
  skos:prefLabel "Eaglestone, Robert, eng., 1968-"@nn, "Eaglestone, Robert, eng., 1968-"@nb ;
  skos:hiddenLabel "Robert Eaglestone"@nn, "Robert Eaglestone"@nb ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  bs:noraf "99045072" ;
  dc:modified "2023-06-09T07:19:08"^^xsd:dateTime ;
  ns0:birthDate "1968" ;
  ns0:name "Robert Eaglestone"@nn, "Robert Eaglestone"@nb ;
  bs:itemsAsSubject 0 ;
  bs:itemsAsEntry 2 .

<https://bsaut.toolforge.org/show/99045072> skos:exactMatch bibbi:151541 .
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 .

