@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/bbRTIJL>
  schema:familyName "Bouwman"^^xsd:string ;
  schema:givenName "Gerardus Johannes"^^xsd:string ;
  schema:name "Gerardus Johannes Bouwman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/56cd9ece-ba6c-7a3f-5fa5-f2d269815e54"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/876d79b2-9994-d6ab-6318-c60f9cf08856> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2381503> ;
  schema:birthDate "1885-07-11"^^xsd:date .

