@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/bDiKEry>
  schema:familyName "Boot"^^xsd:string ;
  schema:givenName "Catharina Maria"^^xsd:string ;
  schema:name "Catharina Maria Boot"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/03b10149-007e-371b-d52a-e77dae99c933"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/24169a92-154d-4682-2ced-06f6bccf90ec> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2000604> ;
  schema:birthDate "1887-04-05"^^xsd:date .

