@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/bj9oq83>
  schema:familyName "Anders"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Anders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/52e8c94f-6082-0997-0d68-61f296a5d614"^^xsd:string ;
  schema:hasOccupation "Tabaksstripper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6ffaff50-4660-3666-5dbe-cb99b1ef7ae2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2290891> ;
  schema:birthDate "1846-09-13"^^xsd:date .

