@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/bW2JyhF>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Sipsma"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/80397175-2cfb-b49b-daf6-a0bb7ffd7c72"^^xsd:string ;
  schema:familyName "Sipsma"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bGdyUDu> ;
  schema:children <https://n2t.net/ark:/60537/bO88Jsy> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bxu9tKe> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2819679> .

