@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_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35
  a a2a:Record ;
  rdfs:label "Geboorte op 28 januari 1825 te Roden" ;
  a2a:hasPerson oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-928e1820-934e-4e3a-a7ca-b6403848bf66, oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-f342e8d8-58e0-4f26-9e36-7ca0848a4660, oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-7391eb55-148c-41d8-9d60-24ff108bd934 ;
  a2a:hasEvent oa:event_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_0, oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_1, oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_2 ;
  a2a:hasSource oa:source_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35 .

oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-928e1820-934e-4e3a-a7ca-b6403848bf66
  a a2a:Person ;
  rdfs:label "Willem Alberts Meijering" ;
  a2a:PersonName [
    rdfs:label "Willem Alberts Meijering" ;
    a2a:PersonNameFirstName "Willem Alberts" ;
    a2a:PersonNameLastName "Meijering"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "bakker" .

oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-f342e8d8-58e0-4f26-9e36-7ca0848a4660
  a a2a:Person ;
  rdfs:label "Geessien Arends Bazuin" ;
  a2a:PersonName [
    rdfs:label "Geessien Arends Bazuin" ;
    a2a:PersonNameFirstName "Geessien Arends" ;
    a2a:PersonNameLastName "Bazuin"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "-" .

oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person-7391eb55-148c-41d8-9d60-24ff108bd934
  a a2a:Person ;
  rdfs:label "Arend Bazuin Meijering" ;
  a2a:PersonName [
    rdfs:label "Arend Bazuin Meijering" ;
    a2a:PersonNameFirstName "Arend Bazuin" ;
    a2a:PersonNameLastName "Meijering"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1825-01-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:event_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1825-01-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person:928e1820-934e-4e3a-a7ca-b6403848bf66 ;
  a2a:EventKeyRef oa:event_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Event1 .

oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person:f342e8d8-58e0-4f26-9e36-7ca0848a4660 ;
  a2a:EventKeyRef oa:event_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Event1 .

oa:relationep_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Person:7391eb55-148c-41d8-9d60-24ff108bd934 ;
  a2a:EventKeyRef oa:event_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35_Event1 .

oa:source_dar_1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1825-01-29 - 1825-01-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-01-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-01-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "1" ;
    a2a:Day "29" ;
    rdfs:label "1825-01-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1825, Periode: 1825" ;
    a2a:Book "Geboorteregister Roden 1825" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "1825" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1825, Periode: 1825, Geboorteregister Roden 1825, 6, 1825"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/21ff9186-9d64-9f53-8582-3aa83813a540.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/21ff9186-9d64-9f53-8582-3aa83813a540.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35" ;
  a2a:RecordGUID "{1e69ea0b-4d63-4ecc-84cc-bdff7c8b9b35}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1825" ;
  a2a:SourceRemarkregister_periode "1825" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5207_00005207.xml van DAR" .

