@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/bUo7nMm>
  schema:familyName "Blokland"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Blokland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c80f7bd9-3f56-2825-56cd-5b3e1893da48"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0111zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/290dc7d2-06ff-8d34-c5d8-42e255ab87cb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2019755> ;
  schema:birthDate "1892-11-19"^^xsd:date .

