@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/bN5DTT0>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9d5a28c2-eb96-1a5f-a9c5-cc682ce3a007"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria Brenkman"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r5k8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7eebfeaf-ff3a-2bdc-75aa-e94d55c9748b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348668> ;
  schema:birthDate "1856-09-05"^^xsd:date .

