@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_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243
  a a2a:Record ;
  rdfs:label "Begrafenis op 24 november 1784" ;
  a2a:hasPerson oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-25bdb578-dc44-46d1-9688-753d9c9afa92, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-26353048-a164-48da-b2f8-710cf356521a, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-735c957b-e0b7-4707-9961-12dd12ee53e9, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-9a15ef61-115d-450c-8265-d17fe1bc53ff, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-aa469276-95f7-4e02-b2b2-cb876e683927 ;
  a2a:hasEvent oa:event_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_0 ;
  a2a:hasRelationPP oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_0, oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_1, oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_2, oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_3, oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_4 ;
  a2a:hasSource oa:source_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243 .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-c83eb6f5-9728-43ed-8661-ac53a8b90871
  a a2a:Person ;
  rdfs:label "Grietijn" ;
  a2a:PersonName [
    rdfs:label "Grietijn" ;
    a2a:PersonNameFirstName "Grietijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "j m w d" ;
    rdfs:label "j m w d"
  ] ;
  a2a:Profession "-" .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-25bdb578-dc44-46d1-9688-753d9c9afa92
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-26353048-a164-48da-b2f8-710cf356521a
  a a2a:Person ;
  rdfs:label "Jan Muelder" ;
  a2a:PersonName [
    rdfs:label "Jan Muelder" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Muelder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-735c957b-e0b7-4707-9961-12dd12ee53e9
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-9a15ef61-115d-450c-8265-d17fe1bc53ff
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person-aa469276-95f7-4e02-b2b2-cb876e683927
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventDate [
    a2a:Year "1784" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1784-11-24"^^xsd:date
  ] ;
  a2a:EventReligion "hervormd" .

oa:relationep_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871 ;
  a2a:EventKeyRef oa:event_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Event1 .

oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:25bdb578-dc44-46d1-9688-753d9c9afa92 .

oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:26353048-a164-48da-b2f8-710cf356521a .

oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_2
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:735c957b-e0b7-4707-9961-12dd12ee53e9 .

oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_3
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:9a15ef61-115d-450c-8265-d17fe1bc53ff .

oa:relationpp_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_4
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:c83eb6f5-9728-43ed-8661-ac53a8b90871, oa:person_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243_Person:aa469276-95f7-4e02-b2b2-cb876e683927 .

oa:source_dar_b10a1f34-e0fc-42ef-8c01-3e1f25dbb243
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Begraven" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1784-11-24 - 1784-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1784-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1784-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1784" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1784-11-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Begraven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Begraaf, Deel: 346" ;
    a2a:Book "Begraafregister Assen 346" ;
    a2a:DocumentNumber "346" ;
    a2a:RegistryNumber "346" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Begraaf, Deel: 346, Begraafregister Assen 346, 346, 346"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a18d106c-49a3-78b7-c327-285ae823d487.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b10a1f34-e0fc-42ef-8c01-3e1f25dbb243" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a18d106c-49a3-78b7-c327-285ae823d487.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b10a1f34-e0fc-42ef-8c01-3e1f25dbb243" ;
  a2a:RecordGUID "{b10a1f34-e0fc-42ef-8c01-3e1f25dbb243}" ;
  a2a:SourceRemarkOpmerking "Religie: hervormd" ;
  a2a:SourceRemarkbron "Begraaf" ;
  a2a:SourceRemarkdeel "346" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_515_00000515.xml van DAR" .

