@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_334a12ae-68bd-97cb-dce8-61386a8febd9
  a a2a:Record ;
  rdfs:label "Doop op 18 mei 1698 te Princenhage" ;
  a2a:hasPerson oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-36083c14-4386-7a72-69f4-6e626f81a534, oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-57106c1f-7e20-c777-a9d8-fb2c19b465a3, oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-bf26201d-217a-7a5e-6319-c5a57937d151, oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-9f383b95-ac9e-35cd-bab1-84ccc4858e8c ;
  a2a:hasEvent oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_0, oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_1, oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_2, oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_3 ;
  a2a:hasSource oa:source_brd_334a12ae-68bd-97cb-dce8-61386a8febd9 .

oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-36083c14-4386-7a72-69f4-6e626f81a534
  a a2a:Person ;
  rdfs:label "Joanna van Loen" ;
  a2a:PersonName [
    rdfs:label "Joanna van Loen" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-57106c1f-7e20-c777-a9d8-fb2c19b465a3
  a a2a:Person ;
  rdfs:label "Jacobus Corstiaen Voermans" ;
  a2a:PersonName [
    rdfs:label "Jacobus Corstiaen Voermans" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePatronym "Corstiaen" ;
    a2a:PersonNameLastName "Voermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-bf26201d-217a-7a5e-6319-c5a57937d151
  a a2a:Person ;
  rdfs:label "Cornelia Joannis Aertsen" ;
  a2a:PersonName [
    rdfs:label "Cornelia Joannis Aertsen" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Joannis" ;
    a2a:PersonNameLastName "Aertsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person-9f383b95-ac9e-35cd-bab1-84ccc4858e8c
  a a2a:Person ;
  rdfs:label "Abrahamus Voermans" ;
  a2a:PersonName [
    rdfs:label "Abrahamus Voermans" ;
    a2a:PersonNameFirstName "Abrahamus" ;
    a2a:PersonNameLastName "Voermans"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1698" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1698-05-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage"
  ] .

oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_0
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person:36083c14-4386-7a72-69f4-6e626f81a534 ;
  a2a:EventKeyRef oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1 .

oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person:57106c1f-7e20-c777-a9d8-fb2c19b465a3 ;
  a2a:EventKeyRef oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1 .

oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person:bf26201d-217a-7a5e-6319-c5a57937d151 ;
  a2a:EventKeyRef oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1 .

oa:relationep_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Person:9f383b95-ac9e-35cd-bab1-84ccc4858e8c ;
  a2a:EventKeyRef oa:event_brd_334a12ae-68bd-97cb-dce8-61386a8febd9_Event1 .

oa:source_brd_334a12ae-68bd-97cb-dce8-61386a8febd9
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Princenhage" ;
    rdfs:label "Princenhage", "1698-05-18 - 1698-05-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1698-05-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1698-05-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1698" ;
    a2a:Month "5" ;
    a2a:Day "18" ;
    rdfs:label "1698-05-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: 141, Periode: 1695-1740" ;
    a2a:Book "Dopen rk Princenhage 1695-1740" ;
    a2a:RegistryNumber "141" ;
    a2a:Folio "17v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 141, Periode: 1695-1740, Dopen rk Princenhage 1695-1740, 141, 17v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83dc2742-8751-11e3-8f13-0f77d0e20d96.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/334a12ae-68bd-97cb-dce8-61386a8febd9" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83dc2742-8751-11e3-8f13-0f77d0e20d96.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/334a12ae-68bd-97cb-dce8-61386a8febd9" ;
  a2a:RecordGUID "{334a12ae-68bd-97cb-dce8-61386a8febd9}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+rk+Princenhage+1695-1740\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_1029_00001029.xml van BRD" .

