@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/bvpam6t>
  schema:givenName "Elizabeth"^^xsd:string ;
  schema:name "Elizabeth Verkerk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6077890f-8fd5-9648-39f1-a1928a1bce16"^^xsd:string ;
  schema:familyName "Verkerk"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xjk5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/beb99fd2-f1f5-69ff-5f8e-7a9452d77903> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2560425> ;
  schema:birthDate "1887-02-21"^^xsd:date .

