@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/bu8Y3t5>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Radix"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f74292c2-1ee6-cff0-dc75-8e793e71276a"^^xsd:string ;
  schema:familyName "Radix"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b017qbk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/79b0d7a8-bfb2-795e-2980-39d159726cd4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2328314> ;
  schema:birthDate "1865-07-08"^^xsd:date .

