@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_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa
  a a2a:Record ;
  rdfs:label "Geboorte op 14 juni 1904 te Roden" ;
  a2a:hasPerson oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-36558e84-e242-4050-b6fc-4706afcad10d, oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-7d9631b3-0d26-4253-aee3-255a9d093b79, oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-d1d69324-4fdb-44f1-94bf-344299bb5af7 ;
  a2a:hasEvent oa:event_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_0, oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_1, oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_2 ;
  a2a:hasSource oa:source_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa .

oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-36558e84-e242-4050-b6fc-4706afcad10d
  a a2a:Person ;
  rdfs:label "Willem Poede" ;
  a2a:PersonName [
    rdfs:label "Willem Poede" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Poede"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "molenaarsknecht" .

oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-7d9631b3-0d26-4253-aee3-255a9d093b79
  a a2a:Person ;
  rdfs:label "Geessien Biemolt" ;
  a2a:PersonName [
    rdfs:label "Geessien Biemolt" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNameLastName "Biemolt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person-d1d69324-4fdb-44f1-94bf-344299bb5af7
  a a2a:Person ;
  rdfs:label "Jantje Poede" ;
  a2a:PersonName [
    rdfs:label "Jantje Poede" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Poede"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1904-06-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:event_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "14" ;
    rdfs:label "1904-06-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person:36558e84-e242-4050-b6fc-4706afcad10d ;
  a2a:EventKeyRef oa:event_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Event1 .

oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person:7d9631b3-0d26-4253-aee3-255a9d093b79 ;
  a2a:EventKeyRef oa:event_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Event1 .

oa:relationep_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Person:d1d69324-4fdb-44f1-94bf-344299bb5af7 ;
  a2a:EventKeyRef oa:event_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa_Event1 .

oa:source_dar_fd5d58b6-4832-4a34-a0a4-e49136a3a1aa
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1904-06-15 - 1904-06-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-06-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-06-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1904-06-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1904, Periode: 1904" ;
    a2a:Book "Geboorteregister Roden 1904" ;
    a2a:DocumentNumber "62" ;
    a2a:RegistryNumber "1904" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1904, Periode: 1904, Geboorteregister Roden 1904, 62, 1904"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/830388ee-f6a0-a5a3-3e74-86e5cabbc4cd.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fd5d58b6-4832-4a34-a0a4-e49136a3a1aa" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/830388ee-f6a0-a5a3-3e74-86e5cabbc4cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fd5d58b6-4832-4a34-a0a4-e49136a3a1aa" ;
  a2a:RecordGUID "{fd5d58b6-4832-4a34-a0a4-e49136a3a1aa}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1904" ;
  a2a:SourceRemarkregister_periode "1904" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_6337_00006337.xml van DAR" .

