@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bc4BdW0>
  schema:hasOccupation "Arbeider"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/88ab1e61-fffc-52cc-6fd5-c76fedfd2e99"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan van der Helm"@nl ;
  schema:familyName "van der Helm"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r6xs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/58479075-75c0-1787-bdf6-eb7fc7af6ce2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2199172> ;
  schema:birthDate "1808-10-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Helm"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

