@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/bojnCWH>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Nieuwveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/27b5ac26-f334-1ca7-b4ab-238de40f70a4"^^xsd:string ;
  schema:familyName "Nieuwveld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/05b88f2b-8a3f-05b5-e67c-b8aaaacab148> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/590923> .

