@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/bWt7A4e>
  schema:givenName "Beletje"^^xsd:string ;
  schema:name "Beletje Lewijt"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4e27733-27b4-2fe9-7b81-d9d8a02750e1"^^xsd:string ;
  schema:familyName "Lewijt"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b4nIkbY> ;
  schema:children <https://n2t.net/ark:/60537/bOyxLgn> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bZAC4wi> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2460830> .

