@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/bDiKJWy>
  schema:givenName "Adriaan"^^xsd:string ;
  schema:name "Adriaan Brenkman"@nl ;
  schema:familyName "Brenkman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a7a6e0ee-0791-6a5c-7a0a-16ec27b85801"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bdjMEt8> ;
  schema:parent <https://n2t.net/ark:/60537/bLdkyI1>, <https://n2t.net/ark:/60537/bvBRBy8> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2095668> ;
  schema:birthDate "1916-07-17"^^xsd:date .

