@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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 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://bsaut.toolforge.org/show/14057612> skos:exactMatch bibbi:137930 .
<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:137930
  a bs:Person, skos:Concept, bs:SimpleType ;
  ns0:birthDate "1948" ;
  skos:hiddenLabel "Philip Jackson"@nb, "Philip Jackson"@nn ;
  ns0:name "Philip Jackson"@nn, "Philip Jackson"@nb ;
  dc:modified "2015-09-16T13:12:36"^^xsd:dateTime ;
  bs:itemsAsSubject 0 ;
  bs:noraf "14057612" ;
  dc:identifier "137930" ;
  skos:inScheme <https://id.bs.no/bibbi>, bibbi: ;
  skos:prefLabel "Jackson, Philip, eng., 1948-"@nb, "Jackson, Philip, eng., 1948-"@nn ;
  skos:exactMatch <https://bsaut.toolforge.org/show/14057612> ;
  bs:itemsAsEntry 10 .

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 .

