@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_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf
  a a2a:Record ;
  rdfs:label "Geboorte op 19 augustus 1905" ;
  a2a:hasPerson oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-67f10068-f9eb-6244-fd0c-a13b4339e574, oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-e84f55a1-2687-0e21-9afb-b4f82415c285, oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-67aed161-7647-857c-357f-592b8976a902 ;
  a2a:hasEvent oa:event_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_0, oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_1, oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_2 ;
  a2a:hasSource oa:source_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf .

oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-67f10068-f9eb-6244-fd0c-a13b4339e574
  a a2a:Person ;
  rdfs:label "Sara Catharina Romeijn" ;
  a2a:PersonName [
    rdfs:label "Sara Catharina Romeijn" ;
    a2a:PersonNameFirstName "Sara Catharina" ;
    a2a:PersonNameLastName "Romeijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1905-08-19"^^xsd:date
  ] .

oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-e84f55a1-2687-0e21-9afb-b4f82415c285
  a a2a:Person ;
  rdfs:label "Geertrui de Boon" ;
  a2a:PersonName [
    rdfs:label "Geertrui de Boon" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person-67aed161-7647-857c-357f-592b8976a902
  a a2a:Person ;
  rdfs:label "Bastiaan Romeijn" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Romeijn" ;
    a2a:PersonNameFirstName "Bastiaan" ;
    a2a:PersonNameLastName "Romeijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1905-08-19"^^xsd:date
  ] .

oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person:67f10068-f9eb-6244-fd0c-a13b4339e574 ;
  a2a:EventKeyRef oa:event_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Event1 .

oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person:e84f55a1-2687-0e21-9afb-b4f82415c285 ;
  a2a:EventKeyRef oa:event_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Event1 .

oa:relationep_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Person:67aed161-7647-857c-357f-592b8976a902 ;
  a2a:EventKeyRef oa:event_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf_Event1 .

oa:source_bhi_63dcd331-fe54-e89c-234a-bc6cbf6ebfdf
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk", "1905-08-21 - 1905-08-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-08-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-08-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1905-08-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 38, Periode: 1905" ;
    a2a:Book "Geboorteregister Almkerk 1905" ;
    a2a:DocumentNumber "76" ;
    a2a:RegistryNumber "38" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 38, Periode: 1905, Geboorteregister Almkerk 1905, 76, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/41dd389a-0324-95f2-0510-9fbe1afc9d42.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/41dd389a-0324-95f2-0510-9fbe1afc9d42.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/63dcd331-fe54-e89c-234a-bc6cbf6ebfdf" ;
  a2a:RecordGUID "{63dcd331-fe54-e89c-234a-bc6cbf6ebfdf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69688_00069688.xml van BHI" .

