@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/b87i2GQ>
  schema:givenName "Gerarda"^^xsd:string ;
  schema:name "Gerarda Kroeders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6ae65665-0096-ccf7-0746-15b6b49e9e6c"^^xsd:string ;
  schema:familyName "Kroeders"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00f03g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ad22b6b-06b6-e1dd-1a7f-2a1d92cb4d20> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/611628> ;
  schema:birthDate "1853-08-14"^^xsd:date .

