@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/bBQRq5E>
  schema:givenName "Barend Koenraad"^^xsd:string ;
  schema:name "Barend Koenraad Bruines"@nl ;
  schema:familyName "Bruines"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/bf6f42d5-836e-f30d-4be4-7ba98f812a19"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Aarlanderveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wzzx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bfe836a8-04b3-6233-a7b5-f56917f34500> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2565044> ;
  schema:birthDate "1844-08-22"^^xsd:date .

