@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bcHHcjW>
  pico:hasAge "32"^^xsd:string ;
  schema:familyName "Batenburg"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e3bdda57-6cde-6d0f-8bab-ae0cf4f0579f"^^xsd:string ;
  schema:givenName "Willemina"^^xsd:string ;
  schema:name "Willemina Batenburg"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/b4N6ouP> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bABEmT5> ;
  schema:children <https://n2t.net/ark:/60537/bkCh17O> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2128779> .

