@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/bBQRi6A>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Verwegen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56f5f8f4-a77a-7258-eede-0a604f164038"^^xsd:string ;
  schema:familyName "Verwegen"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00nx61> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9fd9b3c7-3aee-cfb7-c387-f02802ea86bb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2440840> ;
  schema:birthDate "1831-07-09"^^xsd:date .

