@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_73ea1898-930d-cd9a-7f6f-bd06c45ffec2
  a a2a:Record ;
  rdfs:label "Geboorte op 22 oktober 1919" ;
  a2a:hasPerson oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-5cd42bba-9ad9-44e6-feb9-4de5d45e7015, oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-0e9be837-1cb9-446b-2c9d-44a3d3a6b776, oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-ea782170-5ad9-58b3-1aca-954c7c1ab16e ;
  a2a:hasEvent oa:event_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_0, oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_1, oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_2 ;
  a2a:hasSource oa:source_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2 .

oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-5cd42bba-9ad9-44e6-feb9-4de5d45e7015
  a a2a:Person ;
  rdfs:label "Matheus van der Made" ;
  a2a:PersonName [
    rdfs:label "Matheus van der Made" ;
    a2a:PersonNameFirstName "Matheus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Made"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-0e9be837-1cb9-446b-2c9d-44a3d3a6b776
  a a2a:Person ;
  rdfs:label "Geertruida Maria Brouwer" ;
  a2a:PersonName [
    rdfs:label "Geertruida Maria Brouwer" ;
    a2a:PersonNameFirstName "Geertruida Maria" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person-ea782170-5ad9-58b3-1aca-954c7c1ab16e
  a a2a:Person ;
  rdfs:label "Johanna Antonia van der Made" ;
  a2a:PersonName [
    rdfs:label "Johanna Antonia van der Made" ;
    a2a:PersonNameFirstName "Johanna Antonia" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Made"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1919-10-22"^^xsd:date
  ] .

oa:event_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1919-10-22"^^xsd:date
  ] .

oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person:5cd42bba-9ad9-44e6-feb9-4de5d45e7015 ;
  a2a:EventKeyRef oa:event_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Event1 .

oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person:0e9be837-1cb9-446b-2c9d-44a3d3a6b776 ;
  a2a:EventKeyRef oa:event_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Event1 .

oa:relationep_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Person:ea782170-5ad9-58b3-1aca-954c7c1ab16e ;
  a2a:EventKeyRef oa:event_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2_Event1 .

oa:source_brd_73ea1898-930d-cd9a-7f6f-bd06c45ffec2
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1919-10-22 - 1919-10-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-10-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-10-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1919-10-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Periode: 1919" ;
    a2a:Book "Geboorteregister 1919" ;
    a2a:DocumentNumber "625" ;
    rdfs:label "Stadsarchief Breda, Breda, Periode: 1919, Geboorteregister 1919, 625"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/d166d9ea-6d26-7b84-59fe-1542652753b3.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/73ea1898-930d-cd9a-7f6f-bd06c45ffec2" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/d166d9ea-6d26-7b84-59fe-1542652753b3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/73ea1898-930d-cd9a-7f6f-bd06c45ffec2" ;
  a2a:RecordGUID "{73ea1898-930d-cd9a-7f6f-bd06c45ffec2}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1919\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_20155_00020155.xml van BRD" .

