@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/brRgTXe>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Rijnhout"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/7d904b2f-6264-f6dc-44b8-d4e61a626c00"^^xsd:string ;
  schema:familyName "Rijnhout"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dttx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e3f81882-3314-49e8-81a3-1ac695d041b3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2674482> ;
  schema:birthDate "1844-11-25"^^xsd:date .

