@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/b3kd0VS>
  schema:familyName "Brouwer"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Brouwer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b5efe1cd-e026-dae0-e85d-4e6708ea8531"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/bNw2rU5> ;
  schema:spouse <https://n2t.net/ark:/60537/bVqDfLp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bz8KQ1N> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2548292> .

