@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/bQ0rqdp>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Both"@nl ;
  schema:familyName "Both"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ed36fc7-d2d3-6a43-c8bb-454ed6cae1c8"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7fae9b9e-d132-afb3-58d9-fb8c9802f8b9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351694> ;
  schema:birthDate "1852-05-09"^^xsd:date .

