@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_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e
  a a2a:Record ;
  rdfs:label "Doop op 16 november 1794" ;
  a2a:hasPerson oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-e72863b9-32e3-495d-b291-eaa558f00a5c, oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-4eee3a15-c2f5-4aa4-aba1-0008f7e3e783, oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-5a0eaece-3c59-4219-9b8f-065d1e3ce713 ;
  a2a:hasEvent oa:event_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_0, oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_1, oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_2 ;
  a2a:hasSource oa:source_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e .

oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-e72863b9-32e3-495d-b291-eaa558f00a5c
  a a2a:Person ;
  rdfs:label "Hillechien Beerends" ;
  a2a:PersonName [
    rdfs:label "Hillechien Beerends" ;
    a2a:PersonNameFirstName "Hillechien" ;
    a2a:PersonNamePatronym "Beerends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-4eee3a15-c2f5-4aa4-aba1-0008f7e3e783
  a a2a:Person ;
  rdfs:label "Jacob Roelfs" ;
  a2a:PersonName [
    rdfs:label "Jacob Roelfs" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Roelfs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person-5a0eaece-3c59-4219-9b8f-065d1e3ce713
  a a2a:Person ;
  rdfs:label "Jantien" ;
  a2a:PersonName [
    rdfs:label "Jantien" ;
    a2a:PersonNameFirstName "Jantien"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1794" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1794-11-16"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person:e72863b9-32e3-495d-b291-eaa558f00a5c ;
  a2a:EventKeyRef oa:event_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Event1 .

oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person:4eee3a15-c2f5-4aa4-aba1-0008f7e3e783 ;
  a2a:EventKeyRef oa:event_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Event1 .

oa:relationep_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Person:5a0eaece-3c59-4219-9b8f-065d1e3ce713 ;
  a2a:EventKeyRef oa:event_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e_Event1 .

oa:source_dar_03e8bdd3-84b2-42e6-94b1-4e17d7eba33e
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1794-11-16 - 1794-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1794-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1794-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1794" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1794-11-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 1" ;
    a2a:Book "Doopregister Anloo 1" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 1, Doopregister Anloo 1, 1, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/04c6e7ef-4eba-b989-0a77-020f60be0b5b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03e8bdd3-84b2-42e6-94b1-4e17d7eba33e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/04c6e7ef-4eba-b989-0a77-020f60be0b5b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03e8bdd3-84b2-42e6-94b1-4e17d7eba33e" ;
  a2a:RecordGUID "{03e8bdd3-84b2-42e6-94b1-4e17d7eba33e}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7681_00007681.xml van DAR" .

