@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/bpYYuhu>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/64b48457-f890-5851-4665-b64e2cbc63b8"^^xsd:string ;
  schema:givenName "Jan Karel"^^xsd:string ;
  schema:name "Jan Karel Lankhorst"@nl ;
  schema:familyName "Lankhorst"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Deventer> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7cc5e6cf-1e36-2e44-7106-361532a0c073> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2340242> ;
  schema:birthDate "1874-06-09"^^xsd:date .

