@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/bqC4EbY>
  schema:familyName "Boer"^^xsd:string ;
  schema:hasOccupation "Boomkweeker"@nl ;
  schema:givenName "Cornelis Willem"^^xsd:string ;
  schema:name "Cornelis Willem Boer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/79f28a9b-5ecc-5f66-7d9a-be5026e77a14"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Boskoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b014gs8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a905c432-ced1-a713-d75d-05d3b1f03566> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2476082> ;
  schema:birthDate "1893-01-12"^^xsd:date .

