@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_834c81e6-d79d-4c2a-b1fb-e2390fde2821
  a a2a:Record ;
  rdfs:label "Geboorte op 1 september 1826 te Ruinen" ;
  a2a:hasPerson oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-213017db-e432-4d15-8b46-b00c6b2da42a, oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-35c867e7-7fe8-45a5-8581-004520c0931f, oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-9f192263-ed8b-4204-a2ac-309920f34564 ;
  a2a:hasEvent oa:event_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_0, oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_1, oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_2 ;
  a2a:hasSource oa:source_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821 .

oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-213017db-e432-4d15-8b46-b00c6b2da42a
  a a2a:Person ;
  rdfs:label "Jan Alberts Dunningh" ;
  a2a:PersonName [
    rdfs:label "Jan Alberts Dunningh" ;
    a2a:PersonNameFirstName "Jan Alberts" ;
    a2a:PersonNameLastName "Dunningh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "63" ;
    rdfs:label "63"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-35c867e7-7fe8-45a5-8581-004520c0931f
  a a2a:Person ;
  rdfs:label "Aaltien van der Weide" ;
  a2a:PersonName [
    rdfs:label "Aaltien van der Weide" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Weide"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] .

oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person-9f192263-ed8b-4204-a2ac-309920f34564
  a a2a:Person ;
  rdfs:label "Grietien Dunningh" ;
  a2a:PersonName [
    rdfs:label "Grietien Dunningh" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNameLastName "Dunningh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1826-09-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:event_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "9" ;
    a2a:Day "1" ;
    rdfs:label "1826-09-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen"
  ] .

oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person:213017db-e432-4d15-8b46-b00c6b2da42a ;
  a2a:EventKeyRef oa:event_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Event1 .

oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person:35c867e7-7fe8-45a5-8581-004520c0931f ;
  a2a:EventKeyRef oa:event_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Event1 .

oa:relationep_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Person:9f192263-ed8b-4204-a2ac-309920f34564 ;
  a2a:EventKeyRef oa:event_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821_Event1 .

oa:source_dar_834c81e6-d79d-4c2a-b1fb-e2390fde2821
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1826-09-03 - 1826-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1826-09-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1826, Periode: 1826" ;
    a2a:Book "Geboorteregister Ruinen 1826" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "1826" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1826, Periode: 1826, Geboorteregister Ruinen 1826, 39, 1826"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/e8fc93f6-ea8a-3fab-e731-32a7b2654c13.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/834c81e6-d79d-4c2a-b1fb-e2390fde2821" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/e8fc93f6-ea8a-3fab-e731-32a7b2654c13.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/834c81e6-d79d-4c2a-b1fb-e2390fde2821" ;
  a2a:RecordGUID "{834c81e6-d79d-4c2a-b1fb-e2390fde2821}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1826" ;
  a2a:SourceRemarkregister_periode "1826" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3706_00003706.xml van DAR" .

