@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/bT7VKOr>
  schema:familyName "Bruistens"^^xsd:string ;
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Bruistens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24d91088-cfa4-d69f-de1d-a10a71399dcc"^^xsd:string ;
  schema:hasOccupation "Linnenbleeker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Someren> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rg9c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b2189fd8-62fd-799a-eba6-b45e15ad7e19> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2511466> ;
  schema:birthDate "1793-12-05"^^xsd:date .

