@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_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b
  a a2a:Record ;
  rdfs:label "Geboorte op 21 maart 1895 te Breda" ;
  a2a:hasPerson oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-2b4ec4cb-bb03-034c-e397-b7ae75bf7ceb, oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-da5f9296-3bbe-c0c0-6a1e-29e2fd9ebfe2, oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-d7494785-0c34-f34f-f53a-532de8f7db23 ;
  a2a:hasEvent oa:event_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_0, oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_1, oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_2 ;
  a2a:hasSource oa:source_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b .

oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-2b4ec4cb-bb03-034c-e397-b7ae75bf7ceb
  a a2a:Person ;
  rdfs:label "George Joseph Godfried Josephi" ;
  a2a:PersonName [
    rdfs:label "George Joseph Godfried Josephi" ;
    a2a:PersonNameFirstName "George Joseph Godfried" ;
    a2a:PersonNameLastName "Josephi"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1895-03-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-da5f9296-3bbe-c0c0-6a1e-29e2fd9ebfe2
  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_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person-d7494785-0c34-f34f-f53a-532de8f7db23
  a a2a:Person ;
  rdfs:label "Georg Herman Josephi" ;
  a2a:PersonName [
    rdfs:label "Georg Herman Josephi" ;
    a2a:PersonNameFirstName "Georg Herman" ;
    a2a:PersonNameLastName "Josephi"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1895-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person:2b4ec4cb-bb03-034c-e397-b7ae75bf7ceb ;
  a2a:EventKeyRef oa:event_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Event1 .

oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person:da5f9296-3bbe-c0c0-6a1e-29e2fd9ebfe2 ;
  a2a:EventKeyRef oa:event_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Event1 .

oa:relationep_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Person:d7494785-0c34-f34f-f53a-532de8f7db23 ;
  a2a:EventKeyRef oa:event_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b_Event1 .

oa:source_brd_567343ef-2fcd-ddd4-d5cd-3b47dd9a709b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1895-03-22 - 1895-03-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-03-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-03-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "3" ;
    a2a:Day "22" ;
    rdfs:label "1895-03-22"^^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: 1895" ;
    a2a:Book "Geboorteregister 1895" ;
    a2a:DocumentNumber "187" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1895, Geboorteregister 1895, 187"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/817a0122-8751-11e3-8b16-fbf8a4a94b6e.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/567343ef-2fcd-ddd4-d5cd-3b47dd9a709b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/817a0122-8751-11e3-8b16-fbf8a4a94b6e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/567343ef-2fcd-ddd4-d5cd-3b47dd9a709b" ;
  a2a:RecordGUID "{567343ef-2fcd-ddd4-d5cd-3b47dd9a709b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1895\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3061_00003061.xml van BRD" .

