@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/bC3yMEe>
  schema:givenName "Hendrik Willem"^^xsd:string ;
  schema:name "Hendrik Willem Wagenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ee8df252-36cd-d72e-8ed6-c9daa25e0d5a"^^xsd:string ;
  schema:hasOccupation "Kleermaker"@nl ;
  schema:familyName "Wagenaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00n7tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5f8f2efe-2cff-f9e5-82e8-29a2eef57952> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2227126> ;
  schema:birthDate "1841-01-20"^^xsd:date .

