@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/bhuMZAi>
  schema:familyName "Alebeecq"^^xsd:string ;
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Alebeecq"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/49f68ae9-a41a-6a66-5d55-10146bd23c11"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x56f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/746fdb3e-ff21-8a78-73a4-f1c6c47ff4f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2308229> ;
  schema:birthDate "1837-12-24"^^xsd:date .

