@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_3daefa59-edfe-465a-9ab3-7a4c1932b091
  a a2a:Record ;
  rdfs:label "Doop op 3 september 1755" ;
  a2a:hasPerson oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-a84a307c-f51b-48d9-bc74-815fd02010b1, oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-2feb3eec-7355-4b93-b38d-885d3ce38410, oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-f4a2cfe7-a01b-44d6-8aea-98da917a680b ;
  a2a:hasEvent oa:event_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_0, oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_1, oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_2 ;
  a2a:hasSource oa:source_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091 .

oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-a84a307c-f51b-48d9-bc74-815fd02010b1
  a a2a:Person ;
  rdfs:label "Swaantijn" ;
  a2a:PersonName [
    rdfs:label "Swaantijn" ;
    a2a:PersonNameFirstName "Swaantijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden"
  ] .

oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-2feb3eec-7355-4b93-b38d-885d3ce38410
  a a2a:Person ;
  rdfs:label "Engeltijn Harms" ;
  a2a:PersonName [
    rdfs:label "Engeltijn Harms" ;
    a2a:PersonNameFirstName "Engeltijn" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person-f4a2cfe7-a01b-44d6-8aea-98da917a680b
  a a2a:Person ;
  rdfs:label "Aldert Almelo" ;
  a2a:PersonName [
    rdfs:label "Aldert Almelo" ;
    a2a:PersonNameFirstName "Aldert" ;
    a2a:PersonNameLastName "Almelo"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1755" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1755-09-03"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person:a84a307c-f51b-48d9-bc74-815fd02010b1 ;
  a2a:EventKeyRef oa:event_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Event1 .

oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person:2feb3eec-7355-4b93-b38d-885d3ce38410 ;
  a2a:EventKeyRef oa:event_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Event1 .

oa:relationep_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Person:f4a2cfe7-a01b-44d6-8aea-98da917a680b ;
  a2a:EventKeyRef oa:event_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091_Event1 .

oa:source_dar_3daefa59-edfe-465a-9ab3-7a4c1932b091
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Coevorden" ;
    rdfs:label "Coevorden", "1755-09-03 - 1755-09-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1755-09-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1755-09-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1755" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1755-09-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 11" ;
    a2a:Book "Doopregister Coevorden 11" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "11" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 11, Doopregister Coevorden 11, 11, 11"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/7d75c4d1-28da-e671-514b-1a163ff97880.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3daefa59-edfe-465a-9ab3-7a4c1932b091" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/7d75c4d1-28da-e671-514b-1a163ff97880.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/3daefa59-edfe-465a-9ab3-7a4c1932b091" ;
  a2a:RecordGUID "{3daefa59-edfe-465a-9ab3-7a4c1932b091}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22770_00022770.xml van DAR" .

