@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/bUAPEhk>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Simonis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/407da67b-933f-84f1-3043-7799abc20ad9"^^xsd:string ;
  schema:familyName "Simonis"^^xsd:string ;
  schema:hasOccupation "Verwer"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dussen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3kk> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d761fb66-9f07-c26e-60c3-968d48a90a1b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2660523> ;
  schema:birthDate "1832-07-23"^^xsd:date .

