@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_a3c0e1e2-6972-86c7-8f40-101f3bfa862e
  a a2a:Record ;
  rdfs:label "Geboorte op 17 april 1910" ;
  a2a:hasPerson oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-c9048c4c-4c79-9b6b-d00a-0e2efd678f84, oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-70a6da77-353e-f58e-2f7b-ea5be25a4307, oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-43f8fc03-ea80-c302-b242-866600223404 ;
  a2a:hasEvent oa:event_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_0, oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_1, oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_2 ;
  a2a:hasSource oa:source_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e .

oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-c9048c4c-4c79-9b6b-d00a-0e2efd678f84
  a a2a:Person ;
  rdfs:label "Geertje Antonia Roubos" ;
  a2a:PersonName [
    rdfs:label "Geertje Antonia Roubos" ;
    a2a:PersonNameFirstName "Geertje Antonia" ;
    a2a:PersonNameLastName "Roubos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1910-04-17"^^xsd:date
  ] .

oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-70a6da77-353e-f58e-2f7b-ea5be25a4307
  a a2a:Person ;
  rdfs:label "Anna van Drunen" ;
  a2a:PersonName [
    rdfs:label "Anna van Drunen" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Drunen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person-43f8fc03-ea80-c302-b242-866600223404
  a a2a:Person ;
  rdfs:label "Corstiaan Roubos" ;
  a2a:PersonName [
    rdfs:label "Corstiaan Roubos" ;
    a2a:PersonNameFirstName "Corstiaan" ;
    a2a:PersonNameLastName "Roubos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "17" ;
    rdfs:label "1910-04-17"^^xsd:date
  ] .

oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person:c9048c4c-4c79-9b6b-d00a-0e2efd678f84 ;
  a2a:EventKeyRef oa:event_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Event1 .

oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person:70a6da77-353e-f58e-2f7b-ea5be25a4307 ;
  a2a:EventKeyRef oa:event_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Event1 .

oa:relationep_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Person:43f8fc03-ea80-c302-b242-866600223404 ;
  a2a:EventKeyRef oa:event_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e_Event1 .

oa:source_bhi_a3c0e1e2-6972-86c7-8f40-101f3bfa862e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk", "1910-04-18 - 1910-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1910-04-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 38, Periode: 1910" ;
    a2a:Book "Geboorteregister Almkerk 1910" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "38" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 38, Periode: 1910, Geboorteregister Almkerk 1910, 24, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1fa338c6-9182-d9c3-2248-a702ee25800f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1fa338c6-9182-d9c3-2248-a702ee25800f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a3c0e1e2-6972-86c7-8f40-101f3bfa862e" ;
  a2a:RecordGUID "{a3c0e1e2-6972-86c7-8f40-101f3bfa862e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69695_00069695.xml van BHI" .

