@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/byiXPFL>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Bontenbal"@nl ;
  schema:familyName "Bontenbal"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e78e516-8494-8831-8477-a3c4cbbe3944"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zevenhuizen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k241> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b704b86b-dee2-0956-50fd-ceb3aa903fd5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2531082> ;
  schema:birthDate "1871-10-10"^^xsd:date .

