@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/bRG1P9c>
  schema:familyName "Brouwer"^^xsd:string ;
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Brouwer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23c41a05-2c1f-f3ff-73d4-5a5b3177eb74"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011828> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/780aeebc-9f60-964f-33fc-85e49953a95d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2322087> ;
  schema:birthDate "1902-06-14"^^xsd:date .

