@prefix bs: <https://schema.bs.no/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix bibbi: <https://id.bs.no/bibbi/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .

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

bibbi:1097250
  skos:prefLabel "Øien, Adolf Ferdinand, n., 1849-1918"@nb, "Øien, Adolf Ferdinand, n., 1849-1918"@nn ;
  bs:webdewey "338.092" ;
  bs:itemsAsSubject 1 ;
  skos:broader bibbi:1097249 ;
  skos:inScheme bibbi:, <https://id.bs.no/bibbi> ;
  bs:noraf "1542100275902" ;
  dc:modified "2018-11-19T08:50:05"^^xsd:dateTime ;
  skos:closeMatch <http://dewey.info/class/338.092/e23/> ;
  a bs:PersonAsSubject, bs:SimpleType, skos:Concept ;
  bs:itemsAsEntry 0 ;
  dc:created "2018-11-16T13:28:27"^^xsd:dateTime ;
  skos:exactMatch <https://bsaut.toolforge.org/show/1542100275902> ;
  dc:identifier "1097250" .

<http://dewey.info/class/338.092/e23/> skos:closeMatch bibbi:1097250 .
<https://bsaut.toolforge.org/show/1542100275902> skos:exactMatch bibbi:1097250 .
bibbi:1097249
  skos:prefLabel "Øien, Adolf Ferdinand, n., 1849-1918"@nb, "Øien, Adolf Ferdinand, n., 1849-1918"@nn ;
  a bs:SimpleType, bs:Person, skos:Concept ;
  skos:narrower bibbi:1097250 .

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

bs:webdewey rdfs:label "WebDewey-nr. (godkjent)"@nb, "WebDewey number (approved)"@en .
