@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 ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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://bsaut.toolforge.org/show/2021175> skos:exactMatch bibbi:1177140 .
<https://schema.org/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 .

bibbi:1177140
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  skos:exactMatch <https://bsaut.toolforge.org/show/2021175> ;
  a bs:Person, bs:SimpleType, skos:Concept ;
  dc:identifier "1177140" ;
  ns0:name "Sergio Sabbatini"@nb, "Sergio Sabbatini"@nn ;
  bs:itemsAsSubject 0 ;
  bs:itemsAsEntry 5 ;
  bs:noraf "2021175" ;
  skos:prefLabel "Sabbatini, Sergio, 1969-"@nn, "Sabbatini, Sergio, 1969-"@nb ;
  ns0:birthDate "1969" ;
  dc:created "2019-08-07T13:39:35"^^xsd:dateTime ;
  skos:hiddenLabel "Sergio Sabbatini"@nb, "Sergio Sabbatini"@nn ;
  dc:modified "2019-08-07T13:39:35"^^xsd:dateTime .

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

