@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/b12wFEM>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Mijngaard"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c9cd3fd9-35f9-10f7-7537-2189e0c44433"^^xsd:string ;
  schema:familyName "Mijngaard"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e6540cb7-a957-4af1-b3a5-2d2ad53bbbae> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2684230> ;
  schema:birthDate "1854-04-19"^^xsd:date .

