@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/bgRGznk>
  schema:givenName "Hendrica"^^xsd:string ;
  schema:name "Hendrica Molenaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8800c584-930b-4158-5d0b-36ec2b9f747d"^^xsd:string ;
  schema:familyName "Molenaar"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z55c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0654b88f-88a0-ded0-a3c3-511cfdd94b1e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/593379> ;
  schema:birthDate "1878-05-28"^^xsd:date .

