@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/bqpo7EU>
  schema:familyName "Baars"^^xsd:string ;
  schema:givenName "Geerlof"^^xsd:string ;
  schema:name "Geerlof Baars"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/81688ae8-8e54-6657-d76f-0516d932bb2f"^^xsd:string ;
  schema:hasOccupation "Schippersknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bodegraven> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00hfm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d51de0b9-789f-63b3-65b2-963b0a564854> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2651618> .

