@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/btwS1xN>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:givenName "Grietje"^^xsd:string ;
  schema:name "Grietje Brenkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a114de68-0804-6c87-7e6c-080c012640b1"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pkx8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7b87dd23-ffc6-2372-1987-eda7ee448a3e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2335404> ;
  schema:birthDate "1854-06-20"^^xsd:date .

