@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_f150f29a-6035-4fe2-b06d-6e2c5d2e599f
  a a2a:Record ;
  rdfs:label "Doop op 3 september 1682" ;
  a2a:hasPerson oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-ec35a6d7-5831-485b-93f4-33c9c9168ab8, oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-78555b3c-98a5-485d-a142-8324308b5da3, oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-f055c26f-8331-4890-8121-056e610fc459 ;
  a2a:hasEvent oa:event_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_0, oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_1, oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_2 ;
  a2a:hasSource oa:source_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f .

oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-ec35a6d7-5831-485b-93f4-33c9c9168ab8
  a a2a:Person ;
  rdfs:label "Egbertjen" ;
  a2a:PersonName [
    rdfs:label "Egbertjen" ;
    a2a:PersonNameFirstName "Egbertjen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-78555b3c-98a5-485d-a142-8324308b5da3
  a a2a:Person ;
  rdfs:label "Evert Geerdts Rademaker" ;
  a2a:PersonName [
    rdfs:label "Evert Geerdts Rademaker" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNamePatronym "Geerdts" ;
    a2a:PersonNameLastName "Rademaker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person-f055c26f-8331-4890-8121-056e610fc459
  a a2a:Person ;
  rdfs:label "Mense" ;
  a2a:PersonName [
    rdfs:label "Mense" ;
    a2a:PersonNameFirstName "Mense"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte"
  ] .

oa:event_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1682" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1682-09-03"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person:ec35a6d7-5831-485b-93f4-33c9c9168ab8 ;
  a2a:EventKeyRef oa:event_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Event1 .

oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person:78555b3c-98a5-485d-a142-8324308b5da3 ;
  a2a:EventKeyRef oa:event_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Event1 .

oa:relationep_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Person:f055c26f-8331-4890-8121-056e610fc459 ;
  a2a:EventKeyRef oa:event_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f_Event1 .

oa:source_dar_f150f29a-6035-4fe2-b06d-6e2c5d2e599f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte", "1682-09-03 - 1682-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1682-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1682-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1682" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1682-09-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Gasselte 4" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Gasselte 4, 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/142bb8e2-b2a3-f3ad-5a4a-93c025e7845b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f150f29a-6035-4fe2-b06d-6e2c5d2e599f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/142bb8e2-b2a3-f3ad-5a4a-93c025e7845b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f150f29a-6035-4fe2-b06d-6e2c5d2e599f" ;
  a2a:RecordGUID "{f150f29a-6035-4fe2-b06d-6e2c5d2e599f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21075_00021075.xml van DAR" .

