@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/b3Xjc5B>
  schema:familyName "Boer"^^xsd:string ;
  schema:givenName "Dirkje Theodora"^^xsd:string ;
  schema:name "Dirkje Theodora Boer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/12c82051-684b-db4d-04f2-98734f968382"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdkx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f414709b-14ed-5911-4f2b-08b81ab75450> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2706191> ;
  schema:birthDate "1868-02-10"^^xsd:date .

