@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/b37vYTZ>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Leuvenberg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/552ccdb0-63b6-4f6b-2db8-b53459c2c5d6"^^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/4f0002d9-fa63-220a-2d49-fb7efa2dff5f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2163609> ;
  schema:birthDate "1835-01-16"^^xsd:date .

