@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/benhF82>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7cd5a167-78ae-94fb-9cf7-20e3acf82c96"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Leuvenberg"@nl ;
  schema:familyName "Leuvenberg"^^xsd:string ;
  schema:hasOccupation "Slagter"@nl ;
  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/4bc6728f-c908-93a9-613f-9f6757d3ea5a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2151404> ;
  schema:birthDate "1830-06-15"^^xsd:date .

