@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_46e843bf-9787-29d9-482f-da66b8db2d67
  a a2a:Record ;
  rdfs:label "Doop op 18 juli 1751 te Breda" ;
  a2a:hasPerson oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-2d8a4bd6-d25f-8284-0b36-cc1e0f186def, oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-a939407f-47eb-8263-7522-40b2527c41fe, oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-53d6634c-4c0e-e4fb-d8a9-409518373fdd, oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-b0fbadb5-3c61-ebe5-cfd0-0636aa13ddd5, oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-efadbecf-275d-cfbe-a6ef-46565c486ab1 ;
  a2a:hasEvent oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_0, oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_1, oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_2, oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_3, oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_4 ;
  a2a:hasSource oa:source_brd_46e843bf-9787-29d9-482f-da66b8db2d67 .

oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-2d8a4bd6-d25f-8284-0b36-cc1e0f186def
  a a2a:Person ;
  rdfs:label "Francisca de Gras" ;
  a2a:PersonName [
    rdfs:label "Francisca de Gras" ;
    a2a:PersonNameFirstName "Francisca" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Gras"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-a939407f-47eb-8263-7522-40b2527c41fe
  a a2a:Person ;
  rdfs:label "Michael Daems" ;
  a2a:PersonName [
    rdfs:label "Michael Daems" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNameLastName "Daems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-53d6634c-4c0e-e4fb-d8a9-409518373fdd
  a a2a:Person ;
  rdfs:label "Joannes Daems" ;
  a2a:PersonName [
    rdfs:label "Joannes Daems" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Daems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-b0fbadb5-3c61-ebe5-cfd0-0636aa13ddd5
  a a2a:Person ;
  rdfs:label "Elisabeth Schoonwalt" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Schoonwalt" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Schoonwalt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person-efadbecf-275d-cfbe-a6ef-46565c486ab1
  a a2a:Person ;
  rdfs:label "Joannes Michael Daems" ;
  a2a:PersonName [
    rdfs:label "Joannes Michael Daems" ;
    a2a:PersonNameFirstName "Joannes Michael" ;
    a2a:PersonNameLastName "Daems"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1751" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1751-07-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person:2d8a4bd6-d25f-8284-0b36-cc1e0f186def ;
  a2a:EventKeyRef oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 .

oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_1
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person:a939407f-47eb-8263-7522-40b2527c41fe ;
  a2a:EventKeyRef oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 .

oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person:53d6634c-4c0e-e4fb-d8a9-409518373fdd ;
  a2a:EventKeyRef oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 .

oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person:b0fbadb5-3c61-ebe5-cfd0-0636aa13ddd5 ;
  a2a:EventKeyRef oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 .

oa:relationep_brd_46e843bf-9787-29d9-482f-da66b8db2d67_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Person:efadbecf-275d-cfbe-a6ef-46565c486ab1 ;
  a2a:EventKeyRef oa:event_brd_46e843bf-9787-29d9-482f-da66b8db2d67_Event1 .

oa:source_brd_46e843bf-9787-29d9-482f-da66b8db2d67
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1751-07-18 - 1751-07-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1751-07-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1751-07-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1751" ;
    a2a:Month "7" ;
    a2a:Day "18" ;
    rdfs:label "1751-07-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789" ;
    a2a:Book "Dopen rk Nieuwstraat 1742-1789" ;
    a2a:RegistryNumber "16" ;
    a2a:Folio "100" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 16, Periode: 1742-1789, Dopen rk Nieuwstraat 1742-1789, 16, 100"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83e8b12e-8751-11e3-83f7-9f7f4e7f928b.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/46e843bf-9787-29d9-482f-da66b8db2d67" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83e8b12e-8751-11e3-83f7-9f7f4e7f928b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/46e843bf-9787-29d9-482f-da66b8db2d67" ;
  a2a:RecordGUID "{46e843bf-9787-29d9-482f-da66b8db2d67}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Nieuwstraat+1742-1789\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1111_00001111.xml van BRD" .

