@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_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4
  a a2a:Record ;
  rdfs:label "Geboorte op 9 mei 1828 te Ruinerwold" ;
  a2a:hasPerson oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-0b1e845a-c473-4c27-b5b2-cd0662a21cf2, oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-2c46d27b-5323-462c-8599-3a757b8daa72, oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-baab0a8a-86f5-4ca3-af13-6480569f78c0 ;
  a2a:hasEvent oa:event_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_0, oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_1, oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_2 ;
  a2a:hasSource oa:source_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4 .

oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-0b1e845a-c473-4c27-b5b2-cd0662a21cf2
  a a2a:Person ;
  rdfs:label "Aaltjen Hendriks Groeneboer" ;
  a2a:PersonName [
    rdfs:label "Aaltjen Hendriks Groeneboer" ;
    a2a:PersonNameFirstName "Aaltjen Hendriks" ;
    a2a:PersonNameLastName "Groeneboer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] .

oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-2c46d27b-5323-462c-8599-3a757b8daa72
  a a2a:Person ;
  rdfs:label "Geesjen de Wolde" ;
  a2a:PersonName [
    rdfs:label "Geesjen de Wolde" ;
    a2a:PersonNameFirstName "Geesjen" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wolde"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] .

oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person-baab0a8a-86f5-4ca3-af13-6480569f78c0
  a a2a:Person ;
  rdfs:label "Willem Wolters de Wolde" ;
  a2a:PersonName [
    rdfs:label "Willem Wolters de Wolde" ;
    a2a:PersonNameFirstName "Willem Wolters" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wolde"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold"
  ] .

oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person:0b1e845a-c473-4c27-b5b2-cd0662a21cf2 ;
  a2a:EventKeyRef oa:event_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Event1 .

oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person:2c46d27b-5323-462c-8599-3a757b8daa72 ;
  a2a:EventKeyRef oa:event_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Event1 .

oa:relationep_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Person:baab0a8a-86f5-4ca3-af13-6480569f78c0 ;
  a2a:EventKeyRef oa:event_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4_Event1 .

oa:source_dar_44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold", "1828-05-09 - 1828-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1828-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1828-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1828, Periode: 1828" ;
    a2a:Book "Geboorteregister Ruinerwold 1828" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "1828" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1828, Periode: 1828, Geboorteregister Ruinerwold 1828, 28, 1828"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/be3b4101-b454-75c7-5009-63f6c7f1bafc.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/be3b4101-b454-75c7-5009-63f6c7f1bafc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4" ;
  a2a:RecordGUID "{44ae620d-3ad7-4d0d-8b77-e5fbdc2f30b4}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1828" ;
  a2a:SourceRemarkregister_periode "1828" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2724_00002724.xml van DAR" .

