@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_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b
  a a2a:Record ;
  rdfs:label "Geboorte op 19 juni 1890 te Breda" ;
  a2a:hasPerson oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-4b19b726-ffd4-fcc4-0f74-3bb528220e90, oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-242931a9-3839-861d-a8fc-6234deafdf1f, oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-e3bcac18-52e7-2ec3-a022-ac6d929d1e37 ;
  a2a:hasEvent oa:event_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_0, oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_1, oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_2 ;
  a2a:hasSource oa:source_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b .

oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-4b19b726-ffd4-fcc4-0f74-3bb528220e90
  a a2a:Person ;
  rdfs:label "Andries Klemans" ;
  a2a:PersonName [
    rdfs:label "Andries Klemans" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Klemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-242931a9-3839-861d-a8fc-6234deafdf1f
  a a2a:Person ;
  rdfs:label "Maria Feskens" ;
  a2a:PersonName [
    rdfs:label "Maria Feskens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Feskens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person-e3bcac18-52e7-2ec3-a022-ac6d929d1e37
  a a2a:Person ;
  rdfs:label "Cornelia Maria Klemans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Klemans" ;
    a2a:PersonNameFirstName "Cornelia Maria" ;
    a2a:PersonNameLastName "Klemans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1890-06-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1890-06-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person:4b19b726-ffd4-fcc4-0f74-3bb528220e90 ;
  a2a:EventKeyRef oa:event_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Event1 .

oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person:242931a9-3839-861d-a8fc-6234deafdf1f ;
  a2a:EventKeyRef oa:event_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Event1 .

oa:relationep_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Person:e3bcac18-52e7-2ec3-a022-ac6d929d1e37 ;
  a2a:EventKeyRef oa:event_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b_Event1 .

oa:source_brd_7a7a6bcb-3032-ce26-8d09-dd71a91ca02b
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1890-06-19 - 1890-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1890-06-19"^^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: 1890" ;
    a2a:Book "Geboorteregister 1890" ;
    a2a:DocumentNumber "409" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1890, Geboorteregister 1890, 409"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/81732ae6-8751-11e3-8fca-ef02e9cd8f5b.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7a7a6bcb-3032-ce26-8d09-dd71a91ca02b" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/81732ae6-8751-11e3-8fca-ef02e9cd8f5b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/7a7a6bcb-3032-ce26-8d09-dd71a91ca02b" ;
  a2a:RecordGUID "{7a7a6bcb-3032-ce26-8d09-dd71a91ca02b}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1890\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3192_00003192.xml van BRD" .

