@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/btwRERq>
  schema:familyName "Buijtelaar"^^xsd:string ;
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Buijtelaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce54fefa-3573-5f90-9869-cfec67095026"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mhnh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/12e5f764-d091-d76f-dfea-00dc2a398e05> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/637108> ;
  schema:birthDate "1869-09-17"^^xsd:date .

