@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/bdWT5pY>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Vermeulen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4b38af50-9c63-e820-971a-f81067deabcb"^^xsd:string ;
  schema:familyName "Vermeulen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10d58924-c16b-feab-07f4-120f3cecc157> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1943804> ;
  schema:birthDate "1880-02-06"^^xsd:date .

