@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/bsgFxt7>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Koorevaar"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ee15eea0-95f4-1e29-e7a3-1ddf3ca943ef"^^xsd:string ;
  schema:familyName "Koorevaar"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00g2ms> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/063727c0-9c55-19d5-4986-c89c5767f52c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/592913> .

