@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/b2hIEK5>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/45e52444-90c1-cc31-a801-21802eb3a762"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Kaptein"@nl ;
  schema:familyName "Kaptein"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Sluipwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z4gq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c5243a3c-6345-9ff6-571d-6db9a31a3347> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2585041> ;
  schema:birthDate "1852-04-11"^^xsd:date .

