@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_6ab8713b-764a-4875-b7eb-b6a69ba41fce
  a a2a:Record ;
  rdfs:label "Geboorte op 7 oktober 1916 te Breda" ;
  a2a:hasPerson oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-a50ab00a-1f0b-c245-c0b2-db6594979ee3, oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-dd69492e-57f6-2f8b-8129-7fbd8bc3fb47, oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-3547ab72-2b57-4a24-093b-c9d32db3dfa9 ;
  a2a:hasEvent oa:event_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_0, oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_1, oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_2 ;
  a2a:hasSource oa:source_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce .

oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-a50ab00a-1f0b-c245-c0b2-db6594979ee3
  a a2a:Person ;
  rdfs:label "Hendrik Wilhelmus Ligthart" ;
  a2a:PersonName [
    rdfs:label "Hendrik Wilhelmus Ligthart" ;
    a2a:PersonNameFirstName "Hendrik Wilhelmus" ;
    a2a:PersonNameLastName "Ligthart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-dd69492e-57f6-2f8b-8129-7fbd8bc3fb47
  a a2a:Person ;
  rdfs:label "Ida Bouw" ;
  a2a:PersonName [
    rdfs:label "Ida Bouw" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Bouw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person-3547ab72-2b57-4a24-093b-c9d32db3dfa9
  a a2a:Person ;
  rdfs:label "Johannes Arnoldus Ligthart" ;
  a2a:PersonName [
    rdfs:label "Johannes Arnoldus Ligthart" ;
    a2a:PersonNameFirstName "Johannes Arnoldus" ;
    a2a:PersonNameLastName "Ligthart"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1916-10-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1916-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person:a50ab00a-1f0b-c245-c0b2-db6594979ee3 ;
  a2a:EventKeyRef oa:event_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Event1 .

oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person:dd69492e-57f6-2f8b-8129-7fbd8bc3fb47 ;
  a2a:EventKeyRef oa:event_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Event1 .

oa:relationep_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Person:3547ab72-2b57-4a24-093b-c9d32db3dfa9 ;
  a2a:EventKeyRef oa:event_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce_Event1 .

oa:source_brd_6ab8713b-764a-4875-b7eb-b6a69ba41fce
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1916-10-09 - 1916-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1916-10-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1916" ;
    a2a:Book "Geboorteregister 1916" ;
    a2a:DocumentNumber "616" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1916, Geboorteregister 1916, 616"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/42f2f25d-3798-c332-6945-75ea2bc75c6a.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/6ab8713b-764a-4875-b7eb-b6a69ba41fce" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/42f2f25d-3798-c332-6945-75ea2bc75c6a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/6ab8713b-764a-4875-b7eb-b6a69ba41fce" ;
  a2a:RecordGUID "{6ab8713b-764a-4875-b7eb-b6a69ba41fce}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1916\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_501_00000501.xml van BRD" .

