@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/bCGF2cz>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e23dc921-657c-840c-6720-42df25104fa1"^^xsd:string ;
  schema:hasOccupation "Los werkman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3q7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a5ae080c-0775-be0e-36cc-3f4cb69759ff> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2463379> ;
  schema:birthDate "1880-03-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

