@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_453088bb-a6a7-242a-609d-d14e970ddadd
  a a2a:Record ;
  rdfs:label "Geboorte op 6 maart 1894 te Breda" ;
  a2a:hasPerson oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-8cc52fb3-740a-973d-2b7c-bd4918bbdc2f, oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-af24c037-3874-2a56-f93b-a325fd6667e7, oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-0604ed56-287a-ddc1-31d1-25d8d356427f ;
  a2a:hasEvent oa:event_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_0, oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_1, oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_2 ;
  a2a:hasSource oa:source_brd_453088bb-a6a7-242a-609d-d14e970ddadd .

oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-8cc52fb3-740a-973d-2b7c-bd4918bbdc2f
  a a2a:Person ;
  rdfs:label "Leonard Pieter Le Grand" ;
  a2a:PersonName [
    rdfs:label "Leonard Pieter Le Grand" ;
    a2a:PersonNameFirstName "Leonard Pieter" ;
    a2a:PersonNameLastName "Le Grand"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-af24c037-3874-2a56-f93b-a325fd6667e7
  a a2a:Person ;
  rdfs:label "Alida Cornelia Maria Hieff" ;
  a2a:PersonName [
    rdfs:label "Alida Cornelia Maria Hieff" ;
    a2a:PersonNameFirstName "Alida Cornelia Maria" ;
    a2a:PersonNameLastName "Hieff"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person-0604ed56-287a-ddc1-31d1-25d8d356427f
  a a2a:Person ;
  rdfs:label "Marie le Grand" ;
  a2a:PersonName [
    rdfs:label "Marie le Grand" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Grand"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1894-03-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "6" ;
    rdfs:label "1894-03-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person:8cc52fb3-740a-973d-2b7c-bd4918bbdc2f ;
  a2a:EventKeyRef oa:event_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Event1 .

oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person:af24c037-3874-2a56-f93b-a325fd6667e7 ;
  a2a:EventKeyRef oa:event_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Event1 .

oa:relationep_brd_453088bb-a6a7-242a-609d-d14e970ddadd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Person:0604ed56-287a-ddc1-31d1-25d8d356427f ;
  a2a:EventKeyRef oa:event_brd_453088bb-a6a7-242a-609d-d14e970ddadd_Event1 .

oa:source_brd_453088bb-a6a7-242a-609d-d14e970ddadd
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1894-03-09 - 1894-03-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-03-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-03-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1894-03-09"^^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: 1894" ;
    a2a:Book "Geboorteregister 1894" ;
    a2a:DocumentNumber "191" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1894, Geboorteregister 1894, 191"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/8178852c-8751-11e3-a7db-8fe07873d2c4.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/453088bb-a6a7-242a-609d-d14e970ddadd" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/8178852c-8751-11e3-a7db-8fe07873d2c4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/453088bb-a6a7-242a-609d-d14e970ddadd" ;
  a2a:RecordGUID "{453088bb-a6a7-242a-609d-d14e970ddadd}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1894\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_2998_00002998.xml van BRD" .

