@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_4e35d84f-57fa-42bf-9155-69f2d3dd8db6
  a a2a:Record ;
  rdfs:label "Doop op 24 november 1793" ;
  a2a:hasPerson oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-b7578a92-0b4e-43c2-bd90-4041a4a9ee87, oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-fb84c03f-176a-4add-84a0-f1af812d28c3, oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-41524721-cc08-4883-943b-6757bf164003 ;
  a2a:hasEvent oa:event_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_0, oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_1, oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_2 ;
  a2a:hasSource oa:source_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6 .

oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-b7578a92-0b4e-43c2-bd90-4041a4a9ee87
  a a2a:Person ;
  rdfs:label "Marchje" ;
  a2a:PersonName [
    rdfs:label "Marchje" ;
    a2a:PersonNameFirstName "Marchje"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Peest" ;
    rdfs:label "Peest"
  ] .

oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-fb84c03f-176a-4add-84a0-f1af812d28c3
  a a2a:Person ;
  rdfs:label "Jantje Harms" ;
  a2a:PersonName [
    rdfs:label "Jantje Harms" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person-41524721-cc08-4883-943b-6757bf164003
  a a2a:Person ;
  rdfs:label "Jannis Reinders" ;
  a2a:PersonName [
    rdfs:label "Jannis Reinders" ;
    a2a:PersonNameFirstName "Jannis" ;
    a2a:PersonNamePatronym "Reinders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1793" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1793-11-24"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person:b7578a92-0b4e-43c2-bd90-4041a4a9ee87 ;
  a2a:EventKeyRef oa:event_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Event1 .

oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person:fb84c03f-176a-4add-84a0-f1af812d28c3 ;
  a2a:EventKeyRef oa:event_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Event1 .

oa:relationep_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Person:41524721-cc08-4883-943b-6757bf164003 ;
  a2a:EventKeyRef oa:event_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6_Event1 .

oa:source_dar_4e35d84f-57fa-42bf-9155-69f2d3dd8db6
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Norg" ;
    rdfs:label "Norg", "1793-11-24 - 1793-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1793-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1793-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1793" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1793-11-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 78" ;
    a2a:Book "Doopregister Norg 78" ;
    a2a:DocumentNumber "78" ;
    a2a:RegistryNumber "78" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 78, Doopregister Norg 78, 78, 78"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/62e3574e-6772-c4e9-d291-33682a61b380.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4e35d84f-57fa-42bf-9155-69f2d3dd8db6" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/62e3574e-6772-c4e9-d291-33682a61b380.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/4e35d84f-57fa-42bf-9155-69f2d3dd8db6" ;
  a2a:RecordGUID "{4e35d84f-57fa-42bf-9155-69f2d3dd8db6}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_23633_00023633.xml van DAR" .

