@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/b3xUx7F>
  schema:familyName "Bron"^^xsd:string ;
  schema:givenName "Helena Johanna"^^xsd:string ;
  schema:name "Helena Johanna Bron"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/539949cb-d9e4-fa46-50f8-560dbd8d2aa1"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vj8r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8350de73-4aa7-4007-c381-ba843f2c3382> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2365575> ;
  schema:birthDate "1881-07-31"^^xsd:date .

