@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/bkpAe6Z>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus van Reede"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/74ce7005-40bc-527f-afca-a19054d3c862"^^xsd:string ;
  schema:hasOccupation "Sjouwer"@nl ;
  schema:familyName "van Reede"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z12m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/27ba1a5b-cdb5-bb95-aea0-894850ee32e2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2014657> ;
  schema:birthDate "1852-02-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Reede"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

