@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/bhuNdOK>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Tongerlo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/db184361-d4f1-4877-78ae-6737de656d7a"^^xsd:string ;
  schema:familyName "Tongerlo"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r396> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf3a6782-c8bd-aaaf-92c9-b0139d3eb06c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2562291> ;
  schema:birthDate "1858-01-08"^^xsd:date .

