@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/bWFPbW9>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Vermeij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6441856c-1cc9-8105-f02b-58ba2adefaa2"^^xsd:string ;
  schema:familyName "Vermeij"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011zqq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8b92f564-2073-be6a-50da-475808655754> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2397256> ;
  schema:birthDate "1822-08-01"^^xsd:date .

