@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/by6gadA>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Dokter"@nl ;
  schema:familyName "Dokter"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ba2cfa6e-ed18-62ff-30c2-30909de3be14"^^xsd:string ;
  schema:parent <https://n2t.net/ark:/60537/bG0QZ18>, <https://n2t.net/ark:/60537/bqbGmmV> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bXhUEo4> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2547878> ;
  schema:birthDate "1892-11-29"^^xsd:date .

