@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_ef191bd5-d172-426b-a2fc-b499a91e67db
  a a2a:Record ;
  rdfs:label "Overlijden op 21 juni 1913 te Coevorden" ;
  a2a:hasPerson oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-ce7bf451-54cc-4a64-8609-297fe9cd3402, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-c4b5bffa-9b12-4ecc-a041-c9e0f8c049a6, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-58a4066e-8a27-4782-9d64-b757d1f9fa8f, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-324e8786-e1d8-48e0-9b29-11d0c2c04ec5, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-a43a8d69-097d-42ea-ac02-c5eb7d28a6a7 ;
  a2a:hasEvent oa:event_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_0, oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_1, oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_2 ;
  a2a:hasRelationPP oa:relationpp_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_0, oa:relationpp_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_1 ;
  a2a:hasSource oa:source_dar_ef191bd5-d172-426b-a2fc-b499a91e67db .

oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-ce7bf451-54cc-4a64-8609-297fe9cd3402
  a a2a:Person ;
  rdfs:label "Harmannus Habers" ;
  a2a:PersonName [
    rdfs:label "Harmannus Habers" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Habers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-c4b5bffa-9b12-4ecc-a041-c9e0f8c049a6
  a a2a:Person ;
  rdfs:label "Gerrit Turien" ;
  a2a:PersonName [
    rdfs:label "Gerrit Turien" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Turien"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-58a4066e-8a27-4782-9d64-b757d1f9fa8f
  a a2a:Person ;
  rdfs:label "Maria Gezina Möller" ;
  a2a:PersonName [
    rdfs:label "Maria Gezina Möller" ;
    a2a:PersonNameFirstName "Maria Gezina" ;
    a2a:PersonNameLastName "Möller"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-324e8786-e1d8-48e0-9b29-11d0c2c04ec5
  a a2a:Person ;
  rdfs:label "Henrietta Elisabet Cremer" ;
  a2a:PersonName [
    rdfs:label "Henrietta Elisabet Cremer" ;
    a2a:PersonNameFirstName "Henrietta Elisabet" ;
    a2a:PersonNameLastName "Cremer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "89 jaar" ;
    rdfs:label "89 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person-a43a8d69-097d-42ea-ac02-c5eb7d28a6a7
  a a2a:Person ;
  rdfs:label "Andreas Jacobus Arnoldus Cremer" ;
  a2a:PersonName [
    rdfs:label "Andreas Jacobus Arnoldus Cremer" ;
    a2a:PersonNameFirstName "Andreas Jacobus Arnoldus" ;
    a2a:PersonNameLastName "Cremer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1913-06-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:58a4066e-8a27-4782-9d64-b757d1f9fa8f ;
  a2a:EventKeyRef oa:event_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Event1 .

oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:324e8786-e1d8-48e0-9b29-11d0c2c04ec5 ;
  a2a:EventKeyRef oa:event_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Event1 .

oa:relationep_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:a43a8d69-097d-42ea-ac02-c5eb7d28a6a7 ;
  a2a:EventKeyRef oa:event_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Event1 .

oa:relationpp_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:324e8786-e1d8-48e0-9b29-11d0c2c04ec5, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:ce7bf451-54cc-4a64-8609-297fe9cd3402 .

oa:relationpp_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_1
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:324e8786-e1d8-48e0-9b29-11d0c2c04ec5, oa:person_dar_ef191bd5-d172-426b-a2fc-b499a91e67db_Person:c4b5bffa-9b12-4ecc-a041-c9e0f8c049a6 .

oa:source_dar_ef191bd5-d172-426b-a2fc-b499a91e67db
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1913-06-23 - 1913-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1913-06-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1913, Periode: 1913" ;
    a2a:Book "Overlijdensregister Coevorden 1913" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "1913" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1913, Periode: 1913, Overlijdensregister Coevorden 1913, 45, 1913"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/faaa6c3e-9c29-580d-64bd-e41b0f8e8453.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ef191bd5-d172-426b-a2fc-b499a91e67db" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/faaa6c3e-9c29-580d-64bd-e41b0f8e8453.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ef191bd5-d172-426b-a2fc-b499a91e67db" ;
  a2a:RecordGUID "{ef191bd5-d172-426b-a2fc-b499a91e67db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6491_00006491.xml van DAR" .

