@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/b3XiQqp>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Nieuwveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/962e94d6-ad3d-b463-0742-83ad47c6b3c3"^^xsd:string ;
  schema:familyName "Nieuwveld"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/775ee654-2576-ea1a-ba3b-5c1dc4273de6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2319508> ;
  schema:birthDate "1840-06-09"^^xsd:date .

