@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/bMfQunG>
  schema:familyName "Bakker"^^xsd:string ;
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Bakker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f704555e-57e7-e615-f9a0-3fe9b300702e"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jgm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e3f20be4-3876-d414-c081-0c8fc5498482> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2674402> ;
  schema:birthDate "1888-08-08"^^xsd:date .

