@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/b9MTufx>
  schema:givenName "Helena Christina"^^xsd:string ;
  schema:name "Helena Christina Nobel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cd60f58c-234a-52e2-d811-575618cb3578"^^xsd:string ;
  schema:familyName "Nobel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgjx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ad3b43d-c186-db8a-8c6f-b93f8dc8ab5d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/611652> ;
  schema:birthDate "1828-10-05"^^xsd:date .

