@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/bngT4Ms>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Reebeen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f1d5e3b6-626b-8a6f-941a-158209593453"^^xsd:string ;
  schema:familyName "Reebeen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/db950210-cdd1-f001-3c87-ea9e5d2f503a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809275> ;
  schema:birthDate "1856-02-24"^^xsd:date .

