@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b6sHIbX>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Lunenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/eab855b2-6eaf-5d42-de86-6581a7cf3cfa"^^xsd:string ;
  schema:familyName "Lunenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bfc4IGB> ;
  schema:children <https://n2t.net/ark:/60537/bQDx8e7> ;
  schema:spouse <https://n2t.net/ark:/60537/bYy6X4d> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2009805> .

