@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bHT9ixS>
  schema:hasOccupation "Agent van Politie"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ef28447b-edb5-f994-5d13-76512f5d628b"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Kaptein"@nl ;
  schema:familyName "Kaptein"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lekkerkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/btWfM9a> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2771572> ;
  schema:birthDate "1871-09-25"^^xsd:date .

