@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/bIVEKDg>
  schema:givenName "Hilligje"^^xsd:string ;
  schema:name "Hilligje Vermeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e7e24010-2b3a-b0c1-38dc-e692606eb7ff"^^xsd:string ;
  schema:familyName "Vermeer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hekendorp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135b4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/df4d6bd8-43e6-c3ab-8461-03b31a4b4b66> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2823716> ;
  schema:birthDate "1862-12-15"^^xsd:date .

