@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_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa
  a a2a:Record ;
  rdfs:label "Doop op 17 augustus 1759 te Mill" ;
  a2a:hasPerson oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-128752b0-dfc1-6ac8-084a-e3ff9ea19f5c, oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-0598ac85-ffa4-e0b5-2789-3e72cea90ed2, oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-27593a59-f4a2-17fe-2970-4ff9180577c7, oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-8835a36b-bc8c-9099-d603-8c33875abe8b, oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-fe24ecd7-9b03-e35c-f10f-82602c908ce4 ;
  a2a:hasEvent oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_0, oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_1, oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_2, oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_3, oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_4 ;
  a2a:hasSource oa:source_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa .

oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-128752b0-dfc1-6ac8-084a-e3ff9ea19f5c
  a a2a:Person ;
  rdfs:label "Sara Jans de Valck" ;
  a2a:PersonName [
    rdfs:label "Sara Jans de Valck" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Valck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-0598ac85-ffa4-e0b5-2789-3e72cea90ed2
  a a2a:Person ;
  rdfs:label "Gerardi Evers" ;
  a2a:PersonName [
    rdfs:label "Gerardi Evers" ;
    a2a:PersonNameFirstName "Gerardi" ;
    a2a:PersonNamePatronym "Evers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-27593a59-f4a2-17fe-2970-4ff9180577c7
  a a2a:Person ;
  rdfs:label "Jan de Valck" ;
  a2a:PersonName [
    rdfs:label "Jan de Valck" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Valck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-8835a36b-bc8c-9099-d603-8c33875abe8b
  a a2a:Person ;
  rdfs:label "Helena van Vengen" ;
  a2a:PersonName [
    rdfs:label "Helena van Vengen" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vengen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person-fe24ecd7-9b03-e35c-f10f-82602c908ce4
  a a2a:Person ;
  rdfs:label "Maria Magdalena" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena" ;
    a2a:PersonNameFirstName "Maria Magdalena"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1759" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1759-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Mill" ;
    rdfs:label "Mill"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person:128752b0-dfc1-6ac8-084a-e3ff9ea19f5c ;
  a2a:EventKeyRef oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 .

oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person:0598ac85-ffa4-e0b5-2789-3e72cea90ed2 ;
  a2a:EventKeyRef oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 .

oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person:27593a59-f4a2-17fe-2970-4ff9180577c7 ;
  a2a:EventKeyRef oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 .

oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person:8835a36b-bc8c-9099-d603-8c33875abe8b ;
  a2a:EventKeyRef oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 .

oa:relationep_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Person:fe24ecd7-9b03-e35c-f10f-82602c908ce4 ;
  a2a:EventKeyRef oa:event_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa_Event1 .

oa:source_bhi_e9de3a0c-69e7-5bea-c0df-e90df8211ffa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Mill en Sint Hubert" ;
    rdfs:label "Mill en Sint Hubert", "1759-08-17 - 1759-08-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1759-08-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1759-08-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1759" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1759-08-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Brabants Historisch Informatie Centrum, Deel: 2, Periode: 1673-1800" ;
    a2a:Book "Rooms-Katholiek doopboek 1673-1800" ;
    a2a:RegistryNumber "2" ;
    a2a:Folio "188" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Archiefnaam: Brabants Historisch Informatie Centrum, Deel: 2, Periode: 1673-1800, Rooms-Katholiek doopboek 1673-1800, 2, 188"
  ] ;
  a2a:SourceLastChangeDate "2015-02-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e9de3a0c-69e7-5bea-c0df-e90df8211ffa" ;
  a2a:RecordGUID "{e9de3a0c-69e7-5bea-c0df-e90df8211ffa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38621_00038621.xml van BHI" .

