@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/bWFOZuj>
  schema:familyName "Boogaerdt"^^xsd:string ;
  schema:hasOccupation "Broodbakker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/858d2bd1-7a73-a6db-03ca-b00e138683e9"^^xsd:string ;
  schema:givenName "Lucas"^^xsd:string ;
  schema:name "Lucas Boogaerdt"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ouderkerk_aan_den_IJssel> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0121r7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/51bd40c5-e547-4d85-5c4a-0d015500818a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2174367> ;
  schema:birthDate "1868-02-03"^^xsd:date .

