@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/bYKP5Ij>
  schema:familyName "Bauer"^^xsd:string ;
  schema:givenName "Hendrik Willem"^^xsd:string ;
  schema:name "Hendrik Willem Bauer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6d45c6af-67d3-89b1-ebe1-09209787bd3e"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b189249c-e5fc-47bc-5c22-179ea3beed05> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2509360> ;
  schema:birthDate "1863-02-15"^^xsd:date .

