@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/bw1fZce>
  schema:givenName "Gerrigje"^^xsd:string ;
  schema:name "Gerrigje Palsgraaf"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/445bf112-19f5-7d02-d9aa-47c39dbc2597"^^xsd:string ;
  schema:familyName "Palsgraaf"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Berkenwoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b5CTx56> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2127161> ;
  schema:birthDate "1865-09-05"^^xsd:date .

