@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_33363045-dc3f-4eaa-856a-6f8c531dfdf2
  a a2a:Record ;
  rdfs:label "Overlijden op 28 maart 1859 te Ruinen" ;
  a2a:hasPerson oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-25cfcd64-eadb-4fab-89e1-4f11cd55fcaf, oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-502f46af-1486-4280-b3a4-cd1bbb5aeb3c, oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-a37841f9-b427-4a9a-bf8b-c2561478cc31, oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-6b12f9c9-3fa9-4dd4-8919-c78641a11813 ;
  a2a:hasEvent oa:event_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_0, oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_1, oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_2 ;
  a2a:hasRelationPP oa:relationpp_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_0 ;
  a2a:hasSource oa:source_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2 .

oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-25cfcd64-eadb-4fab-89e1-4f11cd55fcaf
  a a2a:Person ;
  rdfs:label "Geertien Koerts" ;
  a2a:PersonName [
    rdfs:label "Geertien Koerts" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNameLastName "Koerts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-502f46af-1486-4280-b3a4-cd1bbb5aeb3c
  a a2a:Person ;
  rdfs:label "Grietien Roelofs Floris" ;
  a2a:PersonName [
    rdfs:label "Grietien Roelofs Floris" ;
    a2a:PersonNameFirstName "Grietien Roelofs" ;
    a2a:PersonNameLastName "Floris"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "51 jaar" ;
    rdfs:label "51 jaar"
  ] ;
  a2a:BirthDate [
    a2a:Year "1807" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1807-04-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-a37841f9-b427-4a9a-bf8b-c2561478cc31
  a a2a:Person ;
  rdfs:label "Roelof Floris" ;
  a2a:PersonName [
    rdfs:label "Roelof Floris" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Floris"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person-6b12f9c9-3fa9-4dd4-8919-c78641a11813
  a a2a:Person ;
  rdfs:label "Geert Hendriks Bruins" ;
  a2a:PersonName [
    rdfs:label "Geert Hendriks Bruins" ;
    a2a:PersonNameFirstName "Geert Hendriks" ;
    a2a:PersonNameLastName "Bruins"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1859-03-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person:25cfcd64-eadb-4fab-89e1-4f11cd55fcaf ;
  a2a:EventKeyRef oa:event_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Event1 .

oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person:502f46af-1486-4280-b3a4-cd1bbb5aeb3c ;
  a2a:EventKeyRef oa:event_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Event1 .

oa:relationep_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person:a37841f9-b427-4a9a-bf8b-c2561478cc31 ;
  a2a:EventKeyRef oa:event_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Event1 .

oa:relationpp_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person:502f46af-1486-4280-b3a4-cd1bbb5aeb3c, oa:person_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2_Person:6b12f9c9-3fa9-4dd4-8919-c78641a11813 .

oa:source_dar_33363045-dc3f-4eaa-856a-6f8c531dfdf2
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1859-03-31 - 1859-03-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-03-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-03-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1859-03-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1859, Periode: 1859" ;
    a2a:Book "Overlijdensregister Ruinen 1859" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "1859" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1859, Periode: 1859, Overlijdensregister Ruinen 1859, 16, 1859"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e8eed804-80b1-25e7-c3d0-9000d8855d0b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/33363045-dc3f-4eaa-856a-6f8c531dfdf2" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e8eed804-80b1-25e7-c3d0-9000d8855d0b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/33363045-dc3f-4eaa-856a-6f8c531dfdf2" ;
  a2a:RecordGUID "{33363045-dc3f-4eaa-856a-6f8c531dfdf2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5440_00005440.xml van DAR" .

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