@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/baCHQQg>
  schema:givenName "Adrianus Frederik"^^xsd:string ;
  schema:name "Adrianus Frederik van der Paauw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c83d83bb-061f-7357-25bf-62c63400d57c"^^xsd:string ;
  schema:familyName "van der Paauw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wnqm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/cc251879-7312-a456-01c9-ec9202db3d2a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2610255> ;
  schema:birthDate "1889-08-12"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Paauw"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

