@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/b2vqvTc>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van der Spelt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/60f4feb3-ac44-25f7-f2ff-7ca85d1bb316"^^xsd:string ;
  schema:familyName "van der Spelt"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rpf9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/94bd590a-0f05-fbd9-f025-c1b81ed4bb97> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2775763> ;
  schema:birthDate "1852-09-25"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Spelt"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

