@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_02946598-4c2d-a580-e092-2fc5efc4f43d
  a a2a:Record ;
  rdfs:label "Geboorte op 16 augustus 1903" ;
  a2a:hasPerson oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-bc718535-156b-d014-0cd6-2673330477e8, oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-a606a013-a090-127f-b878-2cbdb46dd7dc, oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-23e357ad-ebab-9dd4-6947-709af85f8da5 ;
  a2a:hasEvent oa:event_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_0, oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_1, oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_2 ;
  a2a:hasSource oa:source_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d .

oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-bc718535-156b-d014-0cd6-2673330477e8
  a a2a:Person ;
  rdfs:label "Anna Antonia van den Bogaert" ;
  a2a:PersonName [
    rdfs:label "Anna Antonia van den Bogaert" ;
    a2a:PersonNameFirstName "Anna Antonia" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bogaert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-a606a013-a090-127f-b878-2cbdb46dd7dc
  a a2a:Person ;
  rdfs:label "Petrus Boersma" ;
  a2a:PersonName [
    rdfs:label "Petrus Boersma" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Boersma"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1903-08-16"^^xsd:date
  ] .

oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person-23e357ad-ebab-9dd4-6947-709af85f8da5
  a a2a:Person ;
  rdfs:label "Petrus Boersma" ;
  a2a:PersonName [
    rdfs:label "Petrus Boersma" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Boersma"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1903-08-16"^^xsd:date
  ] .

oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person:bc718535-156b-d014-0cd6-2673330477e8 ;
  a2a:EventKeyRef oa:event_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Event1 .

oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person:a606a013-a090-127f-b878-2cbdb46dd7dc ;
  a2a:EventKeyRef oa:event_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Event1 .

oa:relationep_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Person:23e357ad-ebab-9dd4-6947-709af85f8da5 ;
  a2a:EventKeyRef oa:event_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d_Event1 .

oa:source_bhi_02946598-4c2d-a580-e092-2fc5efc4f43d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1903-08-17 - 1903-08-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-08-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-08-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "8" ;
    a2a:Day "17" ;
    rdfs:label "1903-08-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1552, Periode: 1903" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1903" ;
    a2a:DocumentNumber "774" ;
    a2a:RegistryNumber "1552" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1552, Periode: 1903, Geboorteregister 's-Hertogenbosch 1903, 774, 1552"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e6bc1b72-8707-78b2-88d7-22bc7ba68bc5.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e6bc1b72-8707-78b2-88d7-22bc7ba68bc5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/02946598-4c2d-a580-e092-2fc5efc4f43d" ;
  a2a:RecordGUID "{02946598-4c2d-a580-e092-2fc5efc4f43d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2012_00002012.xml van BHI" .

