@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_087fa1bf-e006-4dfa-b552-f980cda82ea7
  a a2a:Record ;
  rdfs:label "Doop op 15 juni 1794" ;
  a2a:hasPerson oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-0b8539d5-0a21-4521-9aeb-69a1134e7f02, oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-8543c8df-3347-4108-a7fe-9d714fe42053, oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-0bc094ca-a21e-4943-87d1-19614769de5c ;
  a2a:hasEvent oa:event_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_0, oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_1, oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_2 ;
  a2a:hasSource oa:source_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7 .

oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-0b8539d5-0a21-4521-9aeb-69a1134e7f02
  a a2a:Person ;
  rdfs:label "Aaltjen Lucas Udding" ;
  a2a:PersonName [
    rdfs:label "Aaltjen Lucas Udding" ;
    a2a:PersonNameFirstName "Aaltjen" ;
    a2a:PersonNamePatronym "Lucas" ;
    a2a:PersonNameLastName "Udding"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-8543c8df-3347-4108-a7fe-9d714fe42053
  a a2a:Person ;
  rdfs:label "Jan Geerts Schuiling" ;
  a2a:PersonName [
    rdfs:label "Jan Geerts Schuiling" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Geerts" ;
    a2a:PersonNameLastName "Schuiling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person-0bc094ca-a21e-4943-87d1-19614769de5c
  a a2a:Person ;
  rdfs:label "Lucas Udding" ;
  a2a:PersonName [
    rdfs:label "Lucas Udding" ;
    a2a:PersonNameFirstName "Lucas Udding"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1794" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1794-06-10"^^xsd:date
  ] .

oa:event_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1794-06-15"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person:0b8539d5-0a21-4521-9aeb-69a1134e7f02 ;
  a2a:EventKeyRef oa:event_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Event1 .

oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person:8543c8df-3347-4108-a7fe-9d714fe42053 ;
  a2a:EventKeyRef oa:event_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Event1 .

oa:relationep_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Person:0bc094ca-a21e-4943-87d1-19614769de5c ;
  a2a:EventKeyRef oa:event_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7_Event1 .

oa:source_dar_087fa1bf-e006-4dfa-b552-f980cda82ea7
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Zuidlaren" ;
    rdfs:label "Zuidlaren", "1794-06-15 - 1794-06-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-06-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-06-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "6" ;
    a2a:Day "15" ;
    rdfs:label "1794-06-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 129" ;
    a2a:Book "Doopregister Zuidlaren 129" ;
    a2a:DocumentNumber "129" ;
    a2a:RegistryNumber "129" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 129, Doopregister Zuidlaren 129, 129, 129"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2533721e-36fd-2ade-0ccf-0bb090fb9264.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/087fa1bf-e006-4dfa-b552-f980cda82ea7" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2533721e-36fd-2ade-0ccf-0bb090fb9264.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/087fa1bf-e006-4dfa-b552-f980cda82ea7" ;
  a2a:RecordGUID "{087fa1bf-e006-4dfa-b552-f980cda82ea7}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7703_00007703.xml van DAR" .

