@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_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c
  a a2a:Record ;
  rdfs:label "Doop op 11 mei 1794" ;
  a2a:hasPerson oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-a40be3d3-a00b-4265-9335-8df7d2a78f95, oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-5be2fe2c-a348-43ca-b46c-92a8a17f919a, oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-eacfcb99-99e3-49c4-b9e6-ea5cc95a7389 ;
  a2a:hasEvent oa:event_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_0, oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_1, oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_2 ;
  a2a:hasSource oa:source_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c .

oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-a40be3d3-a00b-4265-9335-8df7d2a78f95
  a a2a:Person ;
  rdfs:label "Jan" ;
  a2a:PersonName [
    rdfs:label "Jan" ;
    a2a:PersonNameFirstName "Jan"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Nijentap" ;
    rdfs:label "Nijentap"
  ] .

oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-5be2fe2c-a348-43ca-b46c-92a8a17f919a
  a a2a:Person ;
  rdfs:label "Eeltje Egberts" ;
  a2a:PersonName [
    rdfs:label "Eeltje Egberts" ;
    a2a:PersonNameFirstName "Eeltje" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person-eacfcb99-99e3-49c4-b9e6-ea5cc95a7389
  a a2a:Person ;
  rdfs:label "Jan Jans Luichjes" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Luichjes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Luichjes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1794-05-11"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person:a40be3d3-a00b-4265-9335-8df7d2a78f95 ;
  a2a:EventKeyRef oa:event_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Event1 .

oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person:5be2fe2c-a348-43ca-b46c-92a8a17f919a ;
  a2a:EventKeyRef oa:event_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Event1 .

oa:relationep_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Person:eacfcb99-99e3-49c4-b9e6-ea5cc95a7389 ;
  a2a:EventKeyRef oa:event_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c_Event1 .

oa:source_dar_47d5e6ce-bb49-40a9-ad2e-e69f3dba883c
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Havelte" ;
    rdfs:label "Havelte", "1794-05-11 - 1794-05-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-05-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-05-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1794-05-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 41" ;
    a2a:Book "Doopregister Havelte 41" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "41" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 41, Doopregister Havelte 41, 41, 41"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/5a2f5cfd-3d02-9bfb-4246-c1de05285320.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/47d5e6ce-bb49-40a9-ad2e-e69f3dba883c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/5a2f5cfd-3d02-9bfb-4246-c1de05285320.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/47d5e6ce-bb49-40a9-ad2e-e69f3dba883c" ;
  a2a:RecordGUID "{47d5e6ce-bb49-40a9-ad2e-e69f3dba883c}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22861_00022861.xml van DAR" .

