@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/buzn8kb>
  schema:familyName "de Jong"^^xsd:string ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d2bcee5-7b32-3329-2b5b-17a925dbe2dc"^^xsd:string ;
  schema:givenName "Vincent"^^xsd:string ;
  schema:name "Vincent de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011dnt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2b0a1850-a8ef-66d2-1ea4-6fd6326ec17e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2027770> ;
  schema:birthDate "1876-09-17"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

