@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_280d72af-d3a7-ad78-495c-3ea6a42f9783
  a a2a:Record ;
  rdfs:label "Geboorte op 22 augustus 1910 te Essen (België)" ;
  a2a:hasPerson oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-d9abb687-ca55-8e6a-1ceb-88aa4ea71081, oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-f63fb380-2201-d6f7-d3b7-c816add792cc, oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-75142f87-ee89-0767-e768-ca91f20dac45 ;
  a2a:hasEvent oa:event_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_0, oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_1, oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_2 ;
  a2a:hasSource oa:source_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783 .

oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-d9abb687-ca55-8e6a-1ceb-88aa4ea71081
  a a2a:Person ;
  rdfs:label "Petrus Theophiles Backx" ;
  a2a:PersonName [
    rdfs:label "Petrus Theophiles Backx" ;
    a2a:PersonNameFirstName "Petrus Theophiles" ;
    a2a:PersonNameLastName "Backx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-f63fb380-2201-d6f7-d3b7-c816add792cc
  a a2a:Person ;
  rdfs:label "Maria Sophia Rosalia Voorendonck" ;
  a2a:PersonName [
    rdfs:label "Maria Sophia Rosalia Voorendonck" ;
    a2a:PersonNameFirstName "Maria Sophia Rosalia" ;
    a2a:PersonNameLastName "Voorendonck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person-75142f87-ee89-0767-e768-ca91f20dac45
  a a2a:Person ;
  rdfs:label "André Frans Anna Backx" ;
  a2a:PersonName [
    rdfs:label "André Frans Anna Backx" ;
    a2a:PersonNameFirstName "André Frans Anna" ;
    a2a:PersonNameLastName "Backx"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1910-08-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:event_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1910-08-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person:d9abb687-ca55-8e6a-1ceb-88aa4ea71081 ;
  a2a:EventKeyRef oa:event_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Event1 .

oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person:f63fb380-2201-d6f7-d3b7-c816add792cc ;
  a2a:EventKeyRef oa:event_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Event1 .

oa:relationep_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Person:75142f87-ee89-0767-e768-ca91f20dac45 ;
  a2a:EventKeyRef oa:event_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783_Event1 .

oa:source_wba_280d72af-d3a7-ad78-495c-3ea6a42f9783
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1910-08-22 - 1910-08-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-08-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-08-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1910-08-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Periode: 1910" ;
    a2a:Book "Geboorteregister Essen 1910" ;
    a2a:DocumentNumber "142" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Periode: 1910, Geboorteregister Essen 1910, 142"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/d8341b4f-98c2-dfa8-4a5b-4130a2cce68b.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/280d72af-d3a7-ad78-495c-3ea6a42f9783" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/d8341b4f-98c2-dfa8-4a5b-4130a2cce68b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/280d72af-d3a7-ad78-495c-3ea6a42f9783" ;
  a2a:RecordGUID "{280d72af-d3a7-ad78-495c-3ea6a42f9783}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_26600_00026600.xml van WBA" .

