@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/bezZ7fh>
  schema:givenName "Anna"^^xsd:string ;
  schema:name "Anna Trijbits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8562a001-1287-3546-1edf-869cae90e0b8"^^xsd:string ;
  schema:familyName "Trijbits"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0ea88fb2-8c95-1fc0-eb2a-6936a59a2e96> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1935563> ;
  schema:birthDate "1886-07-20"^^xsd:date .

