@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/buYLosT>
  schema:familyName "Bakker"^^xsd:string ;
  schema:givenName "Frederik Wilhelm"^^xsd:string ;
  schema:name "Frederik Wilhelm Bakker"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f93d720d-0244-f6a4-e5ab-6011c0f494fc"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00dtdz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0bfac697-f85b-afb9-da8e-a623a6bf47f2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/616388> ;
  schema:birthDate "1857-06-10"^^xsd:date .

