@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#> .

<https://n2t.net/ark:/60537/b6f09Q2>
  schema:familyName "Hoogendam"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f59c3a61-0791-fcd4-2af6-8453056a20d4"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Hoogendam"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4b8d05fc-894b-5b61-d0fa-36a8f7c00d19> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2150455> ;
  schema:birthDate "1835-03-30"^^xsd:date .

