@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/b6sI7oZ>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d279977b-5baa-d865-8bd7-faac29329a87"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan 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/a3cf0d99-afd6-364d-3b00-83b2c93d1bc8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2456146> ;
  schema:birthDate "1878-06-25"^^xsd:date .

