@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_fdf6f57c-d77b-dff2-121d-2373256795fc
  a a2a:Record ;
  rdfs:label "Doop op 18 december 1738 te Breda" ;
  a2a:hasPerson oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-d454fe47-462d-c2a3-3e23-f5644c1a6d1f, oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-daea755f-a262-2568-b41d-77b2c595fdf4, oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-5d94af7c-440e-aae0-4f7e-0de879766d93 ;
  a2a:hasEvent oa:event_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_0, oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_1, oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_2 ;
  a2a:hasSource oa:source_brd_fdf6f57c-d77b-dff2-121d-2373256795fc .

oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-d454fe47-462d-c2a3-3e23-f5644c1a6d1f
  a a2a:Person ;
  rdfs:label "Ijndijk van Lijsink" ;
  a2a:PersonName [
    rdfs:label "Ijndijk van Lijsink" ;
    a2a:PersonNameFirstName "Ijndijk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Lijsink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-daea755f-a262-2568-b41d-77b2c595fdf4
  a a2a:Person ;
  rdfs:label "Jan Gerrit Hellinck" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrit Hellinck" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Gerrit" ;
    a2a:PersonNameLastName "Hellinck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person-5d94af7c-440e-aae0-4f7e-0de879766d93
  a a2a:Person ;
  rdfs:label "Elisabeth Hellinck" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Hellinck" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Hellinck"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1738" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1738-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person:d454fe47-462d-c2a3-3e23-f5644c1a6d1f ;
  a2a:EventKeyRef oa:event_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Event1 .

oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person:daea755f-a262-2568-b41d-77b2c595fdf4 ;
  a2a:EventKeyRef oa:event_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Event1 .

oa:relationep_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Person:5d94af7c-440e-aae0-4f7e-0de879766d93 ;
  a2a:EventKeyRef oa:event_brd_fdf6f57c-d77b-dff2-121d-2373256795fc_Event1 .

oa:source_brd_fdf6f57c-d77b-dff2-121d-2373256795fc
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1738-12-18 - 1738-12-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1738-12-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1738-12-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1738" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1738-12-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: 31, Periode: 1722-1743" ;
    a2a:Book "Dopen nh Breda 1722-1743" ;
    a2a:RegistryNumber "31" ;
    a2a:Folio "116v" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Collectie DTB Breda, Bron: boek, Deel: 31, Periode: 1722-1743, Dopen nh Breda 1722-1743, 31, 116v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/83f79752-8751-11e3-895d-f7a8f26a7fe1.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fdf6f57c-d77b-dff2-121d-2373256795fc" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/83f79752-8751-11e3-895d-f7a8f26a7fe1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-01-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/fdf6f57c-d77b-dff2-121d-2373256795fc" ;
  a2a:RecordGUID "{fdf6f57c-d77b-dff2-121d-2373256795fc}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Dopen+nh+Breda+1722-1743\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_5346_00005346.xml van BRD" .

