@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/bIweGsB>
  pico:hasAge "35"^^xsd:string ;
  schema:hasOccupation "Besteller"@nl ;
  schema:givenName "Cornelis Gerrit"^^xsd:string ;
  schema:name "Cornelis Gerrit Wulffraat"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5bc1724c-6343-8e48-9efc-e8b9bdd10161"^^xsd:string ;
  schema:familyName "Wulffraat"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bABERCk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/baPotIm> ;
  schema:children <https://n2t.net/ark:/60537/bsH42Mo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2053271> .

