@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/baPpHAt>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e7fb676-3d97-1a20-2a90-9e58cd45c61d"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Lankhorst"@nl ;
  schema:familyName "Lankhorst"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c5760462-816f-51ef-10cd-ef00ae37d71d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2793448> ;
  schema:birthDate "1848-06-15"^^xsd:date .

