@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/bTkDs1I>
  schema:givenName "Andrea Christina"^^xsd:string ;
  schema:name "Andrea Christina Lasonder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6c0347f3-aab5-0165-df2f-7fcfb482401e"^^xsd:string ;
  schema:familyName "Lasonder"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Schoonhoven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016d13> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b56d1478-be5a-3139-3ec2-a30b01fe0d08> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2524717> ;
  schema:birthDate "1867-01-23"^^xsd:date .

