@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/bB13F68>
  schema:givenName "Annetje"^^xsd:string ;
  schema:name "Annetje Pouw"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eb0d3cf2-6033-df94-bebc-e8693897b427"^^xsd:string ;
  schema:familyName "Pouw"^^xsd:string ;
  schema:hasOccupation "Winkelierster"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Broek> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j63s> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5ba0c92-fff6-927b-5147-9c3bcf651e37> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2525950> .

