@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/bJLssoL>
  schema:givenName "Hendrikje Catharina"^^xsd:string ;
  schema:name "Hendrikje Catharina Switzer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8e83781b-6704-f04c-dcb3-e71c4b6eaf1c"^^xsd:string ;
  schema:familyName "Switzer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/da814fc6-f7c0-334a-7ab2-e004ba3e10d3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2805108> ;
  schema:birthDate "1876-09-26"^^xsd:date .

