@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_188ce593-e8c2-c6fc-7002-d2f76e48bd0e
  a a2a:Record ;
  rdfs:label "Geboorte op 4 juni 1904" ;
  a2a:hasPerson oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-091415dd-c10f-b452-57e3-ada08941ef89, oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-49eb600b-b1a2-70e6-9cdf-4188b311aab6, oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-f4f55388-deff-7093-69fa-09ce157fcf72 ;
  a2a:hasEvent oa:event_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_0, oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_1, oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_2 ;
  a2a:hasSource oa:source_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e .

oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-091415dd-c10f-b452-57e3-ada08941ef89
  a a2a:Person ;
  rdfs:label "Godefridus van der Elsen" ;
  a2a:PersonName [
    rdfs:label "Godefridus van der Elsen" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-49eb600b-b1a2-70e6-9cdf-4188b311aab6
  a a2a:Person ;
  rdfs:label "Anna Maria Godefrida de Wit" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Godefrida de Wit" ;
    a2a:PersonNameFirstName "Anna Maria Godefrida" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wit"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person-f4f55388-deff-7093-69fa-09ce157fcf72
  a a2a:Person ;
  rdfs:label "Josepha Maria van der Elsen" ;
  a2a:PersonName [
    rdfs:label "Josepha Maria van der Elsen" ;
    a2a:PersonNameFirstName "Josepha Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Elsen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1904-06-04"^^xsd:date
  ] .

oa:event_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1904-06-04"^^xsd:date
  ] .

oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person:091415dd-c10f-b452-57e3-ada08941ef89 ;
  a2a:EventKeyRef oa:event_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Event1 .

oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person:49eb600b-b1a2-70e6-9cdf-4188b311aab6 ;
  a2a:EventKeyRef oa:event_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Event1 .

oa:relationep_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Person:f4f55388-deff-7093-69fa-09ce157fcf72 ;
  a2a:EventKeyRef oa:event_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e_Event1 .

oa:source_bhi_188ce593-e8c2-c6fc-7002-d2f76e48bd0e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eindhoven" ;
    rdfs:label "Eindhoven", "1904-06-04 - 1904-06-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-06-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-06-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "4" ;
    rdfs:label "1904-06-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 859, Periode: 1904" ;
    a2a:Book "Geboorteregister Eindhoven 1904" ;
    a2a:DocumentNumber "66" ;
    a2a:RegistryNumber "859" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 859, Periode: 1904, Geboorteregister Eindhoven 1904, 66, 859"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/82990be3-102b-246e-0060-056dc97e80aa.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/82990be3-102b-246e-0060-056dc97e80aa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/188ce593-e8c2-c6fc-7002-d2f76e48bd0e" ;
  a2a:RecordGUID "{188ce593-e8c2-c6fc-7002-d2f76e48bd0e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240501_100_00000100.xml van BHI" .

