@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/bywFJVN>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth van der Laan"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e0eafc27-9ef8-f477-a8bb-0050beabc041"^^xsd:string ;
  schema:familyName "van der Laan"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0115hh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9564b937-ea08-211e-9228-5226620f7a90> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2778143> ;
  schema:birthDate "1859-08-19"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Laan"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

