@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/bCgfgQY>
  schema:givenName "Geertje"^^xsd:string ;
  schema:name "Geertje Schiebroek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23ddd677-ec60-8edc-210d-3564d0400356"^^xsd:string ;
  schema:familyName "Schiebroek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015v3h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2bc622a9-9345-d5f2-3f5a-b00a247ae930> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2030717> ;
  schema:birthDate "1892-08-24"^^xsd:date .

