@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/bkbSCzG>
  schema:familyName "Bauer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fb22aa4b-cfa0-1176-fac6-d07806b09d4b"^^xsd:string ;
  schema:givenName "Johannes Gerardus"^^xsd:string ;
  schema:name "Johannes Gerardus Bauer"@nl ;
  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/39614f1a-60d9-0532-962c-03bced0edb58> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2080338> ;
  schema:birthDate "1865-04-20"^^xsd:date .

