@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/bpzAnsz>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Prevoo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/78727c55-aa15-904c-24ba-d1b17a90bd60"^^xsd:string ;
  schema:familyName "Prevoo"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cbdf95be-08d9-c397-9fd5-3a59f5f2da58> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2609069> ;
  schema:birthDate "1893-05-13"^^xsd:date .

