@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/btJzURg>
  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/e1f593e3-d7c5-e96c-da72-23ff363ba939"^^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/c01daea6-7427-7a0e-ae11-8cfdc1e1a80d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2565850> ;
  schema:birthDate "1863-02-15"^^xsd:date .

