@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/bTykatV>
  schema:givenName "Adrianus Franciscus"^^xsd:string ;
  schema:name "Adrianus Franciscus Bron"@nl ;
  schema:familyName "Bron"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b104abd9-a0f3-376f-670d-406a54b5575c"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c33f4c30-8ec0-6af1-d3c4-f1b61cea7277> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2577929> ;
  schema:birthDate "1855-02-25"^^xsd:date .

