@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/bhuNsjn>
  schema:familyName "Cleijpool"^^xsd:string ;
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Cleijpool"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2f005b6a-54b6-7101-7aaa-fc9197711736"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0136cx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/da1764c3-601a-0eb1-6a69-b3cc3b4946a7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2803517> ;
  schema:birthDate "1805-11-28"^^xsd:date .

