@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_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c
  a a2a:Record ;
  rdfs:label "Geboorte op 23 september 1816 te De Slood" ;
  a2a:hasPerson oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-5d3b74cb-4b93-470e-8da5-87455ca18aba, oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-7ebdd6ab-9aec-447f-b827-aa4ef0febff3, oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-adcfabde-8c9c-418f-9f06-b6ed660d5ea8 ;
  a2a:hasEvent oa:event_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_0, oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_1, oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_2 ;
  a2a:hasSource oa:source_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c .

oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-5d3b74cb-4b93-470e-8da5-87455ca18aba
  a a2a:Person ;
  rdfs:label "Geert Alberts Wever" ;
  a2a:PersonName [
    rdfs:label "Geert Alberts Wever" ;
    a2a:PersonNameFirstName "Geert Alberts" ;
    a2a:PersonNameLastName "Wever"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-7ebdd6ab-9aec-447f-b827-aa4ef0febff3
  a a2a:Person ;
  rdfs:label "Hendrikjen Wichers Schonewille" ;
  a2a:PersonName [
    rdfs:label "Hendrikjen Wichers Schonewille" ;
    a2a:PersonNameFirstName "Hendrikjen Wichers" ;
    a2a:PersonNameLastName "Schonewille"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person-adcfabde-8c9c-418f-9f06-b6ed660d5ea8
  a a2a:Person ;
  rdfs:label "Wicher Wever" ;
  a2a:PersonName [
    rdfs:label "Wicher Wever" ;
    a2a:PersonNameFirstName "Wicher" ;
    a2a:PersonNameLastName "Wever"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1816-09-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Slood" ;
    rdfs:label "De Slood"
  ] .

oa:event_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1816-09-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Slood" ;
    rdfs:label "De Slood"
  ] .

oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person:5d3b74cb-4b93-470e-8da5-87455ca18aba ;
  a2a:EventKeyRef oa:event_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Event1 .

oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person:7ebdd6ab-9aec-447f-b827-aa4ef0febff3 ;
  a2a:EventKeyRef oa:event_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Event1 .

oa:relationep_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Person:adcfabde-8c9c-418f-9f06-b6ed660d5ea8 ;
  a2a:EventKeyRef oa:event_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c_Event1 .

oa:source_dar_fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1816-09-24 - 1816-09-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-09-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-09-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1816-09-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1816, Periode: 1816" ;
    a2a:Book "Geboorteregister Hoogeveen 1816" ;
    a2a:DocumentNumber "121" ;
    a2a:RegistryNumber "1816" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1816, Periode: 1816, Geboorteregister Hoogeveen 1816, 121, 1816"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3c446295-a702-6011-abbe-5cf569757381.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3c446295-a702-6011-abbe-5cf569757381.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c" ;
  a2a:RecordGUID "{fb615e0c-b1a9-4da7-96c7-ddbb7d945f3c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3769_00003769.xml van DAR" .

