@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/bOXW3Mv>
  schema:familyName "Baars"^^xsd:string ;
  schema:givenName "Cornelis Pieter"^^xsd:string ;
  schema:name "Cornelis Pieter Baars"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a7dbba38-1962-90aa-ad47-6c5c4b294df1"^^xsd:string ;
  schema:hasOccupation "Pijpmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hrqz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8c6df16b-d789-3242-94cb-6cb2c53ef1d5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2400740> ;
  schema:birthDate "1812-05-14"^^xsd:date .

