@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_bc9c8651-adf0-8f9d-279c-eabb76e6be0b
  a a2a:Record ;
  rdfs:label "Doop op 11 juni 1724" ;
  a2a:hasPerson oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-763f029a-2a7d-1eb6-32d8-4112c23b9cdf, oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-bd5399fc-81f8-2355-e40f-1b6d6b788754, oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-f21265d6-064b-12e3-5f77-69992fcb82d9 ;
  a2a:hasEvent oa:event_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_0, oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_1, oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_2 ;
  a2a:hasSource oa:source_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b .

oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-763f029a-2a7d-1eb6-32d8-4112c23b9cdf
  a a2a:Person ;
  rdfs:label "Jan Dathema Pouwels" ;
  a2a:PersonName [
    rdfs:label "Jan Dathema Pouwels" ;
    a2a:PersonNameFirstName "Jan Dathema" ;
    a2a:PersonNamePatronym "Pouwels"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Roderwolde" ;
    rdfs:label "Roderwolde"
  ] .

oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-bd5399fc-81f8-2355-e40f-1b6d6b788754
  a a2a:Person ;
  rdfs:label "Aeltjen Jantjen Borgmans" ;
  a2a:PersonName [
    rdfs:label "Aeltjen Jantjen Borgmans" ;
    a2a:PersonNameFirstName "Aeltjen Jantjen" ;
    a2a:PersonNameLastName "Borgmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person-f21265d6-064b-12e3-5f77-69992fcb82d9
  a a2a:Person ;
  rdfs:label "Paul Datema" ;
  a2a:PersonName [
    rdfs:label "Paul Datema" ;
    a2a:PersonNameFirstName "Paul" ;
    a2a:PersonNameLastName "Datema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1724" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1724-06-11"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person:763f029a-2a7d-1eb6-32d8-4112c23b9cdf ;
  a2a:EventKeyRef oa:event_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Event1 .

oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person:bd5399fc-81f8-2355-e40f-1b6d6b788754 ;
  a2a:EventKeyRef oa:event_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Event1 .

oa:relationep_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Person:f21265d6-064b-12e3-5f77-69992fcb82d9 ;
  a2a:EventKeyRef oa:event_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b_Event1 .

oa:source_dar_bc9c8651-adf0-8f9d-279c-eabb76e6be0b
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Roderwolde" ;
    rdfs:label "Roderwolde", "1724-06-11 - 1724-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1724-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1724-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1724" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1724-06-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 95" ;
    a2a:Book "Doopregister Roderwolde 95" ;
    a2a:RegistryNumber "95" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 95, Doopregister Roderwolde 95, 95"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a066da81-d5c4-6a42-4656-80ebb0a39926.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bc9c8651-adf0-8f9d-279c-eabb76e6be0b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a066da81-d5c4-6a42-4656-80ebb0a39926.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/bc9c8651-adf0-8f9d-279c-eabb76e6be0b" ;
  a2a:RecordGUID "{bc9c8651-adf0-8f9d-279c-eabb76e6be0b}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "95" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_207_00000207.xml van DAR" .

