@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_23d313f9-7fe7-40e9-b217-e52467af52c4
  a a2a:Record ;
  rdfs:label "Doop op 15 september 1811" ;
  a2a:hasPerson oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-e07243db-7e94-4482-b9d6-5f41876b0a2e, oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-4df0222b-ba24-4a11-aff2-76edbd4b1e8c, oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-d52cf89a-811e-420b-ac0a-fee3b9409e44 ;
  a2a:hasEvent oa:event_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_0, oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_1, oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_2 ;
  a2a:hasSource oa:source_dar_23d313f9-7fe7-40e9-b217-e52467af52c4 .

oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-e07243db-7e94-4482-b9d6-5f41876b0a2e
  a a2a:Person ;
  rdfs:label "Mense" ;
  a2a:PersonName [
    rdfs:label "Mense" ;
    a2a:PersonNameFirstName "Mense"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1811-09-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek"
  ] .

oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-4df0222b-ba24-4a11-aff2-76edbd4b1e8c
  a a2a:Person ;
  rdfs:label "Geessien Luchies" ;
  a2a:PersonName [
    rdfs:label "Geessien Luchies" ;
    a2a:PersonNameFirstName "Geessien" ;
    a2a:PersonNamePatronym "Luchies"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person-d52cf89a-811e-420b-ac0a-fee3b9409e44
  a a2a:Person ;
  rdfs:label "Gerrit Mensen" ;
  a2a:PersonName [
    rdfs:label "Gerrit Mensen" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Mensen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1811-09-15"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person:e07243db-7e94-4482-b9d6-5f41876b0a2e ;
  a2a:EventKeyRef oa:event_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Event1 .

oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person:4df0222b-ba24-4a11-aff2-76edbd4b1e8c ;
  a2a:EventKeyRef oa:event_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Event1 .

oa:relationep_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Person:d52cf89a-811e-420b-ac0a-fee3b9409e44 ;
  a2a:EventKeyRef oa:event_dar_23d313f9-7fe7-40e9-b217-e52467af52c4_Event1 .

oa:source_dar_23d313f9-7fe7-40e9-b217-e52467af52c4
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Schoonebeek" ;
    rdfs:label "Schoonebeek", "1811-09-15 - 1811-09-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-09-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-09-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1811-09-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 109" ;
    a2a:Book "Doopregister Schoonebeek 109" ;
    a2a:DocumentNumber "109" ;
    a2a:RegistryNumber "109" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 109, Doopregister Schoonebeek 109, 109, 109"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/dfacc9d9-c6a0-d7f1-9e5a-05949f452ced.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/23d313f9-7fe7-40e9-b217-e52467af52c4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/dfacc9d9-c6a0-d7f1-9e5a-05949f452ced.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/23d313f9-7fe7-40e9-b217-e52467af52c4" ;
  a2a:RecordGUID "{23d313f9-7fe7-40e9-b217-e52467af52c4}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_23823_00023823.xml van DAR" .

