@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/bXvDewg>
  schema:familyName "Blonk"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Blonk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6f5df96e-8b6e-6c42-0c4d-11394e383c2f"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/bd7682W>, <https://n2t.net/ark:/60537/bHGsBR5> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bnuzI5R> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2749912> ;
  schema:birthDate "1883-12-11"^^xsd:date .

