@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_4e15459d-25cd-271c-608f-720e243ccc63
  a a2a:Record ;
  rdfs:label "Geboorte op 6 januari 1904" ;
  a2a:hasPerson oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-6afd7968-89a7-9116-4762-ebbac2713669, oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-ec15a5a0-f20f-74f4-cef0-5e8be23474f0, oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-d7ebe387-c266-8266-2557-ebc88c4bd586 ;
  a2a:hasEvent oa:event_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_0, oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_1, oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_2 ;
  a2a:hasSource oa:source_bhi_4e15459d-25cd-271c-608f-720e243ccc63 .

oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-6afd7968-89a7-9116-4762-ebbac2713669
  a a2a:Person ;
  rdfs:label "Gasper Johannes van Nunen" ;
  a2a:PersonName [
    rdfs:label "Gasper Johannes van Nunen" ;
    a2a:PersonNameFirstName "Gasper Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nunen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-ec15a5a0-f20f-74f4-cef0-5e8be23474f0
  a a2a:Person ;
  rdfs:label "Elizabeth Johanna van Nunen" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Johanna van Nunen" ;
    a2a:PersonNameFirstName "Elizabeth Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nunen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1904-01-06"^^xsd:date
  ] .

oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person-d7ebe387-c266-8266-2557-ebc88c4bd586
  a a2a:Person ;
  rdfs:label "Geertrui Pieternella Akkerman" ;
  a2a:PersonName [
    rdfs:label "Geertrui Pieternella Akkerman" ;
    a2a:PersonNameFirstName "Geertrui Pieternella" ;
    a2a:PersonNameLastName "Akkerman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1904-01-06"^^xsd:date
  ] .

oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person:6afd7968-89a7-9116-4762-ebbac2713669 ;
  a2a:EventKeyRef oa:event_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Event1 .

oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person:ec15a5a0-f20f-74f4-cef0-5e8be23474f0 ;
  a2a:EventKeyRef oa:event_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Event1 .

oa:relationep_bhi_4e15459d-25cd-271c-608f-720e243ccc63_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Person:d7ebe387-c266-8266-2557-ebc88c4bd586 ;
  a2a:EventKeyRef oa:event_bhi_4e15459d-25cd-271c-608f-720e243ccc63_Event1 .

oa:source_bhi_4e15459d-25cd-271c-608f-720e243ccc63
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen", "1904-01-08 - 1904-01-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-01-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-01-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "1" ;
    a2a:Day "8" ;
    rdfs:label "1904-01-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1949, Periode: 1904" ;
    a2a:Book "Geboorteregister Meeuwen 1904" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1949" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1949, Periode: 1904, Geboorteregister Meeuwen 1904, 1, 1949"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0cb6cbb6-242e-d140-52a5-a0a80b559e51.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0cb6cbb6-242e-d140-52a5-a0a80b559e51.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4e15459d-25cd-271c-608f-720e243ccc63" ;
  a2a:RecordGUID "{4e15459d-25cd-271c-608f-720e243ccc63}" ;
  a2a:SourceRemarkdeel "1949" ;
  a2a:SourceRemarkregister_periode "1904" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_707_00000707.xml van BHI" .

