@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/bzYyNy6>
  schema:givenName "Hendrika"^^xsd:string ;
  schema:name "Hendrika Moolenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/723b1668-fa4a-aa45-169f-d778a1606c5c"^^xsd:string ;
  schema:familyName "Moolenaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012bw9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/299101a2-3f3c-91a2-2a2b-19cc3f4bc764> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2021769> ;
  schema:birthDate "1878-05-28"^^xsd:date .

