@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/bVcV7fT>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Haselaar"@nl ;
  schema:familyName "Haselaar"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/df1769ed-3b9c-b731-4b3c-cb480403d74e"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d4j1> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/30c3ce89-1fea-ed47-4959-487d74d5826a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2050070> .

