@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/bu8YsOy>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:givenName "Hendrik"^^xsd:string ;
  schema:name "Hendrik Brenkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4cf05f1a-7c38-2921-df4d-ee29c3dc3b4f"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pkx8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/92c8ffd6-c2c9-0ccb-0815-5326690b60c8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2762981> ;
  schema:birthDate "1861-03-30"^^xsd:date .

