@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/b6f0owD>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Smeekens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/28c47ebb-c11f-dcc4-e1fd-c0ecb6122056"^^xsd:string ;
  schema:familyName "Smeekens"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mc3c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8ae4426a-3f83-eedf-5bfa-2e84e40a95e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2394747> ;
  schema:birthDate "1844-05-06"^^xsd:date .

