@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/bngSx4S>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Prevoo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/efaeb25f-356b-c401-9b9f-42b9b671a5fd"^^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/5a57f67d-e185-2f07-cb9e-47cc532a8be1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2207143> ;
  schema:birthDate "1884-07-29"^^xsd:date .

