@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/bSvPCYe>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Treure"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/90012689-07ab-5b12-fd1b-f5a95f09714e"^^xsd:string ;
  schema:familyName "Treure"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Bergambacht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vmcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8f789f91-7824-aadc-f832-5b4bcef63181> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2412489> ;
  schema:birthDate "1873-08-07"^^xsd:date .

