@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_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77
  a a2a:Record ;
  rdfs:label "Geboorte op 6 oktober 1918" ;
  a2a:hasPerson oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-58442ed0-7a01-e496-158e-9caa66b59360, oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-d1e9445b-0811-386d-5be1-66b856d3c908, oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-fd7fc513-118a-70ae-c5c4-664d6d75b201 ;
  a2a:hasEvent oa:event_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_0, oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_1, oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_2 ;
  a2a:hasSource oa:source_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77 .

oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-58442ed0-7a01-e496-158e-9caa66b59360
  a a2a:Person ;
  rdfs:label "Geertruida Kroone" ;
  a2a:PersonName [
    rdfs:label "Geertruida Kroone" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Kroone"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-d1e9445b-0811-386d-5be1-66b856d3c908
  a a2a:Person ;
  rdfs:label "Jacob Mudde" ;
  a2a:PersonName [
    rdfs:label "Jacob Mudde" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Mudde"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1918-10-06"^^xsd:date
  ] .

oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person-fd7fc513-118a-70ae-c5c4-664d6d75b201
  a a2a:Person ;
  rdfs:label "Aart Mudde" ;
  a2a:PersonName [
    rdfs:label "Aart Mudde" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNameLastName "Mudde"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1918-10-06"^^xsd:date
  ] .

oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person:58442ed0-7a01-e496-158e-9caa66b59360 ;
  a2a:EventKeyRef oa:event_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Event1 .

oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person:d1e9445b-0811-386d-5be1-66b856d3c908 ;
  a2a:EventKeyRef oa:event_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Event1 .

oa:relationep_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Person:fd7fc513-118a-70ae-c5c4-664d6d75b201 ;
  a2a:EventKeyRef oa:event_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77_Event1 .

oa:source_bhi_91c27b81-05ab-fa24-a4f1-9d6fb59f1b77
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel", "1918-10-07 - 1918-10-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-10-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-10-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1918-10-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3659, Periode: 1918" ;
    a2a:Book "Geboorteregister Woensel 1918" ;
    a2a:DocumentNumber "351" ;
    a2a:RegistryNumber "3659" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3659, Periode: 1918, Geboorteregister Woensel 1918, 351, 3659"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b832c73f-4379-31c5-9e40-3e931597a1bd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b832c73f-4379-31c5-9e40-3e931597a1bd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/91c27b81-05ab-fa24-a4f1-9d6fb59f1b77" ;
  a2a:RecordGUID "{91c27b81-05ab-fa24-a4f1-9d6fb59f1b77}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81044_00081044.xml van BHI" .

