@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 void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

bs:nationality
  rdfs:comment "Nasjonalitet, enten land eller folkegruppe/etnisk gruppe."@nb ;
  rdfs:label "Nasjonalitet"@nb, "Nationality"@en .

bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:1178060
  skos:prefLabel "Israelarar"@nn, "Israelere"@nb ;
  a bs:DemographicGroup, bs:Topic, bs:SimpleType, skos:Concept .

bibbi:12307
  dc:modified "2005-11-02T23:38:26"^^xsd:dateTime ;
  bs:nationality bibbi:1178060 ;
  bs:itemsAsSubject 0 ;
  ns0:name "Shlomo S. Gafni"@nb, "Shlomo S. Gafni"@nn ;
  a bs:Person, skos:Concept, bs:SimpleType ;
  ns0:birthDate "1932" ;
  bs:noraf "90149344" ;
  skos:exactMatch <https://bsaut.toolforge.org/show/90149344> ;
  skos:hiddenLabel "Shlomo S. Gafni"@nb, "Shlomo S. Gafni"@nn ;
  skos:inScheme <https://id.bs.no/bibbi>, bibbi: ;
  skos:prefLabel "Gafni, Shlomo S., isr., 1932-"@nn, "Gafni, Shlomo S., isr., 1932-"@nb ;
  bs:itemsAsEntry 2 ;
  dc:identifier "12307" ;
  dc:created "2005-11-02T23:38:26"^^xsd:dateTime .

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

