@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/bEmeXMB>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Jongeneel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2daf7d52-d5d4-a328-1db7-f3679310f148"^^xsd:string ;
  schema:familyName "Jongeneel"^^xsd:string ;
  schema:hasOccupation "Werkvrouw"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0177b8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ded8221-11aa-bb0b-a3ab-5848c030f0a9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1932731> ;
  schema:birthDate "1873-09-19"^^xsd:date .

