@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/bg1T599>
  schema:givenName "Hester"^^xsd:string ;
  schema:name "Hester Salomon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4b1573a-8579-aa4a-ceae-27e6bb2a4c61"^^xsd:string ;
  schema:familyName "Salomon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bEyWgJf> ;
  schema:spouse <https://n2t.net/ark:/60537/bMtxFYK> ;
  schema:children <https://n2t.net/ark:/60537/bwEn2k6> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2141698> .

