@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/b74OxCY>
  schema:givenName "Hendrika Maria"^^xsd:string ;
  schema:name "Hendrika Maria Nootenboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1ce4ef44-12c8-3147-3181-50f9e150d70c"^^xsd:string ;
  schema:familyName "Nootenboom"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01967b> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f2fcc273-d472-e276-6058-dbf8d6b3a87a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2864842> ;
  schema:birthDate "1893-03-13"^^xsd:date .

