@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/biJZ4x5>
  schema:givenName "Albertje"^^xsd:string ;
  schema:name "Albertje Bakhuis"@nl ;
  schema:familyName "Bakhuis"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/355ee04a-6691-1392-cdc7-f3d07ab7b0f7"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogkerk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xk97> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/75ec73bc-17c4-36ad-5a5d-11dde64baa9d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2313941> ;
  schema:birthDate "1872-08-22"^^xsd:date .

