@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/bFoKprQ>
  schema:givenName "Catharina Margaretha"^^xsd:string ;
  schema:name "Catharina Margaretha Noomen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5bc18cca-a5d7-8b06-925b-1ec1532c1236"^^xsd:string ;
  schema:familyName "Noomen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zaandam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/19264f96-ebf3-fd9b-17fd-f1557d963c5f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1960652> ;
  schema:birthDate "1851-12-30"^^xsd:date .

