@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/buM48JS>
  schema:familyName "Bogert"^^xsd:string ;
  schema:givenName "Cornelis Willem"^^xsd:string ;
  schema:name "Cornelis Willem Bogert"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/71a974f9-5e41-6fd2-007a-e82b81e89ce3"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00ff57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/873f7678-b489-9f2e-384c-73d0adcf96b8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2380719> ;
  schema:birthDate "1857-10-31"^^xsd:date .

