@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 ns0: <https://schema.org/> .
@prefix bs: <https://schema.bs.no/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<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/8040462> skos:exactMatch bibbi:1107899 .
bibbi:
  rdfs:label "Bibbi authorities"@en, "Bibbi-autoriteter"@nb, "Bibbi-autoritetar"@nn ;
  a void:Dataset, skos:ConceptScheme, sd:Graph .

bibbi:1107899
  skos:altLabel "La Torre, Antonio de"@nn, "La Torre, Antonio de"@nb, "de laTorre, Victoria Martín"@nb, "de laTorre, Victoria Martín"@nn, "De La Torre, Antonio"@nn, "De La Torre, Antonio"@nb ;
  ns0:name "Antonio de la Torre"@nb, "Antonio de la Torre"@nn ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  bs:noraf "8040462" ;
  skos:hiddenLabel "Antonio de la Torre"@nb, "Antonio de la Torre"@nn ;
  dc:identifier "1107899" ;
  bs:itemsAsSubject 0 ;
  skos:prefLabel "Torre, Antonio de la"@nb, "Torre, Antonio de la"@nn ;
  bs:itemsAsEntry 1 ;
  a bs:SimpleType, skos:Concept, bs:Person ;
  dc:modified "2016-05-27T12:24:06"^^xsd:dateTime ;
  skos:exactMatch <https://bsaut.toolforge.org/show/8040462> .

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

