@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/b3kcR3F>
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Fabriekswerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a66ae00f-2756-c9b0-32a8-5a5a9a5f3568"^^xsd:string ;
  schema:givenName "Nicolaas Johannes"^^xsd:string ;
  schema:name "Nicolaas Johannes de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tqtx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/84e65741-39f8-705a-5452-e862e961b77c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2371829> ;
  schema:birthDate "1863-06-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

