@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/bYKOBuZ>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9225f9d0-0f1e-715b-6ce1-8bccc67367b7"^^xsd:string ;
  schema:givenName "Pieter Teekens"^^xsd:string ;
  schema:name "Pieter Teekens de Jong"@nl ;
  schema:hasOccupation "Stuurman op de stoomboot"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f03g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d209db4-2958-4f96-b3b5-833d680db4e4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1973146> ;
  schema:birthDate "1821-05-26"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

