@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_5be184ba-cd41-4c7a-1660-e8ec625c2f94
  a a2a:Record ;
  rdfs:label "Geboorte op 1 februari 1907 te Teteringen" ;
  a2a:hasPerson oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-4b3637d0-b15e-319c-39b6-3964bba5fe2c, oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-06689430-7a76-960b-fa8c-91caff478110, oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-8dad9564-2467-17f5-3271-e81602067ac1 ;
  a2a:hasEvent oa:event_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_0, oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_1, oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_2 ;
  a2a:hasSource oa:source_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94 .

oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-4b3637d0-b15e-319c-39b6-3964bba5fe2c
  a a2a:Person ;
  rdfs:label "Matheus Adrianus de Bruijn" ;
  a2a:PersonName [
    rdfs:label "Matheus Adrianus de Bruijn" ;
    a2a:PersonNameFirstName "Matheus Adrianus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bruijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-06689430-7a76-960b-fa8c-91caff478110
  a a2a:Person ;
  rdfs:label "Pietronella Guillot" ;
  a2a:PersonName [
    rdfs:label "Pietronella Guillot" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Guillot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person-8dad9564-2467-17f5-3271-e81602067ac1
  a a2a:Person ;
  rdfs:label "Antonia Adriana Petronella Josephina de Bruijn" ;
  a2a:PersonName [
    rdfs:label "Antonia Adriana Petronella Josephina de Bruijn" ;
    a2a:PersonNameFirstName "Antonia Adriana Petronella Josephina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bruijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1907-02-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Teteringen" ;
    rdfs:label "Teteringen"
  ] .

oa:event_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1907-02-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Teteringen" ;
    rdfs:label "Teteringen"
  ] .

oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person:4b3637d0-b15e-319c-39b6-3964bba5fe2c ;
  a2a:EventKeyRef oa:event_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Event1 .

oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person:06689430-7a76-960b-fa8c-91caff478110 ;
  a2a:EventKeyRef oa:event_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Event1 .

oa:relationep_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Person:8dad9564-2467-17f5-3271-e81602067ac1 ;
  a2a:EventKeyRef oa:event_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94_Event1 .

oa:source_brd_5be184ba-cd41-4c7a-1660-e8ec625c2f94
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Teteringen" ;
    rdfs:label "Teteringen", "1907-02-02 - 1907-02-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-02-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-02-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1907-02-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Teteringen, Bron: boek, Periode: 1907" ;
    a2a:Book "Geboorteregister 1907" ;
    a2a:DocumentNumber "016" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Teteringen, Bron: boek, Periode: 1907, Geboorteregister 1907, 016"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ace3e2-8751-11e3-a815-bf78d0c2b711.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/5be184ba-cd41-4c7a-1660-e8ec625c2f94" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ace3e2-8751-11e3-a815-bf78d0c2b711.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/5be184ba-cd41-4c7a-1660-e8ec625c2f94" ;
  a2a:RecordGUID "{5be184ba-cd41-4c7a-1660-e8ec625c2f94}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1907\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3081_00003081.xml van BRD" .

