@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/b2I6n5V>
  schema:givenName "Boukje"^^xsd:string ;
  schema:name "Boukje Smits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/83e1fa78-26d2-4707-24d9-66c97c3697df"^^xsd:string ;
  schema:familyName "Smits"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z06w> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/059acba3-5bf3-2f6f-0f6d-25f66e445917> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/590423> ;
  schema:birthDate "1893-11-03"^^xsd:date .

