@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/bTkDsPm>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Verweij"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9b04ea09-3dac-41c5-6ee8-42d818518346"^^xsd:string ;
  schema:familyName "Verweij"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Mijdrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013m2r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b932e3ab-9295-1285-c7cf-c7a4354b8d91> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2539338> ;
  schema:birthDate "1863-08-09"^^xsd:date .

