@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_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1
  a a2a:Record ;
  rdfs:label "Doop op 7 februari 1642 te Breda" ;
  a2a:hasPerson oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-f43ace9a-a4b4-6921-25de-d5867c5cf2ed, oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-071aa606-be02-93e7-f5ee-b0a1f617bc26, oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-f65a9983-cb68-5af8-c924-124ea9348d6b, oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-d4eeae75-e4a4-997e-169c-20c00fba4b49, oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-e132d37f-fbb5-4e45-a184-441c0bcd5b0b ;
  a2a:hasEvent oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_0, oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_1, oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_2, oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_3, oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_4 ;
  a2a:hasSource oa:source_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1 .

oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-f43ace9a-a4b4-6921-25de-d5867c5cf2ed
  a a2a:Person ;
  rdfs:label "Sibilla Hausmans" ;
  a2a:PersonName [
    rdfs:label "Sibilla Hausmans" ;
    a2a:PersonNameFirstName "Sibilla" ;
    a2a:PersonNameLastName "Hausmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-071aa606-be02-93e7-f5ee-b0a1f617bc26
  a a2a:Person ;
  rdfs:label "Johan van Meteren" ;
  a2a:PersonName [
    rdfs:label "Johan van Meteren" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meteren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-f65a9983-cb68-5af8-c924-124ea9348d6b
  a a2a:Person ;
  rdfs:label "Krijna Jacobs" ;
  a2a:PersonName [
    rdfs:label "Krijna Jacobs" ;
    a2a:PersonNameFirstName "Krijna" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-d4eeae75-e4a4-997e-169c-20c00fba4b49
  a a2a:Person ;
  rdfs:label "Wilhelma van Cloppenburgh" ;
  a2a:PersonName [
    rdfs:label "Wilhelma van Cloppenburgh" ;
    a2a:PersonNameFirstName "Wilhelma" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Cloppenburgh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person-e132d37f-fbb5-4e45-a184-441c0bcd5b0b
  a a2a:Person ;
  rdfs:label "Sibilla van Meteren" ;
  a2a:PersonName [
    rdfs:label "Sibilla van Meteren" ;
    a2a:PersonNameFirstName "Sibilla" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meteren"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1642" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1642-02-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person:f43ace9a-a4b4-6921-25de-d5867c5cf2ed ;
  a2a:EventKeyRef oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 .

oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person:071aa606-be02-93e7-f5ee-b0a1f617bc26 ;
  a2a:EventKeyRef oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 .

oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person:f65a9983-cb68-5af8-c924-124ea9348d6b ;
  a2a:EventKeyRef oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 .

oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person:d4eeae75-e4a4-997e-169c-20c00fba4b49 ;
  a2a:EventKeyRef oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 .

oa:relationep_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Person:e132d37f-fbb5-4e45-a184-441c0bcd5b0b ;
  a2a:EventKeyRef oa:event_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1_Event1 .

oa:source_brd_29f05f6d-a7fd-e859-6b08-7f7780d2ebb1
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1642-02-07 - 1642-02-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1642-02-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1642-02-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1642" ;
    a2a:Month "2" ;
    a2a:Day "7" ;
    rdfs:label "1642-02-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 25, Periode: 1640-1644" ;
    a2a:Book "Dopen nh Breda 1640-1644" ;
    a2a:RegistryNumber "25" ;
    a2a:Folio "115" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 25, Periode: 1640-1644, Dopen nh Breda 1640-1644, 25, 115"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83efeea8-8751-11e3-a914-eb46377b4e7b.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/29f05f6d-a7fd-e859-6b08-7f7780d2ebb1" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83efeea8-8751-11e3-a914-eb46377b4e7b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/29f05f6d-a7fd-e859-6b08-7f7780d2ebb1" ;
  a2a:RecordGUID "{29f05f6d-a7fd-e859-6b08-7f7780d2ebb1}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1640-1644\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1420_00001420.xml van BRD" .

