@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_a3f4e000-efa4-e992-ef76-8b81814e01fb
  a a2a:Record ;
  rdfs:label "Geboorte op 18 maart 1880" ;
  a2a:hasPerson oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-1ac28090-9d4d-6a7f-4f60-fe11911add46, oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-1d87e4a1-183f-f8ab-afec-ee266eba31b3, oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-728ed4b6-3ec4-4653-3950-fd037e41a7b1 ;
  a2a:hasEvent oa:event_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_0, oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_1, oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_2 ;
  a2a:hasSource oa:source_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb .

oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-1ac28090-9d4d-6a7f-4f60-fe11911add46
  a a2a:Person ;
  rdfs:label "Jakop Madiol" ;
  a2a:PersonName [
    rdfs:label "Jakop Madiol" ;
    a2a:PersonNameFirstName "Jakop" ;
    a2a:PersonNameLastName "Madiol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-1d87e4a1-183f-f8ab-afec-ee266eba31b3
  a a2a:Person ;
  rdfs:label "Theresia Maria Dumoulin" ;
  a2a:PersonName [
    rdfs:label "Theresia Maria Dumoulin" ;
    a2a:PersonNameFirstName "Theresia Maria" ;
    a2a:PersonNameLastName "Dumoulin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person-728ed4b6-3ec4-4653-3950-fd037e41a7b1
  a a2a:Person ;
  rdfs:label "Jakob Johannes Josephus Madiol" ;
  a2a:PersonName [
    rdfs:label "Jakob Johannes Josephus Madiol" ;
    a2a:PersonNameFirstName "Jakob Johannes Josephus" ;
    a2a:PersonNameLastName "Madiol"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1880" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1880-03-18"^^xsd:date
  ] .

oa:event_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1880" ;
    a2a:Month "3" ;
    a2a:Day "18" ;
    rdfs:label "1880-03-18"^^xsd:date
  ] .

oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person:1ac28090-9d4d-6a7f-4f60-fe11911add46 ;
  a2a:EventKeyRef oa:event_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Event1 .

oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person:1d87e4a1-183f-f8ab-afec-ee266eba31b3 ;
  a2a:EventKeyRef oa:event_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Event1 .

oa:relationep_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Person:728ed4b6-3ec4-4653-3950-fd037e41a7b1 ;
  a2a:EventKeyRef oa:event_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb_Event1 .

oa:source_bhi_a3f4e000-efa4-e992-ef76-8b81814e01fb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1880-03-19 - 1880-03-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-03-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1880-03-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1880" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1880-03-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8660, Periode: 1880" ;
    a2a:Book "Geboorteregister Waalwijk 1880" ;
    a2a:DocumentNumber "40" ;
    a2a:RegistryNumber "8660" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8660, Periode: 1880, Geboorteregister Waalwijk 1880, 40, 8660"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/159b7b9f-a4b6-1c4f-25c5-6e23bfe0132a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/159b7b9f-a4b6-1c4f-25c5-6e23bfe0132a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a3f4e000-efa4-e992-ef76-8b81814e01fb" ;
  a2a:RecordGUID "{a3f4e000-efa4-e992-ef76-8b81814e01fb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81066_00081066.xml van BHI" .

