@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_09544921-c566-c740-e338-e9c61d7bc775
  a a2a:Record ;
  rdfs:label "Geboorte op 5 augustus 1920" ;
  a2a:hasPerson oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-f8c4e155-735b-63a9-c6bc-5282aae28ff7, oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-4a3016fe-082d-4dc2-2cc0-c6865be17201, oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-1c66a1f4-ea02-4d0e-5c87-ccd5bf0a2967 ;
  a2a:hasEvent oa:event_bhi_09544921-c566-c740-e338-e9c61d7bc775_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_0, oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_1, oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_2 ;
  a2a:hasSource oa:source_bhi_09544921-c566-c740-e338-e9c61d7bc775 .

oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-f8c4e155-735b-63a9-c6bc-5282aae28ff7
  a a2a:Person ;
  rdfs:label "Angelina Schuurbiers" ;
  a2a:PersonName [
    rdfs:label "Angelina Schuurbiers" ;
    a2a:PersonNameFirstName "Angelina" ;
    a2a:PersonNameLastName "Schuurbiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-4a3016fe-082d-4dc2-2cc0-c6865be17201
  a a2a:Person ;
  rdfs:label "Felix Huijps" ;
  a2a:PersonName [
    rdfs:label "Felix Huijps" ;
    a2a:PersonNameFirstName "Felix" ;
    a2a:PersonNameLastName "Huijps"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1920-08-05"^^xsd:date
  ] .

oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person-1c66a1f4-ea02-4d0e-5c87-ccd5bf0a2967
  a a2a:Person ;
  rdfs:label "Alphonsus Huijps" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Huijps" ;
    a2a:PersonNameFirstName "Alphonsus" ;
    a2a:PersonNameLastName "Huijps"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_09544921-c566-c740-e338-e9c61d7bc775_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "5" ;
    rdfs:label "1920-08-05"^^xsd:date
  ] .

oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person:f8c4e155-735b-63a9-c6bc-5282aae28ff7 ;
  a2a:EventKeyRef oa:event_bhi_09544921-c566-c740-e338-e9c61d7bc775_Event1 .

oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person:4a3016fe-082d-4dc2-2cc0-c6865be17201 ;
  a2a:EventKeyRef oa:event_bhi_09544921-c566-c740-e338-e9c61d7bc775_Event1 .

oa:relationep_bhi_09544921-c566-c740-e338-e9c61d7bc775_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_09544921-c566-c740-e338-e9c61d7bc775_Person:1c66a1f4-ea02-4d0e-5c87-ccd5bf0a2967 ;
  a2a:EventKeyRef oa:event_bhi_09544921-c566-c740-e338-e9c61d7bc775_Event1 .

oa:source_bhi_09544921-c566-c740-e338-e9c61d7bc775
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1920-08-07 - 1920-08-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-08-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-08-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "7" ;
    rdfs:label "1920-08-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3632, Periode: 1920" ;
    a2a:Book "Geboorteregister Woensdrecht 1920" ;
    a2a:DocumentNumber "84" ;
    a2a:RegistryNumber "3632" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3632, Periode: 1920, Geboorteregister Woensdrecht 1920, 84, 3632"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b01fe9d2-b10b-ff88-488d-35151d3a5952.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b01fe9d2-b10b-ff88-488d-35151d3a5952.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/09544921-c566-c740-e338-e9c61d7bc775" ;
  a2a:RecordGUID "{09544921-c566-c740-e338-e9c61d7bc775}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77770_00077770.xml van BHI" .

