@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/bMSWxMJ>
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/47fcc9a4-ef5c-f1aa-3649-e358a5a9f722"^^xsd:string ;
  schema:givenName "Johannes Pieters"^^xsd:string ;
  schema:name "Johannes Pieters de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j661> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e8ca4953-7387-464d-0e7b-423d2e9d9d32> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2694230> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

