@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bvpfcu>
  ns0:birthDate "1930"^^xsd:string ;
  ns0:deathDate "2018"^^xsd:string ;
  ns0:name "A.J. Kölker (1930-2018)"@nl ;
  ns0:givenName "Albertus Josefus"^^xsd:string ;
  ns0:hasOccupation "inspecteur der Noordhollandse archieven"@nl ;
  ns0:familyName "Kölker"^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p06975716X> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93677> .

