@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/bchhQ6D>
  schema:familyName "de Wit"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9bd72bca-8d2c-f63b-e3f4-335f17b15c4c"^^xsd:string ;
  schema:givenName "Petrus"^^xsd:string ;
  schema:name "Petrus de Wit"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01df71> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4463eab0-402a-12c7-80b0-b9a732aa1813> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2122596> ;
  schema:birthDate "1918-11-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Wit"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

