@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/bBrsMBV>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Nieuwveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1a67fe49-0d2d-821e-83f3-35e7fbf58925"^^xsd:string ;
  schema:familyName "Nieuwveld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xwf9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6a04224b-e0c1-f8b1-58c7-43a0a4b5c7dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2267924> ;
  schema:birthDate "1885-10-03"^^xsd:date .

