@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/b7UBWui>
  schema:givenName "Dirkje Geertruida"^^xsd:string ;
  schema:name "Dirkje Geertruida Harmsen"@nl ;
  schema:familyName "Harmsen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/044a75c3-a49a-011b-7153-784384e62f01"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zutphen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wd8k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b61a94d3-5527-f574-f6a6-4ab7a4ae40c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2527370> ;
  schema:birthDate "1871-12-08"^^xsd:date .

