@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/bUAPdmr>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Seton"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/17b75303-5431-bb81-fb61-889cc6314481"^^xsd:string ;
  schema:familyName "Seton"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/57e822aa-6ecd-7893-59d3-400ee19599f5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2197781> ;
  schema:birthDate "1859-03-27"^^xsd:date .

