@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_99fb16d3-6976-e8b1-211e-e326e9588e83
  a a2a:Record ;
  rdfs:label "Doop op 2 mei 1779" ;
  a2a:hasPerson oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-a3d9adce-25c4-4031-2c0a-229237740eaf, oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-908f15f8-d347-bade-318e-006d9bfd2630, oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-2c57df34-59ce-84a0-a83d-c2a84eaa3898 ;
  a2a:hasEvent oa:event_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_0, oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_1, oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_2 ;
  a2a:hasSource oa:source_dar_99fb16d3-6976-e8b1-211e-e326e9588e83 .

oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-a3d9adce-25c4-4031-2c0a-229237740eaf
  a a2a:Person ;
  rdfs:label "Henderkien Luinge" ;
  a2a:PersonName [
    rdfs:label "Henderkien Luinge" ;
    a2a:PersonNameFirstName "Henderkien" ;
    a2a:PersonNameLastName "Luinge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-908f15f8-d347-bade-318e-006d9bfd2630
  a a2a:Person ;
  rdfs:label "Annechien Kornelis" ;
  a2a:PersonName [
    rdfs:label "Annechien Kornelis" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNamePatronym "Kornelis"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1779" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1779-05-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person-2c57df34-59ce-84a0-a83d-c2a84eaa3898
  a a2a:Person ;
  rdfs:label "Cornelis Schuiringe" ;
  a2a:PersonName [
    rdfs:label "Cornelis Schuiringe" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Schuiringe"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1779" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1779-05-02"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person:a3d9adce-25c4-4031-2c0a-229237740eaf ;
  a2a:EventKeyRef oa:event_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Event1 .

oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person:908f15f8-d347-bade-318e-006d9bfd2630 ;
  a2a:EventKeyRef oa:event_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Event1 .

oa:relationep_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Person:2c57df34-59ce-84a0-a83d-c2a84eaa3898 ;
  a2a:EventKeyRef oa:event_dar_99fb16d3-6976-e8b1-211e-e326e9588e83_Event1 .

oa:source_dar_99fb16d3-6976-e8b1-211e-e326e9588e83
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1779-05-02 - 1779-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1779-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1779-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1779" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1779-05-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 88" ;
    a2a:Book "Doopregister Peize 88" ;
    a2a:RegistryNumber "88" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 88, Doopregister Peize 88, 88"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b36a3278-c7e1-7180-9575-ec63df24c71a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/99fb16d3-6976-e8b1-211e-e326e9588e83" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b36a3278-c7e1-7180-9575-ec63df24c71a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/99fb16d3-6976-e8b1-211e-e326e9588e83" ;
  a2a:RecordGUID "{99fb16d3-6976-e8b1-211e-e326e9588e83}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "88" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1242_00001242.xml van DAR" .

