@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_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe
  a a2a:Record ;
  rdfs:label "Geboorte op 31 mei 1830 te De Wijk" ;
  a2a:hasPerson oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-28eee7b4-7a07-4be4-a506-ee83ce0e097d, oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-e469c9a1-7f4e-4a8d-929a-c9759884d83d, oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-d107bb4e-81d5-42c0-a685-0c53083499d5 ;
  a2a:hasEvent oa:event_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_0, oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_1, oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_2 ;
  a2a:hasSource oa:source_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe .

oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-28eee7b4-7a07-4be4-a506-ee83ce0e097d
  a a2a:Person ;
  rdfs:label "Jentien Jans Babberinge" ;
  a2a:PersonName [
    rdfs:label "Jentien Jans Babberinge" ;
    a2a:PersonNameFirstName "Jentien Jans" ;
    a2a:PersonNameLastName "Babberinge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45" ;
    rdfs:label "45"
  ] .

oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-e469c9a1-7f4e-4a8d-929a-c9759884d83d
  a a2a:Person ;
  rdfs:label "Aaltien Roze" ;
  a2a:PersonName [
    rdfs:label "Aaltien Roze" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Roze"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1830-05-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk"
  ] .

oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person-d107bb4e-81d5-42c0-a685-0c53083499d5
  a a2a:Person ;
  rdfs:label "Harm Roelofs Roze" ;
  a2a:PersonName [
    rdfs:label "Harm Roelofs Roze" ;
    a2a:PersonNameFirstName "Harm Roelofs" ;
    a2a:PersonNameLastName "Roze"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "56" ;
    rdfs:label "56"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1830" ;
    a2a:Month "5" ;
    a2a:Day "31" ;
    rdfs:label "1830-05-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk"
  ] .

oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person:28eee7b4-7a07-4be4-a506-ee83ce0e097d ;
  a2a:EventKeyRef oa:event_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Event1 .

oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person:e469c9a1-7f4e-4a8d-929a-c9759884d83d ;
  a2a:EventKeyRef oa:event_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Event1 .

oa:relationep_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Person:d107bb4e-81d5-42c0-a685-0c53083499d5 ;
  a2a:EventKeyRef oa:event_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe_Event1 .

oa:source_dar_d2d60022-0b4e-4e29-858e-ca99e2e6bdbe
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "De Wijk" ;
    rdfs:label "De Wijk", "1830-06-02 - 1830-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1830" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1830-06-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1830, Periode: 1830" ;
    a2a:Book "Geboorteregister De Wijk 1830" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "1830" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1830, Periode: 1830, Geboorteregister De Wijk 1830, 23, 1830"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b466e6f7-94c7-1369-1c6c-ed67548fc796.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d2d60022-0b4e-4e29-858e-ca99e2e6bdbe" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b466e6f7-94c7-1369-1c6c-ed67548fc796.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d2d60022-0b4e-4e29-858e-ca99e2e6bdbe" ;
  a2a:RecordGUID "{d2d60022-0b4e-4e29-858e-ca99e2e6bdbe}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1830" ;
  a2a:SourceRemarkregister_periode "1830" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5552_00005552.xml van DAR" .

