@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_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115
  a a2a:Record ;
  rdfs:label "Geboorte op 5 juli 1923" ;
  a2a:hasPerson oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-01f231f0-a565-51df-7187-bd3b6d065276, oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-fb562c91-8d84-09d6-d1f3-22da04dfafab, oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-6dcc0c4c-99d7-cc92-e783-6efda09e6cbf ;
  a2a:hasEvent oa:event_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_0, oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_1, oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_2 ;
  a2a:hasSource oa:source_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115 .

oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-01f231f0-a565-51df-7187-bd3b6d065276
  a a2a:Person ;
  rdfs:label "Cornelis Marinus Marie van Hooff" ;
  a2a:PersonName [
    rdfs:label "Cornelis Marinus Marie van Hooff" ;
    a2a:PersonNameFirstName "Cornelis Marinus Marie" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hooff"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-fb562c91-8d84-09d6-d1f3-22da04dfafab
  a a2a:Person ;
  rdfs:label "Johanna Adriana Haagh" ;
  a2a:PersonName [
    rdfs:label "Johanna Adriana Haagh" ;
    a2a:PersonNameFirstName "Johanna Adriana" ;
    a2a:PersonNameLastName "Haagh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person-6dcc0c4c-99d7-cc92-e783-6efda09e6cbf
  a a2a:Person ;
  rdfs:label "Wijnand Michiel van Hooff" ;
  a2a:PersonName [
    rdfs:label "Wijnand Michiel van Hooff" ;
    a2a:PersonNameFirstName "Wijnand Michiel" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hooff"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1923-07-05"^^xsd:date
  ] .

oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person:01f231f0-a565-51df-7187-bd3b6d065276 ;
  a2a:EventKeyRef oa:event_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Event1 .

oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person:fb562c91-8d84-09d6-d1f3-22da04dfafab ;
  a2a:EventKeyRef oa:event_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Event1 .

oa:relationep_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Person:6dcc0c4c-99d7-cc92-e783-6efda09e6cbf ;
  a2a:EventKeyRef oa:event_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115_Event1 .

oa:source_brd_8af38ee7-fa9a-7eab-e5cb-63616d33f115
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1923-07-05 - 1923-07-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-07-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-07-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "5" ;
    rdfs:label "1923-07-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "427" ;
    rdfs:label "Stadsarchief Breda, Breda, Geboorteregister 1923, 427"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/7cd70f7f-8a3b-233b-a99c-8107e40ea8bc.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8af38ee7-fa9a-7eab-e5cb-63616d33f115" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/7cd70f7f-8a3b-233b-a99c-8107e40ea8bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8af38ee7-fa9a-7eab-e5cb-63616d33f115" ;
  a2a:RecordGUID "{8af38ee7-fa9a-7eab-e5cb-63616d33f115}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1923\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_476_00000476.xml van BRD" .

