@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_fc2c1916-0f1d-e8b9-7604-07df9411a080
  a a2a:Record ;
  rdfs:label "Doop op 22 maart 1793 te Boxtel" ;
  a2a:hasPerson oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-d5757f46-2a55-4ea7-cfba-81db95dac823, oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-f88096e3-f3ad-1c65-ff8f-7468ec40f162, oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-1de9a1e1-7acb-22d5-b022-329d1756c728, oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-5b82d021-a614-5da1-b77c-38e904fc1509, oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-5a1b9ce4-b973-997e-630e-4d7cbeed5a1f ;
  a2a:hasEvent oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_0, oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_1, oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_2, oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_3, oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_4 ;
  a2a:hasSource oa:source_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080 .

oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-d5757f46-2a55-4ea7-cfba-81db95dac823
  a a2a:Person ;
  rdfs:label "Embertus van Remund" ;
  a2a:PersonName [
    rdfs:label "Embertus van Remund" ;
    a2a:PersonNameFirstName "Embertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Remund"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-f88096e3-f3ad-1c65-ff8f-7468ec40f162
  a a2a:Person ;
  rdfs:label "Henrica van der Velden" ;
  a2a:PersonName [
    rdfs:label "Henrica van der Velden" ;
    a2a:PersonNameFirstName "Henrica" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-1de9a1e1-7acb-22d5-b022-329d1756c728
  a a2a:Person ;
  rdfs:label "Joanna Maria van Remund" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria van Remund" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Remund"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-5b82d021-a614-5da1-b77c-38e904fc1509
  a a2a:Person ;
  rdfs:label "Hubertus van Remund" ;
  a2a:PersonName [
    rdfs:label "Hubertus van Remund" ;
    a2a:PersonNameFirstName "Hubertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Remund"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person-5a1b9ce4-b973-997e-630e-4d7cbeed5a1f
  a a2a:Person ;
  rdfs:label "Anna Maria Schellen" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Schellen" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Schellen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1793" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1793-03-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel"
  ] ;
  a2a:EventReligion "Rooms-Katholiek" .

oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person:d5757f46-2a55-4ea7-cfba-81db95dac823 ;
  a2a:EventKeyRef oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 .

oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person:f88096e3-f3ad-1c65-ff8f-7468ec40f162 ;
  a2a:EventKeyRef oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 .

oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person:1de9a1e1-7acb-22d5-b022-329d1756c728 ;
  a2a:EventKeyRef oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 .

oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person:5b82d021-a614-5da1-b77c-38e904fc1509 ;
  a2a:EventKeyRef oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 .

oa:relationep_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Person:5a1b9ce4-b973-997e-630e-4d7cbeed5a1f ;
  a2a:EventKeyRef oa:event_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080_Event1 .

oa:source_bhi_fc2c1916-0f1d-e8b9-7604-07df9411a080
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel", "1793-03-22 - 1793-03-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1793-03-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1793-03-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1793" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1793-03-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: Boek, Deel: 12, Periode: 1748-1811" ;
    a2a:Book "Boxtel doopboek 1748-1811" ;
    a2a:RegistryNumber "12" ;
    a2a:Folio "312-01" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: Boek, Deel: 12, Periode: 1748-1811, Boxtel doopboek 1748-1811, 12, 312-01"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4b5c3d6a-91e9-38e5-9cf5-68c669593c16.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4b5c3d6a-91e9-38e5-9cf5-68c669593c16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-10-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fc2c1916-0f1d-e8b9-7604-07df9411a080" ;
  a2a:RecordGUID "{fc2c1916-0f1d-e8b9-7604-07df9411a080}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_42220_00042220.xml van BHI" .

