@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/bDwskSp>
  schema:givenName "Catharina Grietje"^^xsd:string ;
  schema:name "Catharina Grietje Schweitz"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b06aca94-6b67-893e-191c-afe34d1187c8"^^xsd:string ;
  schema:familyName "Schweitz"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00h517> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/28efd55c-63e9-12a3-6e95-f8ea9b1f4538> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2019285> ;
  schema:birthDate "1832-09-28"^^xsd:date .

