@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_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04
  a a2a:Record ;
  rdfs:label "Geboorte op 3 augustus 1892 te Breda" ;
  a2a:hasPerson oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-773962bf-5075-78c3-03e0-034157cbef87, oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-af067aeb-530e-ec31-3720-4376a55013ff, oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-cb77d6e9-4a04-4371-a569-8f7c8fd360f9 ;
  a2a:hasEvent oa:event_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_0, oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_1, oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_2 ;
  a2a:hasSource oa:source_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04 .

oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-773962bf-5075-78c3-03e0-034157cbef87
  a a2a:Person ;
  rdfs:label "George Herman Josephi" ;
  a2a:PersonName [
    rdfs:label "George Herman Josephi" ;
    a2a:PersonNameFirstName "George Herman" ;
    a2a:PersonNameLastName "Josephi"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-af067aeb-530e-ec31-3720-4376a55013ff
  a a2a:Person ;
  rdfs:label "Maria Barbara van Eijs" ;
  a2a:PersonName [
    rdfs:label "Maria Barbara van Eijs" ;
    a2a:PersonNameFirstName "Maria Barbara" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person-cb77d6e9-4a04-4371-a569-8f7c8fd360f9
  a a2a:Person ;
  rdfs:label "Augusta Anna Maria Josephi" ;
  a2a:PersonName [
    rdfs:label "Augusta Anna Maria Josephi" ;
    a2a:PersonNameFirstName "Augusta Anna Maria" ;
    a2a:PersonNameLastName "Josephi"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1892-08-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1892-08-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person:773962bf-5075-78c3-03e0-034157cbef87 ;
  a2a:EventKeyRef oa:event_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Event1 .

oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person:af067aeb-530e-ec31-3720-4376a55013ff ;
  a2a:EventKeyRef oa:event_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Event1 .

oa:relationep_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Person:cb77d6e9-4a04-4371-a569-8f7c8fd360f9 ;
  a2a:EventKeyRef oa:event_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04_Event1 .

oa:source_brd_7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1892-08-04 - 1892-08-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-08-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-08-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1892-08-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1892" ;
    a2a:Book "Geboorteregister 1892" ;
    a2a:DocumentNumber "519" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1892, Geboorteregister 1892, 519"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8176181e-8751-11e3-b384-63510e5866e6.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8176181e-8751-11e3-b384-63510e5866e6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04" ;
  a2a:RecordGUID "{7bcc5e2e-eea1-e040-0e5f-e8b4c41dbd04}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1892\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3197_00003197.xml van BRD" .

