@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_cfee85a8-6786-4a96-bf93-99ebda359b08
  a a2a:Record ;
  rdfs:label "Overlijden op 25 november 1930 te Emmen" ;
  a2a:hasPerson oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-d942603d-ceb0-41fd-932f-c06a12fb0aa3, oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-c49ff050-cc08-4aa7-b00b-cf9f5dcdff73, oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-daacff01-21ad-45d6-89eb-326704a8708b ;
  a2a:hasEvent oa:event_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_0, oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_1, oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_2 ;
  a2a:hasSource oa:source_dar_cfee85a8-6786-4a96-bf93-99ebda359b08 .

oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-d942603d-ceb0-41fd-932f-c06a12fb0aa3
  a a2a:Person ;
  rdfs:label "Fenna Bremer" ;
  a2a:PersonName [
    rdfs:label "Fenna Bremer" ;
    a2a:PersonNameFirstName "Fenna" ;
    a2a:PersonNameLastName "Bremer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-c49ff050-cc08-4aa7-b00b-cf9f5dcdff73
  a a2a:Person ;
  rdfs:label "Femmechien Winkel" ;
  a2a:PersonName [
    rdfs:label "Femmechien Winkel" ;
    a2a:PersonNameFirstName "Femmechien" ;
    a2a:PersonNameLastName "Winkel"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "13 jaar" ;
    rdfs:label "13 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person-daacff01-21ad-45d6-89eb-326704a8708b
  a a2a:Person ;
  rdfs:label "Dirk Winkel" ;
  a2a:PersonName [
    rdfs:label "Dirk Winkel" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Winkel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:event_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1930" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1930-11-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person:d942603d-ceb0-41fd-932f-c06a12fb0aa3 ;
  a2a:EventKeyRef oa:event_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Event1 .

oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person:c49ff050-cc08-4aa7-b00b-cf9f5dcdff73 ;
  a2a:EventKeyRef oa:event_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Event1 .

oa:relationep_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Person:daacff01-21ad-45d6-89eb-326704a8708b ;
  a2a:EventKeyRef oa:event_dar_cfee85a8-6786-4a96-bf93-99ebda359b08_Event1 .

oa:source_dar_cfee85a8-6786-4a96-bf93-99ebda359b08
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1930-11-25 - 1930-11-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1930-11-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1930-11-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1930" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1930-11-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1930, Periode: 1930" ;
    a2a:Book "Overlijdensregister Emmen 1930" ;
    a2a:DocumentNumber "305" ;
    a2a:RegistryNumber "1930" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1930, Periode: 1930, Overlijdensregister Emmen 1930, 305, 1930"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2a71bde0-ab08-3666-09fb-9631086dbe20.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cfee85a8-6786-4a96-bf93-99ebda359b08" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2a71bde0-ab08-3666-09fb-9631086dbe20.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/cfee85a8-6786-4a96-bf93-99ebda359b08" ;
  a2a:RecordGUID "{cfee85a8-6786-4a96-bf93-99ebda359b08}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_5169_00005169.xml van DAR" .

