@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/bdxvgda>
  schema:givenName "Berta"^^xsd:string ;
  schema:name "Berta Monasch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/53cb37a7-969a-1016-3c8e-cf8528518f8e"^^xsd:string ;
  schema:familyName "Monasch"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmh8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b0c4f34e-4a5e-bd92-6b5c-742e803e9d41> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2506324> ;
  schema:birthDate "1857-10-29"^^xsd:date .

