@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/bYkqPtH>
  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/667efd93-4463-869a-2e5e-a86055acf149"^^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/cc59c994-bea1-25c1-491d-5e3253b42cda> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2611077> ;
  schema:birthDate "1863-02-15"^^xsd:date .

