@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_82caeeee-618b-474d-aef6-c5fbef63d446
  a a2a:Record ;
  rdfs:label "Doop op 10 november 1811" ;
  a2a:hasPerson oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-531ba50c-4e66-441f-8b32-e6b60410d4ac, oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-76f5fd02-dde3-4e30-b16f-9340e58e01aa, oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-95a09a55-373e-4855-b57e-9e90bf489557 ;
  a2a:hasEvent oa:event_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_0, oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_1, oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_2 ;
  a2a:hasSource oa:source_dar_82caeeee-618b-474d-aef6-c5fbef63d446 .

oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-531ba50c-4e66-441f-8b32-e6b60410d4ac
  a a2a:Person ;
  rdfs:label "Jantien" ;
  a2a:PersonName [
    rdfs:label "Jantien" ;
    a2a:PersonNameFirstName "Jantien"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1811-10-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veenhof" ;
    rdfs:label "Veenhof"
  ] .

oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-76f5fd02-dde3-4e30-b16f-9340e58e01aa
  a a2a:Person ;
  rdfs:label "Feije Harms" ;
  a2a:PersonName [
    rdfs:label "Feije Harms" ;
    a2a:PersonNameFirstName "Feije" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person-95a09a55-373e-4855-b57e-9e90bf489557
  a a2a:Person ;
  rdfs:label "Hinderk Willems Meinders" ;
  a2a:PersonName [
    rdfs:label "Hinderk Willems Meinders" ;
    a2a:PersonNameFirstName "Hinderk" ;
    a2a:PersonNamePatronym "Willems" ;
    a2a:PersonNameLastName "Meinders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1811-11-10"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person:531ba50c-4e66-441f-8b32-e6b60410d4ac ;
  a2a:EventKeyRef oa:event_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Event1 .

oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person:76f5fd02-dde3-4e30-b16f-9340e58e01aa ;
  a2a:EventKeyRef oa:event_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Event1 .

oa:relationep_dar_82caeeee-618b-474d-aef6-c5fbef63d446_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Person:95a09a55-373e-4855-b57e-9e90bf489557 ;
  a2a:EventKeyRef oa:event_dar_82caeeee-618b-474d-aef6-c5fbef63d446_Event1 .

oa:source_dar_82caeeee-618b-474d-aef6-c5fbef63d446
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gieten" ;
    rdfs:label "Gieten", "1811-11-10 - 1811-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1811-11-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 39" ;
    a2a:Book "Doopregister Gieten 39" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "39" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 39, Doopregister Gieten 39, 39, 39"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ad69c75d-51f7-4202-6490-574b3fe58864.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/82caeeee-618b-474d-aef6-c5fbef63d446" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ad69c75d-51f7-4202-6490-574b3fe58864.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/82caeeee-618b-474d-aef6-c5fbef63d446" ;
  a2a:RecordGUID "{82caeeee-618b-474d-aef6-c5fbef63d446}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_20984_00020984.xml van DAR" .

