@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/bRSJ7o1>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Eldert"^^xsd:string ;
  schema:name "Eldert de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa33fd92-4cbf-6738-cb00-35e67e3c0d34"^^xsd:string ;
  schema:hasOccupation "Timmerman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vwzt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0d34a04a-03bd-f70c-e973-bd16687fbd8e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/621448> ;
  schema:birthDate "1835-06-01"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

