@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bFO9xXw>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis de Graauw"@nl ;
  schema:familyName "de Graauw"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d4a53dee-f647-6746-56eb-d3684639a2be"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Aarlanderveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vr14> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/da75bc6f-41ae-6c08-3087-047461c5d36b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2804915> ;
  schema:birthDate "1872-03-25"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Graauw"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

