@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_8f77e2b1-c56d-d894-9da4-a4d5d34cc083
  a a2a:Record ;
  rdfs:label "Doop op 6 mei 1753 te Breda" ;
  a2a:hasPerson oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-a3687432-e69d-c47e-5b33-c29b9d5aa550, oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-c5bc848e-b498-dd8c-3ef5-dcb86d91677b, oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-011cd540-c128-ed57-3b4b-37c492477135 ;
  a2a:hasEvent oa:event_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_0, oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_1, oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_2 ;
  a2a:hasSource oa:source_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083 .

oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-a3687432-e69d-c47e-5b33-c29b9d5aa550
  a a2a:Person ;
  rdfs:label "Pieter van Opstal" ;
  a2a:PersonName [
    rdfs:label "Pieter van Opstal" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Opstal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-c5bc848e-b498-dd8c-3ef5-dcb86d91677b
  a a2a:Person ;
  rdfs:label "Dingena Boogers" ;
  a2a:PersonName [
    rdfs:label "Dingena Boogers" ;
    a2a:PersonNameFirstName "Dingena" ;
    a2a:PersonNameLastName "Boogers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person-011cd540-c128-ed57-3b4b-37c492477135
  a a2a:Person ;
  rdfs:label "Maria van Opstal" ;
  a2a:PersonName [
    rdfs:label "Maria van Opstal" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Opstal"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1753" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1753-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person:a3687432-e69d-c47e-5b33-c29b9d5aa550 ;
  a2a:EventKeyRef oa:event_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Event1 .

oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person:c5bc848e-b498-dd8c-3ef5-dcb86d91677b ;
  a2a:EventKeyRef oa:event_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Event1 .

oa:relationep_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Person:011cd540-c128-ed57-3b4b-37c492477135 ;
  a2a:EventKeyRef oa:event_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083_Event1 .

oa:source_brd_8f77e2b1-c56d-d894-9da4-a4d5d34cc083
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1753-05-06 - 1753-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1753" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1753-05-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778" ;
    a2a:Book "Dopen nh Breda 1743-1778" ;
    a2a:RegistryNumber "32" ;
    a2a:Folio "61v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 32, Periode: 1743-1778, Dopen nh Breda 1743-1778, 32, 61v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f82488-8751-11e3-979e-e3d6c4dfc4cf.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8f77e2b1-c56d-d894-9da4-a4d5d34cc083" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f82488-8751-11e3-979e-e3d6c4dfc4cf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/8f77e2b1-c56d-d894-9da4-a4d5d34cc083" ;
  a2a:RecordGUID "{8f77e2b1-c56d-d894-9da4-a4d5d34cc083}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1743-1778\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5094_00005094.xml van BRD" .

