@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_7b930f57-ab13-4deb-e6c0-606b3d157f3f
  a a2a:Record ;
  rdfs:label "Geboorte op 23 juni 1881 te Breda" ;
  a2a:hasPerson oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-450db593-9dd1-4581-0a90-c3579dfc97db, oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-ac191e9b-2f02-ac7b-2937-4bba9898fdc2, oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-5e6e6d91-8487-ad41-c187-c449bd9ea560 ;
  a2a:hasEvent oa:event_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_0, oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_1, oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_2 ;
  a2a:hasSource oa:source_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f .

oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-450db593-9dd1-4581-0a90-c3579dfc97db
  a a2a:Person ;
  rdfs:label "Pieter Laurens Anthonie Abraham Thomas" ;
  a2a:PersonName [
    rdfs:label "Pieter Laurens Anthonie Abraham Thomas" ;
    a2a:PersonNameFirstName "Pieter Laurens Anthonie Abraham" ;
    a2a:PersonNameLastName "Thomas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-ac191e9b-2f02-ac7b-2937-4bba9898fdc2
  a a2a:Person ;
  rdfs:label "Adriana Sterrenburg" ;
  a2a:PersonName [
    rdfs:label "Adriana Sterrenburg" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Sterrenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person-5e6e6d91-8487-ad41-c187-c449bd9ea560
  a a2a:Person ;
  rdfs:label "Adrianus Wilhelmus Franciscus Karel Thomas" ;
  a2a:PersonName [
    rdfs:label "Adrianus Wilhelmus Franciscus Karel Thomas" ;
    a2a:PersonNameFirstName "Adrianus Wilhelmus Franciscus Karel" ;
    a2a:PersonNameLastName "Thomas"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1881-06-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1881-06-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person:450db593-9dd1-4581-0a90-c3579dfc97db ;
  a2a:EventKeyRef oa:event_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Event1 .

oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person:ac191e9b-2f02-ac7b-2937-4bba9898fdc2 ;
  a2a:EventKeyRef oa:event_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Event1 .

oa:relationep_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Person:5e6e6d91-8487-ad41-c187-c449bd9ea560 ;
  a2a:EventKeyRef oa:event_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f_Event1 .

oa:source_brd_7b930f57-ab13-4deb-e6c0-606b3d157f3f
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1881-06-24 - 1881-06-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-06-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-06-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "6" ;
    a2a:Day "24" ;
    rdfs:label "1881-06-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1881" ;
    a2a:Book "Geboorteregister 1881" ;
    a2a:DocumentNumber "340" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1881, Geboorteregister 1881, 340"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/81684a54-8751-11e3-9882-07861b83e556.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7b930f57-ab13-4deb-e6c0-606b3d157f3f" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/81684a54-8751-11e3-9882-07861b83e556.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7b930f57-ab13-4deb-e6c0-606b3d157f3f" ;
  a2a:RecordGUID "{7b930f57-ab13-4deb-e6c0-606b3d157f3f}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1881\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3196_00003196.xml van BRD" .

