@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/bachVdU>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Bron"@nl ;
  schema:familyName "Bron"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4ebd04cb-a322-04be-6569-62b962b10d3e"^^xsd:string ;
  schema:hasOccupation "Molenaarsknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/22253e41-4a40-1d20-51a0-00d22a4af82f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1992856> ;
  schema:birthDate "1825-08-13"^^xsd:date .

