@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/bAOmBQa>
  schema:familyName "Buitelaar"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7f7b2717-7596-8eee-ede3-cef74870bfaa"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert Buitelaar"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01816p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4321469a-426f-a1d4-ce02-e85f245f59a2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2117748> ;
  schema:birthDate "1882-11-24"^^xsd:date .

