@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_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2
  a a2a:Record ;
  rdfs:label "Geboorte op 11 maart 1913 te Essen (België)" ;
  a2a:hasPerson oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-721c0e8a-4a4c-74f0-34ea-338660c95abc, oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-1d2e8fcc-1e2e-62cd-145b-5915e265159f, oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-2496a6db-3cdd-c554-b91a-1d555303d822 ;
  a2a:hasEvent oa:event_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_0, oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_1, oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_2 ;
  a2a:hasSource oa:source_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2 .

oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-721c0e8a-4a4c-74f0-34ea-338660c95abc
  a a2a:Person ;
  rdfs:label "Jozef Feliciaan Courtois" ;
  a2a:PersonName [
    rdfs:label "Jozef Feliciaan Courtois" ;
    a2a:PersonNameFirstName "Jozef Feliciaan" ;
    a2a:PersonNameLastName "Courtois"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-1d2e8fcc-1e2e-62cd-145b-5915e265159f
  a a2a:Person ;
  rdfs:label "Maria Antonia Aernouts" ;
  a2a:PersonName [
    rdfs:label "Maria Antonia Aernouts" ;
    a2a:PersonNameFirstName "Maria Antonia" ;
    a2a:PersonNameLastName "Aernouts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person-2496a6db-3cdd-c554-b91a-1d555303d822
  a a2a:Person ;
  rdfs:label "Melania Maria Courtois" ;
  a2a:PersonName [
    rdfs:label "Melania Maria Courtois" ;
    a2a:PersonNameFirstName "Melania Maria" ;
    a2a:PersonNameLastName "Courtois"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1913-03-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:event_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1913-03-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person:721c0e8a-4a4c-74f0-34ea-338660c95abc ;
  a2a:EventKeyRef oa:event_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Event1 .

oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person:1d2e8fcc-1e2e-62cd-145b-5915e265159f ;
  a2a:EventKeyRef oa:event_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Event1 .

oa:relationep_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Person:2496a6db-3cdd-c554-b91a-1d555303d822 ;
  a2a:EventKeyRef oa:event_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2_Event1 .

oa:source_wba_1a5ea806-e5b2-5f9b-bc6d-e43421c750e2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1913-03-11 - 1913-03-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-03-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-03-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1913-03-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Periode: 1913" ;
    a2a:Book "Geboorteregister Essen 1913" ;
    a2a:DocumentNumber "46" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Periode: 1913, Geboorteregister Essen 1913, 46"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3cbbdac3-e7bd-bf8b-8a68-e93c38c6b15b.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1a5ea806-e5b2-5f9b-bc6d-e43421c750e2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3cbbdac3-e7bd-bf8b-8a68-e93c38c6b15b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/1a5ea806-e5b2-5f9b-bc6d-e43421c750e2" ;
  a2a:RecordGUID "{1a5ea806-e5b2-5f9b-bc6d-e43421c750e2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_26599_00026599.xml van WBA" .

