@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/bWt7JTH>
  schema:hasOccupation "Bouwknecht"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Lexmond"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8883e646-9414-272f-d130-0c5d481aa9e9"^^xsd:string ;
  schema:familyName "Lexmond"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Benschop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vb3d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d22125a0-185e-f238-e3af-f57e6e9adeaa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2636156> ;
  schema:birthDate "1838-07-10"^^xsd:date .

