@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_4ac265d3-6329-ead1-2da3-c8305f5dfd0b
  a a2a:Record ;
  rdfs:label "Geboorte op 12 oktober 1922" ;
  a2a:hasPerson oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-4508efd1-788d-dea1-2e9a-ff04e454e7fe, oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-083e3dff-aeb6-43d9-ef9e-b7aba86b692c, oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-0caa2b48-7d54-511d-eee5-d4cef82d7824 ;
  a2a:hasEvent oa:event_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_0, oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_1, oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_2 ;
  a2a:hasSource oa:source_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b .

oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-4508efd1-788d-dea1-2e9a-ff04e454e7fe
  a a2a:Person ;
  rdfs:label "Antonia Maria van der Made" ;
  a2a:PersonName [
    rdfs:label "Antonia Maria van der Made" ;
    a2a:PersonNameFirstName "Antonia Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Made"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-083e3dff-aeb6-43d9-ef9e-b7aba86b692c
  a a2a:Person ;
  rdfs:label "Gregorius Gerardus Melisse" ;
  a2a:PersonName [
    rdfs:label "Gregorius Gerardus Melisse" ;
    a2a:PersonNameFirstName "Gregorius Gerardus" ;
    a2a:PersonNameLastName "Melisse"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1922-10-12"^^xsd:date
  ] .

oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person-0caa2b48-7d54-511d-eee5-d4cef82d7824
  a a2a:Person ;
  rdfs:label "Gregorius Melisse" ;
  a2a:PersonName [
    rdfs:label "Gregorius Melisse" ;
    a2a:PersonNameFirstName "Gregorius" ;
    a2a:PersonNameLastName "Melisse"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1922-10-12"^^xsd:date
  ] .

oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person:4508efd1-788d-dea1-2e9a-ff04e454e7fe ;
  a2a:EventKeyRef oa:event_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Event1 .

oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person:083e3dff-aeb6-43d9-ef9e-b7aba86b692c ;
  a2a:EventKeyRef oa:event_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Event1 .

oa:relationep_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Person:0caa2b48-7d54-511d-eee5-d4cef82d7824 ;
  a2a:EventKeyRef oa:event_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b_Event1 .

oa:source_bhi_4ac265d3-6329-ead1-2da3-c8305f5dfd0b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1922-10-12 - 1922-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1922-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3863, Periode: 1922" ;
    a2a:Book "Geboorteregister Hooge en Lage Zwaluwe 1922" ;
    a2a:DocumentNumber "99" ;
    a2a:RegistryNumber "3863" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3863, Periode: 1922, Geboorteregister Hooge en Lage Zwaluwe 1922, 99, 3863"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ebf78167-ca46-d842-01f2-2c5f84c1e64b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ebf78167-ca46-d842-01f2-2c5f84c1e64b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4ac265d3-6329-ead1-2da3-c8305f5dfd0b" ;
  a2a:RecordGUID "{4ac265d3-6329-ead1-2da3-c8305f5dfd0b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80456_00080456.xml van BHI" .

