@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/b5PC3FT>
  schema:familyName "Blom"^^xsd:string ;
  schema:givenName "Cornelia Catharina"^^xsd:string ;
  schema:name "Cornelia Catharina Blom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a4e85757-4988-1dfa-3568-5f14f1732069"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x5tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9d761a83-8dd0-76bd-0e72-d7eb96cd5ff9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2431644> ;
  schema:birthDate "1855-12-26"^^xsd:date .

