@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_9da2ec43-c697-790c-e488-4e51542de02d
  a a2a:Record ;
  rdfs:label "Geboorte op 13 februari 1897" ;
  a2a:hasPerson oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-78fc76df-bb1a-7498-67cd-f16754e9550c, oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-7b3dafc1-a3e3-e032-ec2c-b7d67e9e701e, oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-dc3a24cb-2b9a-4464-4a74-153fe7076c8d ;
  a2a:hasEvent oa:event_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_0, oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_1, oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_2 ;
  a2a:hasSource oa:source_bhi_9da2ec43-c697-790c-e488-4e51542de02d .

oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-78fc76df-bb1a-7498-67cd-f16754e9550c
  a a2a:Person ;
  rdfs:label "Josephina Johanna Aelen" ;
  a2a:PersonName [
    rdfs:label "Josephina Johanna Aelen" ;
    a2a:PersonNameFirstName "Josephina Johanna" ;
    a2a:PersonNameLastName "Aelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-7b3dafc1-a3e3-e032-ec2c-b7d67e9e701e
  a a2a:Person ;
  rdfs:label "Clemence Josephine Dorethé van den Broek" ;
  a2a:PersonName [
    rdfs:label "Clemence Josephine Dorethé van den Broek" ;
    a2a:PersonNameFirstName "Clemence Josephine Dorethé" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1897-02-13"^^xsd:date
  ] .

oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person-dc3a24cb-2b9a-4464-4a74-153fe7076c8d
  a a2a:Person ;
  rdfs:label "Adrianus van den Broek" ;
  a2a:PersonName [
    rdfs:label "Adrianus van den Broek" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Broek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1897-02-13"^^xsd:date
  ] .

oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person:78fc76df-bb1a-7498-67cd-f16754e9550c ;
  a2a:EventKeyRef oa:event_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Event1 .

oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person:7b3dafc1-a3e3-e032-ec2c-b7d67e9e701e ;
  a2a:EventKeyRef oa:event_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Event1 .

oa:relationep_bhi_9da2ec43-c697-790c-e488-4e51542de02d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Person:dc3a24cb-2b9a-4464-4a74-153fe7076c8d ;
  a2a:EventKeyRef oa:event_bhi_9da2ec43-c697-790c-e488-4e51542de02d_Event1 .

oa:source_bhi_9da2ec43-c697-790c-e488-4e51542de02d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1897-01-01 - 1897-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1897" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6295, Periode: 1897" ;
    a2a:Book "Geboorteregister Princenhage 1897" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "6295" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6295, Periode: 1897, Geboorteregister Princenhage 1897, 44, 6295"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ee805919-39f0-1097-3f72-4257e37f7fff.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ee805919-39f0-1097-3f72-4257e37f7fff.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9da2ec43-c697-790c-e488-4e51542de02d" ;
  a2a:RecordGUID "{9da2ec43-c697-790c-e488-4e51542de02d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5245_00005245.xml van BHI" .

