@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_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832
  a a2a:Record ;
  rdfs:label "Doop op 7 maart 1638 te Breda" ;
  a2a:hasPerson oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-152cc124-dd52-446d-9d99-81a373cad6ca, oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-726d882f-d76b-4fd1-010e-ea0a24cce2a0, oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-dc8a7804-f5c3-11cb-1d81-3eab8b9395b6 ;
  a2a:hasEvent oa:event_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_0, oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_1, oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_2 ;
  a2a:hasSource oa:source_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832 .

oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-152cc124-dd52-446d-9d99-81a373cad6ca
  a a2a:Person ;
  rdfs:label "Jan Simonssen" ;
  a2a:PersonName [
    rdfs:label "Jan Simonssen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Simonssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-726d882f-d76b-4fd1-010e-ea0a24cce2a0
  a a2a:Person ;
  rdfs:label "Margriete Pieters" ;
  a2a:PersonName [
    rdfs:label "Margriete Pieters" ;
    a2a:PersonNameFirstName "Margriete" ;
    a2a:PersonNameLastName "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person-dc8a7804-f5c3-11cb-1d81-3eab8b9395b6
  a a2a:Person ;
  rdfs:label "Peeter Simonssen" ;
  a2a:PersonName [
    rdfs:label "Peeter Simonssen" ;
    a2a:PersonNameFirstName "Peeter" ;
    a2a:PersonNameLastName "Simonssen"
  ] ;
  a2a:Gender "Man" .

oa:event_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1638" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1638-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person:152cc124-dd52-446d-9d99-81a373cad6ca ;
  a2a:EventKeyRef oa:event_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Event1 .

oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person:726d882f-d76b-4fd1-010e-ea0a24cce2a0 ;
  a2a:EventKeyRef oa:event_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Event1 .

oa:relationep_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Person:dc8a7804-f5c3-11cb-1d81-3eab8b9395b6 ;
  a2a:EventKeyRef oa:event_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832_Event1 .

oa:source_brd_cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1638-03-07 - 1638-03-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1638-03-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1638-03-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1638" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1638-03-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: 24, Periode: 1637-1640" ;
    a2a:Book "Dopen nh Breda 1637-1640" ;
    a2a:RegistryNumber "24" ;
    a2a:Folio "19" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 24, Periode: 1637-1640, Dopen nh Breda 1637-1640, 24, 19"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83ef3c38-8751-11e3-a1e0-d30b41ea69c0.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83ef3c38-8751-11e3-a1e0-d30b41ea69c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832" ;
  a2a:RecordGUID "{cd3cfa09-5f4e-94ba-47f5-ca4e8a8f8832}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1637-1640\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5138_00005138.xml van BRD" .

