@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/box50zD>
  pico:hasAge "40"^^xsd:string ;
  schema:familyName "Bents"^^xsd:string ;
  schema:hasOccupation "Daggelder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ff3bde9e-4c8a-d1e4-4b7c-27c1605a172f"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Bents"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bE8yXLB> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bjZaH0W> ;
  schema:children <https://n2t.net/ark:/60537/bwdY8Y5> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2650643> .

