@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/bQDx3yX>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Breebaart"@nl ;
  schema:familyName "Breebaart"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/29765c3c-2bfc-1485-0377-37cb98d4ff9e"^^xsd:string ;
  schema:hasOccupation "Onderwijzeres"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z9ds> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/10f9ea7a-f2bd-6d2d-b003-41b44b6aa6de> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1944371> ;
  schema:birthDate "1879-01-03"^^xsd:date .

