@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/brRgcwm>
  schema:familyName "Bruistens"^^xsd:string ;
  schema:givenName "Henricus"^^xsd:string ;
  schema:name "Henricus Bruistens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e0ee5f44-b4a5-f865-8b6e-ed2fc7e51a5c"^^xsd:string ;
  schema:hasOccupation "Schippersknecht"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qmcc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0f3340ae-a1d7-9678-e43a-bed35036dd10> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1937655> ;
  schema:birthDate "1832-09-30"^^xsd:date .

