@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/b000ygu>
  schema:givenName "Alida"^^xsd:string ;
  schema:name "Alida Verheul"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b0642567-e723-ac84-40c7-51660144b043"^^xsd:string ;
  schema:familyName "Verheul"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenhuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/09eb95ea-ada4-124d-7dc8-9d29be9573da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/608056> ;
  schema:birthDate "1868-12-24"^^xsd:date .

