@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/bZad6w2>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Streefland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5165dd1b-b307-95d1-1ad6-c69308b8560c"^^xsd:string ;
  schema:familyName "Streefland"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rjkf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/47309175-5c7f-3426-803b-305d78b38a82> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2133441> ;
  schema:birthDate "1802-12-31"^^xsd:date .

