@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/bLDJJxt>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4ec4734e-e678-1584-fa54-03796e427890"^^xsd:string ;
  schema:givenName "Johanna Agatha"^^xsd:string ;
  schema:name "Johanna Agatha Brenkman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b014bcs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0a78e37c-58f4-ad8d-a2f1-e337cf35839a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/610313> ;
  schema:birthDate "1907-01-20"^^xsd:date .

