@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/bezZjxN>
  pico:hasAge "32"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2f968b48-68db-0ea8-f63d-42d03f7c0adf"^^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/b6FpvJ4> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bDJ8yDB> ;
  schema:children <https://n2t.net/ark:/60537/bYKOKBZ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2132697> .

