@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/b9MU65A>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus de Jong"@nl ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/754858d2-6ee4-7be9-99c2-3c44489e8d68"^^xsd:string ;
  schema:hasOccupation "Schipper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c242a738-3ded-dec5-eabf-fde7b931d57b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2574173> ;
  schema:birthDate "1849-08-21"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

