@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_eb93290c-3a9d-65ba-6b1b-e4a72a85291b
  a a2a:Record ;
  rdfs:label "Doop op 10 oktober 1766 te Maren" ;
  a2a:hasPerson oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-ce05a196-de23-ad6e-24bc-eb93aa7a237d, oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-138787b1-1911-87cb-b7c5-dc9b8cbae3e9, oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-6c79f499-1a0a-122a-ee3e-6588308e6107, oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-b0df8990-386e-4eb5-78c8-0c3e819b7d5a, oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-b37241e6-b9c8-97fb-efa9-5feeb0c6fff5 ;
  a2a:hasEvent oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_0, oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_1, oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_2, oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_3, oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_4 ;
  a2a:hasSource oa:source_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b .

oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-ce05a196-de23-ad6e-24bc-eb93aa7a237d
  a a2a:Person ;
  rdfs:label "Franciscus van der Wielen" ;
  a2a:PersonName [
    rdfs:label "Franciscus van der Wielen" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wielen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-138787b1-1911-87cb-b7c5-dc9b8cbae3e9
  a a2a:Person ;
  rdfs:label "Digna van Dort" ;
  a2a:PersonName [
    rdfs:label "Digna van Dort" ;
    a2a:PersonNameFirstName "Digna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-6c79f499-1a0a-122a-ee3e-6588308e6107
  a a2a:Person ;
  rdfs:label "Gerardus van Alem" ;
  a2a:PersonName [
    rdfs:label "Gerardus van Alem" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alem"
  ] ;
  a2a:Gender "Man" .

oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-b0df8990-386e-4eb5-78c8-0c3e819b7d5a
  a a2a:Person ;
  rdfs:label "Jacobus van Alem" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Alem" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alem"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person-b37241e6-b9c8-97fb-efa9-5feeb0c6fff5
  a a2a:Person ;
  rdfs:label "Tisberga van Heumen" ;
  a2a:PersonName [
    rdfs:label "Tisberga van Heumen" ;
    a2a:PersonNameFirstName "Tisberga" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heumen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1766" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1766-10-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Maren" ;
    rdfs:label "Maren"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person:ce05a196-de23-ad6e-24bc-eb93aa7a237d ;
  a2a:EventKeyRef oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 .

oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person:138787b1-1911-87cb-b7c5-dc9b8cbae3e9 ;
  a2a:EventKeyRef oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 .

oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person:6c79f499-1a0a-122a-ee3e-6588308e6107 ;
  a2a:EventKeyRef oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 .

oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person:b0df8990-386e-4eb5-78c8-0c3e819b7d5a ;
  a2a:EventKeyRef oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 .

oa:relationep_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Person:b37241e6-b9c8-97fb-efa9-5feeb0c6fff5 ;
  a2a:EventKeyRef oa:event_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b_Event1 .

oa:source_bhi_eb93290c-3a9d-65ba-6b1b-e4a72a85291b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Lith" ;
    rdfs:label "Lith", "1766-10-10 - 1766-10-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1766-10-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1766-10-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1766" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1766-10-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 43, Periode: 1745-1810" ;
    a2a:Book "Maren RK dopen en trouwen 1745-1810" ;
    a2a:RegistryNumber "43" ;
    a2a:Folio "18r04" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 43, Periode: 1745-1810, Maren RK dopen en trouwen 1745-1810, 43, 18r04"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/431d2ade-4aa4-d48e-c377-1a3671d47044.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/431d2ade-4aa4-d48e-c377-1a3671d47044.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-12-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/eb93290c-3a9d-65ba-6b1b-e4a72a85291b" ;
  a2a:RecordGUID "{eb93290c-3a9d-65ba-6b1b-e4a72a85291b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_38882_00038882.xml van BHI" .

