@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/bchhIFS>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ef86817-16df-9b30-65e4-33f324675e46"^^xsd:string ;
  schema:givenName "Klasina"^^xsd:string ;
  schema:name "Klasina Visser"@nl ;
  schema:familyName "Visser"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/223bf292-b409-0540-661c-7c3b5b3cc731> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1993235> ;
  schema:birthDate "1862-10-11"^^xsd:date .

