@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_0fcd4f4c-ff82-d499-e2d3-4858a36ed296
  a a2a:Record ;
  rdfs:label "Doop op 17 december 1663 te Breda" ;
  a2a:hasPerson oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-9841c5e5-057f-b8b6-9020-fe76659ca0ad, oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-a93ae00c-1749-3ec6-d91f-7e68bd6476a8, oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-b81cd68a-e466-8dff-f0b1-536e2767776e ;
  a2a:hasEvent oa:event_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_0, oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_1, oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_2 ;
  a2a:hasSource oa:source_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296 .

oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-9841c5e5-057f-b8b6-9020-fe76659ca0ad
  a a2a:Person ;
  rdfs:label "Catelijn Geerts" ;
  a2a:PersonName [
    rdfs:label "Catelijn Geerts" ;
    a2a:PersonNameFirstName "Catelijn" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-a93ae00c-1749-3ec6-d91f-7e68bd6476a8
  a a2a:Person ;
  rdfs:label "Dierk Jansen" ;
  a2a:PersonName [
    rdfs:label "Dierk Jansen" ;
    a2a:PersonNameFirstName "Dierk" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person-b81cd68a-e466-8dff-f0b1-536e2767776e
  a a2a:Person ;
  rdfs:label "Elisabeth Jansen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Jansen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1663" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1663-12-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person:9841c5e5-057f-b8b6-9020-fe76659ca0ad ;
  a2a:EventKeyRef oa:event_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Event1 .

oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person:a93ae00c-1749-3ec6-d91f-7e68bd6476a8 ;
  a2a:EventKeyRef oa:event_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Event1 .

oa:relationep_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Person:b81cd68a-e466-8dff-f0b1-536e2767776e ;
  a2a:EventKeyRef oa:event_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296_Event1 .

oa:source_brd_0fcd4f4c-ff82-d499-e2d3-4858a36ed296
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1663-12-17 - 1663-12-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1663-12-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1663-12-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1663" ;
    a2a:Month "12" ;
    a2a:Day "17" ;
    rdfs:label "1663-12-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 27, Periode: 1657-1674" ;
    a2a:Book "Dopen nh Breda 1657-1674" ;
    a2a:RegistryNumber "27" ;
    a2a:Folio "120" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 27, Periode: 1657-1674, Dopen nh Breda 1657-1674, 27, 120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f1d8d0-8751-11e3-9f79-474453089fb5.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0fcd4f4c-ff82-d499-e2d3-4858a36ed296" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f1d8d0-8751-11e3-9f79-474453089fb5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/0fcd4f4c-ff82-d499-e2d3-4858a36ed296" ;
  a2a:RecordGUID "{0fcd4f4c-ff82-d499-e2d3-4858a36ed296}" ;
  a2a:SourceRemarkOpmerking "van Rijen", "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1657-1674\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1310_00001310.xml van BRD" .

