@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_dar_c78460df-ec22-47bf-b053-d4b3d05e44df
  a a2a:Record ;
  rdfs:label "Overlijden op 2 mei 1838 te Meppel" ;
  a2a:hasPerson oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-222c00af-0a91-4aa2-875e-6be52766e429, oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-c9c50ccd-d29d-45e2-90ab-c6a9d4cb33d7, oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-8dbd0132-e0a1-4b05-a1e3-7ae1a215372d, oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-5e1d603b-1250-47bc-a571-ba9ec667b266 ;
  a2a:hasEvent oa:event_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_0, oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_1, oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_2 ;
  a2a:hasRelationPP oa:relationpp_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_0 ;
  a2a:hasSource oa:source_dar_c78460df-ec22-47bf-b053-d4b3d05e44df .

oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-222c00af-0a91-4aa2-875e-6be52766e429
  a a2a:Person ;
  rdfs:label "Jezajas van Praag" ;
  a2a:PersonName [
    rdfs:label "Jezajas van Praag" ;
    a2a:PersonNameFirstName "Jezajas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Praag"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-c9c50ccd-d29d-45e2-90ab-c6a9d4cb33d7
  a a2a:Person ;
  rdfs:label "Betje Mendels" ;
  a2a:PersonName [
    rdfs:label "Betje Mendels" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNameLastName "Mendels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-8dbd0132-e0a1-4b05-a1e3-7ae1a215372d
  a a2a:Person ;
  rdfs:label "Emanuel Jezajas van Praag" ;
  a2a:PersonName [
    rdfs:label "Emanuel Jezajas van Praag" ;
    a2a:PersonNameFirstName "Emanuel Jezajas" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Praag"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "koopman" .

oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person-5e1d603b-1250-47bc-a571-ba9ec667b266
  a a2a:Person ;
  rdfs:label "Clara Hartog Mozes" ;
  a2a:PersonName [
    rdfs:label "Clara Hartog Mozes" ;
    a2a:PersonNameFirstName "Clara Hartog" ;
    a2a:PersonNameLastName "Mozes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1838-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person:222c00af-0a91-4aa2-875e-6be52766e429 ;
  a2a:EventKeyRef oa:event_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Event1 .

oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person:c9c50ccd-d29d-45e2-90ab-c6a9d4cb33d7 ;
  a2a:EventKeyRef oa:event_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Event1 .

oa:relationep_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person:8dbd0132-e0a1-4b05-a1e3-7ae1a215372d ;
  a2a:EventKeyRef oa:event_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Event1 .

oa:relationpp_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person:8dbd0132-e0a1-4b05-a1e3-7ae1a215372d, oa:person_dar_c78460df-ec22-47bf-b053-d4b3d05e44df_Person:5e1d603b-1250-47bc-a571-ba9ec667b266 .

oa:source_dar_c78460df-ec22-47bf-b053-d4b3d05e44df
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1838-05-02 - 1838-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1838-05-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1838, Periode: 1838" ;
    a2a:Book "Overlijdensregister Meppel 1838" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "1838" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1838, Periode: 1838, Overlijdensregister Meppel 1838, 44, 1838"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a16ae1f9-dcdd-380b-8abd-e280f4b51df6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c78460df-ec22-47bf-b053-d4b3d05e44df" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a16ae1f9-dcdd-380b-8abd-e280f4b51df6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c78460df-ec22-47bf-b053-d4b3d05e44df" ;
  a2a:RecordGUID "{c78460df-ec22-47bf-b053-d4b3d05e44df}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5056_00005056.xml van DAR" .

[] a2a:PersonRemarkdiversen "Plaats doop: -" .
