@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/b6S6dCB>
  schema:givenName "Coenraad Cornelis"^^xsd:string ;
  schema:name "Coenraad Cornelis Jager"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/92a8e977-f3b2-0f8d-53b7-cc69f55881ce"^^xsd:string ;
  schema:familyName "Jager"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Montfoort> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sgcj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5273d115-9e5d-8ed2-f8cb-009490c85054> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2177067> ;
  schema:birthDate "1852-08-08"^^xsd:date .

