@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/bKaQpNT>
  schema:familyName "Bouma"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/282ea426-22ec-b5dd-9fe2-342876383d82"^^xsd:string ;
  schema:givenName "Hubertus"^^xsd:string ;
  schema:name "Hubertus Bouma"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01cb12> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/840d9268-f5fe-7607-85a0-d031bfb2cc18> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2368449> ;
  schema:birthDate "1904-07-17"^^xsd:date .

