@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/bzLRpLx>
  schema:familyName "Bergman"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Bergman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4757d76e-0b54-ef20-73aa-daa671dcbf86"^^xsd:string ;
  schema:hasOccupation "Opperman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7b5f30b5-6fef-33b9-4817-4a63d41cea9b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2334784> ;
  schema:birthDate "1853-03-17"^^xsd:date .

