@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/b37wh2m>
  schema:familyName "Bogert"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a1d47550-ccbc-c9dd-0520-dba91ac1b5ea"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Bogert"@nl ;
  schema:hasOccupation "Melkboer en winkelier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oukoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ac171683-68a5-bf9d-227b-250824b24a45> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2488051> ;
  schema:birthDate "1827-11-10"^^xsd:date .

