@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/bTL1OhB>
  schema:givenName "Catharina Johanna"^^xsd:string ;
  schema:name "Catharina Johanna Geraerts"@nl ;
  schema:familyName "Geraerts"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/14636e80-67cc-2b97-047a-0ed34db0762f"^^xsd:string ;
  schema:hasOccupation "Winkeljuffrouw"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00szrd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b7285373-2178-b939-a533-b96d924f4d34> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2531683> ;
  schema:birthDate "1876-07-14"^^xsd:date .

