@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/bIIWFIo>
  pico:hasAge "28"^^xsd:string ;
  schema:hasOccupation "Bouwman"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Rijkelijkhuizen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9e7a80a6-55b4-2b8c-27c7-7007b86cb791"^^xsd:string ;
  schema:familyName "Rijkelijkhuizen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b3XidI5> ;
  schema:spouse <https://n2t.net/ark:/60537/bAOmQUF> ;
  schema:children <https://n2t.net/ark:/60537/bsTM24K> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2386352> .

