@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/bB13YhJ>
  schema:familyName "Boere"^^xsd:string ;
  schema:hasOccupation "Heibaas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5bce41a7-44d7-148a-a968-0e500b16cf10"^^xsd:string ;
  schema:givenName "Teunis"^^xsd:string ;
  schema:name "Teunis Boere"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xqd0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fba5a609-21ae-348b-d55b-6dc01c636561> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2868213> ;
  schema:birthDate "1867-12-08"^^xsd:date .

