@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/bmenPEv>
  schema:givenName "Antje Willems"^^xsd:string ;
  schema:name "Antje Willems Wierda"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b49ef247-99d0-d28c-905a-20ea09d53634"^^xsd:string ;
  schema:familyName "Wierda"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bolsward> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k367> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0689ffc7-c53e-57b7-4104-8dd78982f02e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/594127> ;
  schema:birthDate "1841-04-23"^^xsd:date .

