@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/bjMuVqA>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fa50b1c7-597b-e5ba-102c-a0f5fb1fea7d"^^xsd:string ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qvg8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/db3a7e4b-f8dc-2624-582e-362ea413f645> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2807975> ;
  schema:birthDate "1865-08-24"^^xsd:date .

