@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/b99Ob2i>
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8b681c98-c314-28a8-e1bf-8d09868ee4aa"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem de Jong"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f39f0c76-7659-2806-5449-1c64effd088b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2703699> ;
  schema:birthDate "1891-09-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

