@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/bEmfpVp>
  schema:givenName "Bertha"^^xsd:string ;
  schema:name "Bertha Kasteele"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56d75992-030b-4819-a105-88b0c030ccb4"^^xsd:string ;
  schema:familyName "Kasteele"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k0pw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8b4202c6-4a95-7f82-a553-dc29bc6a31c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2396136> ;
  schema:birthDate "1828-03-03"^^xsd:date .

