@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/buYLngy>
  schema:givenName "Flora"^^xsd:string ;
  schema:name "Flora Monasch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5b347ae7-0d0f-5670-5d3b-189979f3d6f1"^^xsd:string ;
  schema:familyName "Monasch"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0678271e-5b0f-977f-8920-9a4ac69a1645> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/593849> ;
  schema:birthDate "1821-01-26"^^xsd:date .

