@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_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be
  a a2a:Record ;
  rdfs:label "Doop op 14 februari 1768" ;
  a2a:hasPerson oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-2189e113-0e04-4f74-babb-ae8987fb2221, oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-7a84638b-a7ce-4b0f-a823-a88746bee1ed, oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-97ad0700-f58d-4bb5-b081-bc06e2557356, oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-ce258523-5c7e-4ab7-86e3-cd5caa69700c ;
  a2a:hasEvent oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_0, oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_1, oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_2, oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_3 ;
  a2a:hasSource oa:source_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be .

oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-2189e113-0e04-4f74-babb-ae8987fb2221
  a a2a:Person ;
  rdfs:label "Fennigje" ;
  a2a:PersonName [
    rdfs:label "Fennigje" ;
    a2a:PersonNameFirstName "Fennigje"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1768" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1768-02-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Echten" ;
    rdfs:label "Echten"
  ] .

oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-7a84638b-a7ce-4b0f-a823-a88746bee1ed
  a a2a:Person ;
  rdfs:label "Geertien Berents Boerrigter" ;
  a2a:PersonName [
    rdfs:label "Geertien Berents Boerrigter" ;
    a2a:PersonNameFirstName "Geertien" ;
    a2a:PersonNamePatronym "Berents" ;
    a2a:PersonNameLastName "Boerrigter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-97ad0700-f58d-4bb5-b081-bc06e2557356
  a a2a:Person ;
  rdfs:label "Magtelt Harms" ;
  a2a:PersonName [
    rdfs:label "Magtelt Harms" ;
    a2a:PersonNameFirstName "Magtelt" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person-ce258523-5c7e-4ab7-86e3-cd5caa69700c
  a a2a:Person ;
  rdfs:label "Jan Jans Zegering" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Zegering" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Zegering"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1768" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1768-02-14"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person:2189e113-0e04-4f74-babb-ae8987fb2221 ;
  a2a:EventKeyRef oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1 .

oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person:7a84638b-a7ce-4b0f-a823-a88746bee1ed ;
  a2a:EventKeyRef oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1 .

oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_2
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person:97ad0700-f58d-4bb5-b081-bc06e2557356 ;
  a2a:EventKeyRef oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1 .

oa:relationep_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Person:ce258523-5c7e-4ab7-86e3-cd5caa69700c ;
  a2a:EventKeyRef oa:event_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be_Event1 .

oa:source_dar_2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1768-02-14 - 1768-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1768-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1768-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1768" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1768-02-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 103" ;
    a2a:Book "Doopregister Ruinen 103" ;
    a2a:DocumentNumber "103" ;
    a2a:RegistryNumber "103" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 103, Doopregister Ruinen 103, 103, 103"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/c6e65953-bc52-77b8-913a-b0a4581a93e1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/c6e65953-bc52-77b8-913a-b0a4581a93e1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be" ;
  a2a:RecordGUID "{2fc8b5f5-e9ec-40fb-be03-5aae6f1ab7be}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22744_00022744.xml van DAR" .

