@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/bNw2eiE>
  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/4e1e5cdc-39b0-df5d-ca5e-3217180e9be3"^^xsd:string ;
  schema:hasOccupation "Werkman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/781ae3ed-a5c0-7781-03c0-9236dcebbdd6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2322312> ;
  schema:birthDate "1855-10-01"^^xsd:date .

