@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/bCGEOhR>
  schema:familyName "Boere"^^xsd:string ;
  schema:hasOccupation "Heibaas"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/38b07028-6daa-b723-8bf5-d64b9f532060"^^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/b014bw0> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5c619368-157d-b2db-54e0-d2cc0f9e3b99> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2214974> ;
  schema:birthDate "1867-12-08"^^xsd:date .

