@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/b6Fq1iT>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk van Reede"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/597baf3d-398a-292d-feed-0e9a10956ac9"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "van Reede"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x86k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e9621096-d7e4-3eb1-e3b4-7bff01a91474> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2696567> ;
  schema:birthDate "1854-05-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Reede"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

