@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/bVcVkhD>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Wilson"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/11eea9bf-99b9-5ca3-1bbe-8d44e8124d77"^^xsd:string ;
  schema:familyName "Wilson"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w9sn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6cf2a702-4c98-c5f6-d6f4-39bdfcdd6425> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2279431> ;
  schema:birthDate "1873-12-21"^^xsd:date .

