@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_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0
  a a2a:Record ;
  rdfs:label "Geboorte op 15 maart 1918" ;
  a2a:hasPerson oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-761d52d4-8762-fe40-1c60-2b7df431738f, oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-1d7e80ab-2c7a-cd3e-8ff7-9e33620fa7bb, oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-73cc5033-79da-db22-a990-a096417c1dbd ;
  a2a:hasEvent oa:event_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_0, oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_1, oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_2 ;
  a2a:hasSource oa:source_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0 .

oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-761d52d4-8762-fe40-1c60-2b7df431738f
  a a2a:Person ;
  rdfs:label "Petrus Joannes Appels" ;
  a2a:PersonName [
    rdfs:label "Petrus Joannes Appels" ;
    a2a:PersonNameFirstName "Petrus Joannes" ;
    a2a:PersonNameLastName "Appels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-1d7e80ab-2c7a-cd3e-8ff7-9e33620fa7bb
  a a2a:Person ;
  rdfs:label "Jacoba Carolina Antonia Granacker" ;
  a2a:PersonName [
    rdfs:label "Jacoba Carolina Antonia Granacker" ;
    a2a:PersonNameFirstName "Jacoba Carolina Antonia" ;
    a2a:PersonNameLastName "Granacker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person-73cc5033-79da-db22-a990-a096417c1dbd
  a a2a:Person ;
  rdfs:label "Elizabeth Maria Appels" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Maria Appels" ;
    a2a:PersonNameFirstName "Elizabeth Maria" ;
    a2a:PersonNameLastName "Appels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1918-03-15"^^xsd:date
  ] .

oa:event_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "15" ;
    rdfs:label "1918-03-15"^^xsd:date
  ] .

oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person:761d52d4-8762-fe40-1c60-2b7df431738f ;
  a2a:EventKeyRef oa:event_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Event1 .

oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person:1d7e80ab-2c7a-cd3e-8ff7-9e33620fa7bb ;
  a2a:EventKeyRef oa:event_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Event1 .

oa:relationep_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Person:73cc5033-79da-db22-a990-a096417c1dbd ;
  a2a:EventKeyRef oa:event_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0_Event1 .

oa:source_brd_3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1918-03-16 - 1918-03-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-03-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-03-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1918-03-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1918" ;
    a2a:Book "Geboorteregister 1918" ;
    a2a:DocumentNumber "184" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief ambtenaar van de Burgerlijke Stand Breda, Bron: boek, Periode: 1918, Geboorteregister 1918, 184"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/a996d254-01c2-4fc7-a498-638bfe065782.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/a996d254-01c2-4fc7-a498-638bfe065782.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0" ;
  a2a:RecordGUID "{3e62b5b6-cdcd-cdcc-b209-b2d8dcdefaa0}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1918\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_19382_00019382.xml van BRD" .

