@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/bvOzYKC>
  schema:familyName "Bouwman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2ebedd1c-81bc-6509-8cb1-4b4a298d0e9f"^^xsd:string ;
  schema:givenName "Johannes Wilhelmus"^^xsd:string ;
  schema:name "Johannes Wilhelmus Bouwman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f19f309b-5e4a-881a-b112-6ea74f60d793> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2859955> ;
  schema:birthDate "1888-03-11"^^xsd:date .

