@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_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a
  a a2a:Record ;
  rdfs:label "Geboorte op 10 oktober 1918" ;
  a2a:hasPerson oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-081c9636-2576-1d5f-5842-edd3495822cd, oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-2f9b5f89-3dc9-867e-9ca5-7e3f48ec0559, oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-d8b494fd-d6de-0995-f3b6-050a503549a6 ;
  a2a:hasEvent oa:event_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_0, oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_1, oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_2 ;
  a2a:hasSource oa:source_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a .

oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-081c9636-2576-1d5f-5842-edd3495822cd
  a a2a:Person ;
  rdfs:label "Johanna Magdalena van Rooij" ;
  a2a:PersonName [
    rdfs:label "Johanna Magdalena van Rooij" ;
    a2a:PersonNameFirstName "Johanna Magdalena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rooij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-2f9b5f89-3dc9-867e-9ca5-7e3f48ec0559
  a a2a:Person ;
  rdfs:label "Franciscus Joannes Matheussen" ;
  a2a:PersonName [
    rdfs:label "Franciscus Joannes Matheussen" ;
    a2a:PersonNameFirstName "Franciscus Joannes" ;
    a2a:PersonNameLastName "Matheussen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1918-10-10"^^xsd:date
  ] .

oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person-d8b494fd-d6de-0995-f3b6-050a503549a6
  a a2a:Person ;
  rdfs:label "Andreas Matheussen" ;
  a2a:PersonName [
    rdfs:label "Andreas Matheussen" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Matheussen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1918-10-10"^^xsd:date
  ] .

oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person:081c9636-2576-1d5f-5842-edd3495822cd ;
  a2a:EventKeyRef oa:event_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Event1 .

oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person:2f9b5f89-3dc9-867e-9ca5-7e3f48ec0559 ;
  a2a:EventKeyRef oa:event_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Event1 .

oa:relationep_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Person:d8b494fd-d6de-0995-f3b6-050a503549a6 ;
  a2a:EventKeyRef oa:event_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a_Event1 .

oa:source_bhi_9f22db9b-3f0e-c7f8-d936-e6cf40e7115a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensel" ;
    rdfs:label "Woensel", "1918-10-12 - 1918-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1918-10-12"^^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 "360" ;
    a2a:RegistryNumber "3659" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3659, Periode: 1918, Geboorteregister Woensel 1918, 360, 3659"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e031b31f-1dd6-c02b-508e-c6a7e7069dd5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e031b31f-1dd6-c02b-508e-c6a7e7069dd5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9f22db9b-3f0e-c7f8-d936-e6cf40e7115a" ;
  a2a:RecordGUID "{9f22db9b-3f0e-c7f8-d936-e6cf40e7115a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81060_00081060.xml van BHI" .

