@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_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa
  a a2a:Record ;
  rdfs:label "Doop op 21 mei 1702" ;
  a2a:hasPerson oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-8a0bf295-fb62-057c-d10b-efba60bcd423, oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-4caa8c32-6668-0503-977f-841bca98c9fb, oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-c475bbb5-c0e4-4aef-349c-9318153e3616, oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-ed8b876a-ce82-341c-c19a-cdf67e4f3d0d ;
  a2a:hasEvent oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_0, oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_1, oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_2, oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_3 ;
  a2a:hasSource oa:source_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa .

oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-8a0bf295-fb62-057c-d10b-efba60bcd423
  a a2a:Person ;
  rdfs:label "Beerentjen" ;
  a2a:PersonName [
    rdfs:label "Beerentjen" ;
    a2a:PersonNameFirstName "Beerentjen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-4caa8c32-6668-0503-977f-841bca98c9fb
  a a2a:Person ;
  rdfs:label "Gerrit Geerts" ;
  a2a:PersonName [
    rdfs:label "Gerrit Geerts" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-c475bbb5-c0e4-4aef-349c-9318153e3616
  a a2a:Person ;
  rdfs:label "Willem Gerrits" ;
  a2a:PersonName [
    rdfs:label "Willem Gerrits" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Zuitlaarderveen" ;
    rdfs:label "Zuitlaarderveen"
  ] .

oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person-ed8b876a-ce82-341c-c19a-cdf67e4f3d0d
  a a2a:Person ;
  rdfs:label "Jantje Jans" ;
  a2a:PersonName [
    rdfs:label "Jantje Jans" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1702" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1702-05-21"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person:8a0bf295-fb62-057c-d10b-efba60bcd423 ;
  a2a:EventKeyRef oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1 .

oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person:4caa8c32-6668-0503-977f-841bca98c9fb ;
  a2a:EventKeyRef oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1 .

oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person:c475bbb5-c0e4-4aef-349c-9318153e3616 ;
  a2a:EventKeyRef oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1 .

oa:relationep_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Person:ed8b876a-ce82-341c-c19a-cdf67e4f3d0d ;
  a2a:EventKeyRef oa:event_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa_Event1 .

oa:source_dar_9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1702-05-21 - 1702-05-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1702-05-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1702-05-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1702" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1702-05-21"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 1" ;
    a2a:Book "Doopregister Anloo 1" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 1, Doopregister Anloo 1, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/bc9b96df-907a-538a-7785-51d976501287.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/bc9b96df-907a-538a-7785-51d976501287.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa" ;
  a2a:RecordGUID "{9e45ad4f-3ee9-208f-e3ed-a3c39a8a25aa}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_393_00000393.xml van DAR" .

