@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/bhHuIRy>
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika Pouw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/82a6f7e2-c86c-c70c-9256-1915bbcd15db"^^xsd:string ;
  schema:familyName "Pouw"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sr4p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/81a8369c-4b0f-14bc-102e-80720a6e76be> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2359299> ;
  schema:birthDate "1874-02-07"^^xsd:date .

