@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_eea45334-760b-ad7f-9abb-476aae6dc6e2
  a a2a:Record ;
  rdfs:label "Geboorte op 27 september 1921" ;
  a2a:hasPerson oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-c5828694-9f87-46ff-e9c5-98cfa60b9b04, oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-c755a8a5-4232-8af5-1f99-ab5c14b715df, oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-5d11b42f-4f80-73c8-34d7-7bfa6617976b ;
  a2a:hasEvent oa:event_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_0, oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_1, oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_2 ;
  a2a:hasSource oa:source_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2 .

oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-c5828694-9f87-46ff-e9c5-98cfa60b9b04
  a a2a:Person ;
  rdfs:label "Josephus Adrianus Nelemans" ;
  a2a:PersonName [
    rdfs:label "Josephus Adrianus Nelemans" ;
    a2a:PersonNameFirstName "Josephus Adrianus" ;
    a2a:PersonNameLastName "Nelemans"
  ] ;
  a2a:Gender "Man" .

oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-c755a8a5-4232-8af5-1f99-ab5c14b715df
  a a2a:Person ;
  rdfs:label "Maria Moelands" ;
  a2a:PersonName [
    rdfs:label "Maria Moelands" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Moelands"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person-5d11b42f-4f80-73c8-34d7-7bfa6617976b
  a a2a:Person ;
  rdfs:label "Adrianus Franciscus Nelemans" ;
  a2a:PersonName [
    rdfs:label "Adrianus Franciscus Nelemans" ;
    a2a:PersonNameFirstName "Adrianus Franciscus" ;
    a2a:PersonNameLastName "Nelemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1921-09-27"^^xsd:date
  ] .

oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person:c5828694-9f87-46ff-e9c5-98cfa60b9b04 ;
  a2a:EventKeyRef oa:event_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Event1 .

oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person:c755a8a5-4232-8af5-1f99-ab5c14b715df ;
  a2a:EventKeyRef oa:event_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Event1 .

oa:relationep_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Person:5d11b42f-4f80-73c8-34d7-7bfa6617976b ;
  a2a:EventKeyRef oa:event_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2_Event1 .

oa:source_brd_eea45334-760b-ad7f-9abb-476aae6dc6e2
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ginneken en Bavel" ;
    rdfs:label "Ginneken en Bavel", "1921-09-27 - 1921-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1921-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Book "Geboorteregister 1921" ;
    a2a:DocumentNumber "213" ;
    rdfs:label "Stadsarchief Breda, Breda, Geboorteregister 1921, 213"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/7404b866-c58a-26ec-c680-096c1cae7786.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/eea45334-760b-ad7f-9abb-476aae6dc6e2" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/7404b866-c58a-26ec-c680-096c1cae7786.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/eea45334-760b-ad7f-9abb-476aae6dc6e2" ;
  a2a:RecordGUID "{eea45334-760b-ad7f-9abb-476aae6dc6e2}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1921\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240611_482_00000482.xml van BRD" .

