@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/bGQEczx>
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Jonkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5ae174e2-0d32-445a-ac98-44557f1ec458"^^xsd:string ;
  schema:familyName "Jonkman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bms462f> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2012522> ;
  schema:birthDate "1927-03-15"^^xsd:date .

