@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/bbRTCEH>
  schema:familyName "Bergman"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Bergman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5497d70e-ab35-7cc0-433c-92a666e8fbdc"^^xsd:string ;
  schema:hasOccupation "Touwslager"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dcr5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6b2fc6b1-dcb5-6efc-b407-9394efa34c96> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2272517> ;
  schema:birthDate "1833-03-17"^^xsd:date .

