@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/bi6T8r2>
  schema:familyName "Brack"^^xsd:string ;
  schema:givenName "Geertruida"^^xsd:string ;
  schema:name "Geertruida Brack"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bc2a11fd-7080-3231-b136-e72a07a50c4e"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwammerdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9bc3f614-d97f-a9be-2e02-7de9e394c4da> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2425342> ;
  schema:birthDate "1796-03-15"^^xsd:date .

