@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/baPpwgK>
  schema:givenName "Catharina Agatha"^^xsd:string ;
  schema:name "Catharina Agatha Giebe"@nl ;
  schema:familyName "Giebe"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7558c9c3-c652-2342-69a6-cb73321f17c6"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b016ct7> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c7e65111-03fe-7d1c-228c-7f33f97174c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2592287> ;
  schema:birthDate "1828-06-08"^^xsd:date .

