@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/bCTmaJ6>
  schema:familyName "Bouman"^^xsd:string ;
  schema:givenName "Gerrit"^^xsd:string ;
  schema:name "Gerrit Bouman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d6c446fb-54c5-9560-1c6c-db81bcaf9038"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Diemen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bchw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/04e9977c-d37f-1831-e3db-3a80f000c148> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/587653> ;
  schema:birthDate "1906-02-16"^^xsd:date .

