@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_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juli 1920" ;
  a2a:hasPerson oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-ba3540d7-f775-cd09-aee7-5bc96b006360, oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-5b90f11d-ac79-e2f1-0ecc-965db3429e2c, oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-121a19db-ea71-e913-71ca-70a0a5272514 ;
  a2a:hasEvent oa:event_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_0, oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_1, oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_2 ;
  a2a:hasSource oa:source_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97 .

oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-ba3540d7-f775-cd09-aee7-5bc96b006360
  a a2a:Person ;
  rdfs:label "Maria Johanna Pijnenburg" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Pijnenburg" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Pijnenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-5b90f11d-ac79-e2f1-0ecc-965db3429e2c
  a a2a:Person ;
  rdfs:label "Antonius Cornelis Langermans" ;
  a2a:PersonName [
    rdfs:label "Antonius Cornelis Langermans" ;
    a2a:PersonNameFirstName "Antonius Cornelis" ;
    a2a:PersonNameLastName "Langermans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1920-07-01"^^xsd:date
  ] .

oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person-121a19db-ea71-e913-71ca-70a0a5272514
  a a2a:Person ;
  rdfs:label "Johannes Judocus Langermans" ;
  a2a:PersonName [
    rdfs:label "Johannes Judocus Langermans" ;
    a2a:PersonNameFirstName "Johannes Judocus" ;
    a2a:PersonNameLastName "Langermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1920-07-01"^^xsd:date
  ] .

oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person:ba3540d7-f775-cd09-aee7-5bc96b006360 ;
  a2a:EventKeyRef oa:event_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Event1 .

oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person:5b90f11d-ac79-e2f1-0ecc-965db3429e2c ;
  a2a:EventKeyRef oa:event_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Event1 .

oa:relationep_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Person:121a19db-ea71-e913-71ca-70a0a5272514 ;
  a2a:EventKeyRef oa:event_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97_Event1 .

oa:source_bhi_f9c9bd3f-e5cf-caec-b6f1-262ff80aea97
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Geertruidenberg" ;
    rdfs:label "Geertruidenberg", "1920-07-02 - 1920-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1920-07-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1119, Periode: 1920" ;
    a2a:Book "Geboorteregister Geertruidenberg 1920" ;
    a2a:DocumentNumber "48" ;
    a2a:RegistryNumber "1119" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1119, Periode: 1920, Geboorteregister Geertruidenberg 1920, 48, 1119"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/622d12ff-f002-828d-ecd2-a339506f5170.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/622d12ff-f002-828d-ecd2-a339506f5170.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f9c9bd3f-e5cf-caec-b6f1-262ff80aea97" ;
  a2a:RecordGUID "{f9c9bd3f-e5cf-caec-b6f1-262ff80aea97}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77856_00077856.xml van BHI" .

