@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/bcUps7f>
  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/2db5aef6-247e-73a7-3ce0-565b47206895"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q2v3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa87a466-6f26-b4b9-96ed-568283b5880f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2741775> ;
  schema:birthDate "1851-09-20"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

