@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/bXvDdTC>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Smit"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aec58486-0238-9718-e7ab-2bd6b1824978"^^xsd:string ;
  schema:familyName "Smit"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zfvp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa023201-ed9b-c4d8-fb79-1b340912cb51> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2739000> ;
  schema:birthDate "1828-02-04"^^xsd:date .

