@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_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e
  a a2a:Record ;
  rdfs:label "Geboorte op 6 november 1834 te Roden" ;
  a2a:hasPerson oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-bc03b631-0871-4e9d-8e9c-7e45c2e4574f, oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-109c57af-a63a-4f0f-93df-c700d487b396, oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-8c02c7fc-53da-45a6-8815-ff55314a9288 ;
  a2a:hasEvent oa:event_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_0, oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_1, oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_2 ;
  a2a:hasSource oa:source_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e .

oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-bc03b631-0871-4e9d-8e9c-7e45c2e4574f
  a a2a:Person ;
  rdfs:label "Riender Cornelis van der Wal" ;
  a2a:PersonName [
    rdfs:label "Riender Cornelis van der Wal" ;
    a2a:PersonNameFirstName "Riender Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45" ;
    rdfs:label "45"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-109c57af-a63a-4f0f-93df-c700d487b396
  a a2a:Person ;
  rdfs:label "Tetje Andries de Vries" ;
  a2a:PersonName [
    rdfs:label "Tetje Andries de Vries" ;
    a2a:PersonNameFirstName "Tetje Andries" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "-" .

oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person-8c02c7fc-53da-45a6-8815-ff55314a9288
  a a2a:Person ;
  rdfs:label "Cornelis van der Wal" ;
  a2a:PersonName [
    rdfs:label "Cornelis van der Wal" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1834-11-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:event_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1834-11-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person:bc03b631-0871-4e9d-8e9c-7e45c2e4574f ;
  a2a:EventKeyRef oa:event_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Event1 .

oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person:109c57af-a63a-4f0f-93df-c700d487b396 ;
  a2a:EventKeyRef oa:event_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Event1 .

oa:relationep_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Person:8c02c7fc-53da-45a6-8815-ff55314a9288 ;
  a2a:EventKeyRef oa:event_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e_Event1 .

oa:source_dar_dc0b26d4-a0af-4e2f-aa99-da50a66fb05e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1834-11-08 - 1834-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1834-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1834-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1834" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1834-11-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1834, Periode: 1834" ;
    a2a:Book "Geboorteregister Roden 1834" ;
    a2a:DocumentNumber "52" ;
    a2a:RegistryNumber "1834" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1834, Periode: 1834, Geboorteregister Roden 1834, 52, 1834"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/35816579-54a8-2b45-09eb-c976b5e3763d.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dc0b26d4-a0af-4e2f-aa99-da50a66fb05e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/35816579-54a8-2b45-09eb-c976b5e3763d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dc0b26d4-a0af-4e2f-aa99-da50a66fb05e" ;
  a2a:RecordGUID "{dc0b26d4-a0af-4e2f-aa99-da50a66fb05e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_786_00000786.xml van DAR" .

