@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_1a2186b8-4f88-4e95-9b76-95773a67eef7
  a a2a:Record ;
  rdfs:label "Geboorte op 7 april 1910 te Emmen" ;
  a2a:hasPerson oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-f64ea5ca-9f58-46ed-baf5-286b68315475, oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-0945f8c4-ab92-454b-91de-98a2d1482881, oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-e91be876-2d1c-43a0-b128-86944a7dda86 ;
  a2a:hasEvent oa:event_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_0, oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_1, oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_2 ;
  a2a:hasSource oa:source_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7 .

oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-f64ea5ca-9f58-46ed-baf5-286b68315475
  a a2a:Person ;
  rdfs:label "Jan Berend Wesseling" ;
  a2a:PersonName [
    rdfs:label "Jan Berend Wesseling" ;
    a2a:PersonNameFirstName "Jan Berend" ;
    a2a:PersonNameLastName "Wesseling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-0945f8c4-ab92-454b-91de-98a2d1482881
  a a2a:Person ;
  rdfs:label "Margaretha Apollonia Sibum" ;
  a2a:PersonName [
    rdfs:label "Margaretha Apollonia Sibum" ;
    a2a:PersonNameFirstName "Margaretha Apollonia" ;
    a2a:PersonNameLastName "Sibum"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person-e91be876-2d1c-43a0-b128-86944a7dda86
  a a2a:Person ;
  rdfs:label "Harmanus Petrus Bernardus Wesseling" ;
  a2a:PersonName [
    rdfs:label "Harmanus Petrus Bernardus Wesseling" ;
    a2a:PersonNameFirstName "Harmanus Petrus Bernardus" ;
    a2a:PersonNameLastName "Wesseling"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1910-04-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:event_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1910-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person:f64ea5ca-9f58-46ed-baf5-286b68315475 ;
  a2a:EventKeyRef oa:event_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Event1 .

oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person:0945f8c4-ab92-454b-91de-98a2d1482881 ;
  a2a:EventKeyRef oa:event_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Event1 .

oa:relationep_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Person:e91be876-2d1c-43a0-b128-86944a7dda86 ;
  a2a:EventKeyRef oa:event_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7_Event1 .

oa:source_dar_1a2186b8-4f88-4e95-9b76-95773a67eef7
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1910-04-07 - 1910-04-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-04-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-04-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1910-04-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1910, Periode: 1910" ;
    a2a:Book "Geboorteregister Emmen 1910" ;
    a2a:DocumentNumber "318" ;
    a2a:RegistryNumber "1910" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1910, Periode: 1910, Geboorteregister Emmen 1910, 318, 1910"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d01ef3a8-72d8-3853-5c03-6c308d999920.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1a2186b8-4f88-4e95-9b76-95773a67eef7" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d01ef3a8-72d8-3853-5c03-6c308d999920.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1a2186b8-4f88-4e95-9b76-95773a67eef7" ;
  a2a:RecordGUID "{1a2186b8-4f88-4e95-9b76-95773a67eef7}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1910" ;
  a2a:SourceRemarkregister_periode "1910" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5141_00005141.xml van DAR" .

