@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_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1
  a a2a:Record ;
  rdfs:label "Geboorte op 30 juni 1923" ;
  a2a:hasPerson oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-0fcfe459-ee4c-ac48-e5b8-1b35c14fcc11, oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-f627b55f-72b1-6acc-b464-f692d3af5b6e, oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-8170def8-5142-e0f4-eb2b-5f98458ecd23 ;
  a2a:hasEvent oa:event_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_0, oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_1, oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_2 ;
  a2a:hasSource oa:source_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1 .

oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-0fcfe459-ee4c-ac48-e5b8-1b35c14fcc11
  a a2a:Person ;
  rdfs:label "Adriana van Aard" ;
  a2a:PersonName [
    rdfs:label "Adriana van Aard" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aard"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-f627b55f-72b1-6acc-b464-f692d3af5b6e
  a a2a:Person ;
  rdfs:label "Johannes Pieter Rops" ;
  a2a:PersonName [
    rdfs:label "Johannes Pieter Rops" ;
    a2a:PersonNameFirstName "Johannes Pieter" ;
    a2a:PersonNameLastName "Rops"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1923-06-30"^^xsd:date
  ] .

oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person-8170def8-5142-e0f4-eb2b-5f98458ecd23
  a a2a:Person ;
  rdfs:label "Jacobus Wilhelmus Rops" ;
  a2a:PersonName [
    rdfs:label "Jacobus Wilhelmus Rops" ;
    a2a:PersonNameFirstName "Jacobus Wilhelmus" ;
    a2a:PersonNameLastName "Rops"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "30" ;
    rdfs:label "1923-06-30"^^xsd:date
  ] .

oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person:0fcfe459-ee4c-ac48-e5b8-1b35c14fcc11 ;
  a2a:EventKeyRef oa:event_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Event1 .

oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person:f627b55f-72b1-6acc-b464-f692d3af5b6e ;
  a2a:EventKeyRef oa:event_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Event1 .

oa:relationep_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Person:8170def8-5142-e0f4-eb2b-5f98458ecd23 ;
  a2a:EventKeyRef oa:event_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1_Event1 .

oa:source_bhi_b0630704-4fa2-46c8-e9ee-15dbc11bbbd1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-07-02 - 1923-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1923-07-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 452, Periode: 1923" ;
    a2a:Book "Geboorteregister Breda 1923" ;
    a2a:DocumentNumber "421" ;
    a2a:RegistryNumber "452" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 452, Periode: 1923, Geboorteregister Breda 1923, 421, 452"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/749d2cdb-855b-9acb-6faa-7fad81e497f6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/749d2cdb-855b-9acb-6faa-7fad81e497f6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-05-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/b0630704-4fa2-46c8-e9ee-15dbc11bbbd1" ;
  a2a:RecordGUID "{b0630704-4fa2-46c8-e9ee-15dbc11bbbd1}" ;
  a2a:SourceRemarkdeel "452" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250909_114_00000114.xml van BHI" .

