@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_b81aa209-8e27-46ef-965f-e4d62fc2853f
  a a2a:Record ;
  rdfs:label "Overlijden op 15 maart 1855 te Balloo (Rolde)" ;
  a2a:hasPerson oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-bcc58c4f-d5a6-49d9-b398-bea785397bb7, oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-d1b7a87e-5b4c-424d-a8e6-1b1f2a63ad24, oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-4b05822a-6fa2-44b7-a595-504143d88787, oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-1e1a1d41-3feb-48c8-879b-324cf0652aea ;
  a2a:hasEvent oa:event_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_0, oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_1, oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_0 ;
  a2a:hasSource oa:source_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f .

oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-bcc58c4f-d5a6-49d9-b398-bea785397bb7
  a a2a:Person ;
  rdfs:label "Margje Tonnis" ;
  a2a:PersonName [
    rdfs:label "Margje Tonnis" ;
    a2a:PersonNameFirstName "Margje" ;
    a2a:PersonNameLastName "Tonnis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-d1b7a87e-5b4c-424d-a8e6-1b1f2a63ad24
  a a2a:Person ;
  rdfs:label "Geesje Sants" ;
  a2a:PersonName [
    rdfs:label "Geesje Sants" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Sants"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1788" ;
    a2a:Month "5" ;
    a2a:Day "30" ;
    rdfs:label "1788-05-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-4b05822a-6fa2-44b7-a595-504143d88787
  a a2a:Person ;
  rdfs:label "Jan Sants" ;
  a2a:PersonName [
    rdfs:label "Jan Sants" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Sants"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person-1e1a1d41-3feb-48c8-879b-324cf0652aea
  a a2a:Person ;
  rdfs:label "Lubbertus Huizing" ;
  a2a:PersonName [
    rdfs:label "Lubbertus Huizing" ;
    a2a:PersonNameFirstName "Lubbertus" ;
    a2a:PersonNameLastName "Huizing"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1855" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1855-03-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Balloo (Rolde)" ;
    rdfs:label "Balloo (Rolde)"
  ] .

oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person:bcc58c4f-d5a6-49d9-b398-bea785397bb7 ;
  a2a:EventKeyRef oa:event_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Event1 .

oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person:d1b7a87e-5b4c-424d-a8e6-1b1f2a63ad24 ;
  a2a:EventKeyRef oa:event_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Event1 .

oa:relationep_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person:4b05822a-6fa2-44b7-a595-504143d88787 ;
  a2a:EventKeyRef oa:event_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Event1 .

oa:relationpp_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person:d1b7a87e-5b4c-424d-a8e6-1b1f2a63ad24, oa:person_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f_Person:1e1a1d41-3feb-48c8-879b-324cf0652aea .

oa:source_dar_b81aa209-8e27-46ef-965f-e4d62fc2853f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Rolde" ;
    rdfs:label "Rolde", "1855-03-15 - 1855-03-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-03-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-03-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1855" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1855-03-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1855, Periode: 1855" ;
    a2a:Book "Overlijdensregister Rolde 1855" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "1855" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1855, Periode: 1855, Overlijdensregister Rolde 1855, 6, 1855"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/dfe6958e-a1d9-529f-c1ab-64f570647137.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b81aa209-8e27-46ef-965f-e4d62fc2853f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/dfe6958e-a1d9-529f-c1ab-64f570647137.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/b81aa209-8e27-46ef-965f-e4d62fc2853f" ;
  a2a:RecordGUID "{b81aa209-8e27-46ef-965f-e4d62fc2853f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7119_00007119.xml van DAR" .

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