@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/bNVrLFn>
  schema:familyName "Bakker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8d2dc69f-953b-beb1-e9cb-9c69f7590a8d"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Bakker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leimuiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b19c541b-e13b-4a70-d4a5-7ee788ce79b4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2509640> ;
  schema:birthDate "1842-09-14"^^xsd:date .

