@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/benhQnM>
  schema:hasOccupation "Dienstbode"@nl ;
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Maters"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b9a4c780-5105-1684-8721-e88b76a40aa8"^^xsd:string ;
  schema:familyName "Maters"^^xsd:string ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012gnx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7fab8b80-675b-5de4-a27e-5e80d1daa2ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2351629> ;
  schema:birthDate "1871-04-14"^^xsd:date .

