@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/bQd8nDK>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Reebeen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4cf583f8-baa7-bd0e-39ca-4f3f32b7d9cf"^^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/d5b0cda9-e110-edee-440d-24a387abf00d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2653929> ;
  schema:birthDate "1877-11-05"^^xsd:date .

