@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 dc: <http://purl.org/dc/terms/> .
@prefix bs: <https://schema.bs.no/> .
@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 .

<https://bsaut.toolforge.org/show/90139855> skos:exactMatch bibbi:48280 .
bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:48280
  dc:identifier "48280" ;
  skos:prefLabel "Fabricius-Hansen, Cathrine, 1942-"@nn, "Fabricius-Hansen, Cathrine, 1942-"@nb ;
  a bs:Person, bs:SimpleType, skos:Concept ;
  dc:created "2005-11-03T00:15:12"^^xsd:dateTime ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  ns0:name "Cathrine Fabricius-Hansen"@nn, "Cathrine Fabricius-Hansen"@nb ;
  bs:itemsAsSubject 0 ;
  skos:hiddenLabel "Cathrine Fabricius-Hansen"@nn, "Cathrine Fabricius-Hansen"@nb ;
  dc:modified "2005-11-03T00:15:12"^^xsd:dateTime ;
  skos:altLabel "Hansen, Cathrine Fabricius-"@nb, "Hansen, Cathrine Fabricius-"@nn ;
  bs:noraf "90139855" ;
  skos:exactMatch <https://bsaut.toolforge.org/show/90139855> ;
  ns0:birthDate "1942" ;
  bs:itemsAsEntry 1 .

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

