@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/bTL25as>
  schema:hasOccupation "Boomkweeker"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Vervaart"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/159356e7-55c3-9f47-959b-3456867133ad"^^xsd:string ;
  schema:familyName "Vervaart"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudenbosch> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ea9caa7f-f601-a627-c85d-752329fc8d99> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2833032> ;
  schema:birthDate "1847-10-30"^^xsd:date .

