@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_212638db-e70a-46c9-af3e-71c6fae4fd92
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1806" ;
  a2a:hasPerson oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-a34af28b-b3ce-4f46-96b6-40040a6296d3, oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-7d9ef97a-dbf7-4cb1-8f4c-ade29b36bf1e, oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-d7f0f1e2-86e1-43e8-8c7e-9a23ce990a17 ;
  a2a:hasEvent oa:event_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_0, oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_1, oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_2 ;
  a2a:hasSource oa:source_dar_212638db-e70a-46c9-af3e-71c6fae4fd92 .

oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-a34af28b-b3ce-4f46-96b6-40040a6296d3
  a a2a:Person ;
  rdfs:label "Harm" ;
  a2a:PersonName [
    rdfs:label "Harm" ;
    a2a:PersonNameFirstName "Harm"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-7d9ef97a-dbf7-4cb1-8f4c-ade29b36bf1e
  a a2a:Person ;
  rdfs:label "Roelofje Freerks" ;
  a2a:PersonName [
    rdfs:label "Roelofje Freerks" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNamePatronym "Freerks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person-d7f0f1e2-86e1-43e8-8c7e-9a23ce990a17
  a a2a:Person ;
  rdfs:label "Daniel Harms" ;
  a2a:PersonName [
    rdfs:label "Daniel Harms" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1806" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1806-02-12"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person:a34af28b-b3ce-4f46-96b6-40040a6296d3 ;
  a2a:EventKeyRef oa:event_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Event1 .

oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person:7d9ef97a-dbf7-4cb1-8f4c-ade29b36bf1e ;
  a2a:EventKeyRef oa:event_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Event1 .

oa:relationep_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Person:d7f0f1e2-86e1-43e8-8c7e-9a23ce990a17 ;
  a2a:EventKeyRef oa:event_dar_212638db-e70a-46c9-af3e-71c6fae4fd92_Event1 .

oa:source_dar_212638db-e70a-46c9-af3e-71c6fae4fd92
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1806-02-12 - 1806-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1806-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1806-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1806" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1806-02-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 47" ;
    a2a:Book "Doopregister Hoogeveen 47" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "47" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 47, Doopregister Hoogeveen 47, 47, 47"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/92f37488-b0af-cd32-8c5a-c55978cc0095.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/212638db-e70a-46c9-af3e-71c6fae4fd92" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/92f37488-b0af-cd32-8c5a-c55978cc0095.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/212638db-e70a-46c9-af3e-71c6fae4fd92" ;
  a2a:RecordGUID "{212638db-e70a-46c9-af3e-71c6fae4fd92}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21205_00021205.xml van DAR" .

