@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bs: <https://schema.bs.no/> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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://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 .

<https://bsaut.toolforge.org/show/9020985> skos:exactMatch bibbi:195178 .
bibbi:195178
  skos:prefLabel "Lachman, Gary, am., 1955-"@nn, "Lachman, Gary, am., 1955-"@nb ;
  dc:identifier "195178" ;
  dc:modified "2021-09-28T10:48:21"^^xsd:dateTime ;
  a bs:Person, bs:SimpleType, skos:Concept ;
  bs:itemsAsEntry 4 ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  ns0:birthDate "1955" ;
  bs:nationality bibbi:1177319 ;
  bs:noraf "9020985" ;
  dc:created "2009-03-06T14:59:46"^^xsd:dateTime ;
  ns0:name "Gary Lachman"@nn, "Gary Lachman"@nb ;
  bs:itemsAsSubject 0 ;
  skos:hiddenLabel "Gary Lachman"@nn, "Gary Lachman"@nb ;
  skos:exactMatch <https://bsaut.toolforge.org/show/9020985> .

bibbi:1177319
  skos:prefLabel "Amerikanere"@nb, "Amerikanarar"@nn ;
  a bs:DemographicGroup, bs:Topic, bs:SimpleType, skos:Concept .

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

