@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/bi6Tnvm>
  schema:hasOccupation "Bouwknecht"@nl ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Verleun"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c05406f5-3087-a177-0b4a-b56224bab3e8"^^xsd:string ;
  schema:familyName "Verleun"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hazerswoude> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bzLQXjb> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2676124> ;
  schema:birthDate "1882-11-13"^^xsd:date .

