@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_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6
  a a2a:Record ;
  rdfs:label "Geboorte op 18 september 1922 te Breda" ;
  a2a:hasPerson oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-386f80b5-c25a-00f7-401c-4bd77c80812c, oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-1d972658-583e-ad5b-d9c2-1e50033184d6, oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-6aea77be-386f-288c-9475-ef72664d7b97 ;
  a2a:hasEvent oa:event_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_0, oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_1, oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_2 ;
  a2a:hasSource oa:source_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6 .

oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-386f80b5-c25a-00f7-401c-4bd77c80812c
  a a2a:Person ;
  rdfs:label "Johanna Paulina Schets" ;
  a2a:PersonName [
    rdfs:label "Johanna Paulina Schets" ;
    a2a:PersonNameFirstName "Johanna Paulina" ;
    a2a:PersonNameLastName "Schets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-1d972658-583e-ad5b-d9c2-1e50033184d6
  a a2a:Person ;
  rdfs:label "Johannes Franciscus van Geel" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus van Geel" ;
    a2a:PersonNameFirstName "Johannes Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Geel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1922-09-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person-6aea77be-386f-288c-9475-ef72664d7b97
  a a2a:Person ;
  rdfs:label "Cornelis van Geel" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Geel" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Geel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1922-09-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person:386f80b5-c25a-00f7-401c-4bd77c80812c ;
  a2a:EventKeyRef oa:event_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Event1 .

oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person:1d972658-583e-ad5b-d9c2-1e50033184d6 ;
  a2a:EventKeyRef oa:event_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Event1 .

oa:relationep_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Person:6aea77be-386f-288c-9475-ef72664d7b97 ;
  a2a:EventKeyRef oa:event_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6_Event1 .

oa:source_bhi_feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1922-09-19 - 1922-09-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-09-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-09-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1922-09-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 451, Periode: 1922" ;
    a2a:Book "Geboorteregister Breda 1922" ;
    a2a:DocumentNumber "628" ;
    a2a:RegistryNumber "451" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 451, Periode: 1922, Geboorteregister Breda 1922, 628, 451"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d6cc9f3a-5ccf-2e4c-8f8a-5f7b51bc1f49.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d6cc9f3a-5ccf-2e4c-8f8a-5f7b51bc1f49.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6" ;
  a2a:RecordGUID "{feab1859-e67c-1bdb-4fb5-5c2e5c9d64f6}" ;
  a2a:SourceRemarkdeel "451" ;
  a2a:SourceRemarkregister_periode "1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1566_00001566.xml van BHI" .

