@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/bCtXyom>
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Vlaskamp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/26aad8ad-1f95-a35d-1373-8bde1a4e41bc"^^xsd:string ;
  schema:familyName "Vlaskamp"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Franeker> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e336c840-5014-304c-c0c5-3615e05f461f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2671671> ;
  schema:birthDate "1842-07-06"^^xsd:date .

