@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/bGQENU9>
  schema:givenName "Alida Maria"^^xsd:string ;
  schema:name "Alida Maria Barendse"@nl ;
  schema:familyName "Barendse"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0b9d4d41-9c19-1e89-e1c9-067beb8a533a"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011xgf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d6b7e742-4ef9-2e3d-b54b-a2fc3dc7fc00> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2657986> ;
  schema:birthDate "1894-07-21"^^xsd:date .

