@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/bSi7Yn6>
  schema:givenName "Elias"^^xsd:string ;
  schema:name "Elias Leuvenberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ed8cd9f8-daa6-21d9-1b36-7e5e191c5a10"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "Leuvenberg"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hazerswoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmh8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a0d5781b-d3fb-8cf6-b30c-f61c56641ff4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2444677> ;
  schema:birthDate "1829-11-20"^^xsd:date .

