@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/bXIjFI7>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0197e32a-e1ff-0fed-ad5b-f04dc7fe320a"^^xsd:string ;
  schema:hasOccupation "Kuiper"@nl ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bKBeaes> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2478454> ;
  schema:birthDate "1907-10-06"^^xsd:date .

