@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/bpmSSce>
  schema:givenName "Adella"^^xsd:string ;
  schema:name "Adella Mogendorff"@nl ;
  schema:birthPlace "Groenloo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/34ed48ad-393a-ff8d-5975-48918d729675"^^xsd:string ;
  schema:familyName "Mogendorff"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012vbc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dba22724-d970-967c-ca99-99d440b06822> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809476> ;
  schema:birthDate "1881-01-26"^^xsd:date .

