@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/b8X6gcd>
  schema:familyName "Bauer"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/514f6ef9-cde3-491c-47d6-785ce11a5565"^^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/a19cea62-6e10-5f82-2998-81bbf48100b1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2447500> ;
  schema:birthDate "1865-04-20"^^xsd:date .

