@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/bMGeMWA>
  pico:hasAge "37"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ee8fb9fc-1e0f-3be9-0e1e-fe63be4dc76c"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem Zandijk"@nl ;
  schema:familyName "Zandijk"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b2vqmTA> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bchhxL4> ;
  schema:children <https://n2t.net/ark:/60537/bUAPBKi> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2615560> .

