@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/bHGsFzg>
  schema:familyName "Alebeeck"^^xsd:string ;
  schema:givenName "Helena"^^xsd:string ;
  schema:name "Helena Alebeeck"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ee875198-e10f-97a3-023a-a00bcd2bffea"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q9dc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dd5185e4-bbcd-b263-2b96-760eea3b6365> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2816045> ;
  schema:birthDate "1837-12-24"^^xsd:date .

