@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/bGDWydd>
  schema:givenName "Bartholomeus"^^xsd:string ;
  schema:name "Bartholomeus Leer in 't Veld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c78a5ca4-69c2-3c00-9bb4-ae914c1f0bd3"^^xsd:string ;
  schema:familyName "Leer in 't Veld"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vianen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0199pv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2bdf0921-25b4-700d-80ca-d42404619a3c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2031056> ;
  schema:birthDate "1845-04-20"^^xsd:date .

