@prefix ns0: <https://schema.org/> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://n2t.net/ark:/60537/biKdWN>
  ns0:familyName "Rijnders" ;
  ns0:givenName "Theresia" ;
  ns0:name "Theresia Rijnders"@nl ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/296614> ;
  ns0:endDate "1827-11-01"^^xsd:date ;
  ns0:startDate "1827-11-01"^^xsd:date .

