@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/bBrtbGA>
  schema:givenName "Anegje"^^xsd:string ;
  schema:name "Anegje Dekker"@nl ;
  schema:familyName "Dekker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f5d8cdc2-557e-84e3-8aac-0ea6e8599538"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0156k3> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5d98930-8c3c-5d38-3bc0-6c6fa5777af6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2715657> ;
  schema:birthDate "1911-09-23"^^xsd:date .

