@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/bJm2nSY>
  schema:familyName "de Jong"^^xsd:string ;
  schema:givenName "Gijsbertus Adriaan"^^xsd:string ;
  schema:name "Gijsbertus Adriaan de Jong"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f0caf620-5d11-8247-3780-7eaccd689ce5"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2b96f9ee-50bb-dc15-9bfe-ea109b7b8eba> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030004> ;
  schema:birthDate "1873-12-08"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

