@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_10d6b0be-90d3-bb2d-a019-e87f830ce13e
  a a2a:Record ;
  rdfs:label "Doop op 25 september 1808" ;
  a2a:hasPerson oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-54ff24b5-f414-74ea-5f1d-4d576d756ba3, oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-9203bbaf-be49-2326-17e4-aa425e08972a, oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-284bfef1-f783-07c3-3790-b17bf1f7a39b, oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-6e4f5df0-690b-f1b8-75c7-b5152a0d140e ;
  a2a:hasEvent oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_0, oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_1, oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_2, oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_3 ;
  a2a:hasSource oa:source_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e .

oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-54ff24b5-f414-74ea-5f1d-4d576d756ba3
  a a2a:Person ;
  rdfs:label "Jantien Willems Eefting" ;
  a2a:PersonName [
    rdfs:label "Jantien Willems Eefting" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePatronym "Willems" ;
    a2a:PersonNameLastName "Eefting"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1808" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1808-09-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-9203bbaf-be49-2326-17e4-aa425e08972a
  a a2a:Person ;
  rdfs:label "Marchien Willems" ;
  a2a:PersonName [
    rdfs:label "Marchien Willems" ;
    a2a:PersonNameFirstName "Marchien" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-284bfef1-f783-07c3-3790-b17bf1f7a39b
  a a2a:Person ;
  rdfs:label "Willem eefting" ;
  a2a:PersonName [
    rdfs:label "Willem eefting" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "eefting"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person-6e4f5df0-690b-f1b8-75c7-b5152a0d140e
  a a2a:Person ;
  rdfs:label "Willem Eefting" ;
  a2a:PersonName [
    rdfs:label "Willem Eefting" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Eefting"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1808" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1808-09-25"^^xsd:date
  ] ;
  a2a:EventReligion "Herv" .

oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person:54ff24b5-f414-74ea-5f1d-4d576d756ba3 ;
  a2a:EventKeyRef oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1 .

oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person:9203bbaf-be49-2326-17e4-aa425e08972a ;
  a2a:EventKeyRef oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1 .

oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person:284bfef1-f783-07c3-3790-b17bf1f7a39b ;
  a2a:EventKeyRef oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1 .

oa:relationep_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Person:6e4f5df0-690b-f1b8-75c7-b5152a0d140e ;
  a2a:EventKeyRef oa:event_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e_Event1 .

oa:source_dar_10d6b0be-90d3-bb2d-a019-e87f830ce13e
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1808-09-25 - 1808-09-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1808-09-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1808-09-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1808" ;
    a2a:Month "9" ;
    a2a:Day "25" ;
    rdfs:label "1808-09-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Assen 4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Assen 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c5c8e690-8840-6f67-d458-2f12be880056.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/10d6b0be-90d3-bb2d-a019-e87f830ce13e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c5c8e690-8840-6f67-d458-2f12be880056.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/10d6b0be-90d3-bb2d-a019-e87f830ce13e" ;
  a2a:RecordGUID "{10d6b0be-90d3-bb2d-a019-e87f830ce13e}" ;
  a2a:SourceRemarkOpmerking "Religie: Herv" ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_229_00000229.xml van DAR" .

