@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/b62ifcu>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/889f87bc-ec51-a9a8-bba5-7e4115096bc9"^^xsd:string ;
  schema:hasOccupation "Meubelmaker O"@nl ;
  schema:givenName "Nicolaas"^^xsd:string ;
  schema:name "Nicolaas de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0192zh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0a711069-ba0b-3511-d25b-11b8e8c92c68> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/610229> ;
  schema:birthDate "1890-10-06"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

