@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/b4N6FoI>
  schema:givenName "Albertje"^^xsd:string ;
  schema:name "Albertje Bakhuis"@nl ;
  schema:familyName "Bakhuis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d7bc60fc-ab04-c349-3cf1-e15179c6355f"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017kb2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d1bbda1-1541-3718-6359-dd24bfb0e6e8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2430367> ;
  schema:birthDate "1872-08-22"^^xsd:date .

