@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/bUaqB72>
  schema:familyName "Bosman"^^xsd:string ;
  schema:givenName "Hendricus"^^xsd:string ;
  schema:name "Hendricus Bosman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/acba97dd-70bd-9047-8b12-1991d02398f6"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b250mf7> ;
  schema:children <https://n2t.net/ark:/60537/b9ZBa2w> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bELDPKo> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/618428> .

