@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/btWgOm3>
  schema:familyName "Broekhuisen"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/032f8bb4-4121-d3a5-bfea-70c23a1e30b1"^^xsd:string ;
  schema:givenName "Pieter"^^xsd:string ;
  schema:name "Pieter Broekhuisen"@nl ;
  schema:hasOccupation "Stoker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01167k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d8d18464-b139-eb85-5d88-f658ec1a894e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2798678> ;
  schema:birthDate "1864-08-12"^^xsd:date .

