@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/bqOMGsi>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana Stichters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/658c4a0e-2235-6ed8-3e9e-aa01091ae830"^^xsd:string ;
  schema:familyName "Stichters"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Beusichem> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x4pv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f2eaccc3-05aa-c3d3-99bb-e1f188ddf26b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2864561> ;
  schema:birthDate "1800-04-27"^^xsd:date .

