@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_50d1a661-2ab2-e0e1-880e-e081eb43d87b
  a a2a:Record ;
  rdfs:label "Geboorte op 29 maart 1861 te Essen" ;
  a2a:hasPerson oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-4d88d5aa-9629-cd37-b42a-c63e4946732a, oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-e89bceec-2c51-6146-aebb-01f14803158b, oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-090b523a-df4a-fb18-c14f-2063f6188132 ;
  a2a:hasEvent oa:event_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_0, oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_1, oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_2 ;
  a2a:hasSource oa:source_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b .

oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-4d88d5aa-9629-cd37-b42a-c63e4946732a
  a a2a:Person ;
  rdfs:label "Josephus Brouwers" ;
  a2a:PersonName [
    rdfs:label "Josephus Brouwers" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Brouwers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-e89bceec-2c51-6146-aebb-01f14803158b
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Sterckx" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Sterckx" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Sterckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person-090b523a-df4a-fb18-c14f-2063f6188132
  a a2a:Person ;
  rdfs:label "Maryn Brouwers" ;
  a2a:PersonName [
    rdfs:label "Maryn Brouwers" ;
    a2a:PersonNameFirstName "Maryn" ;
    a2a:PersonNameLastName "Brouwers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1861-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1861-03-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person:4d88d5aa-9629-cd37-b42a-c63e4946732a ;
  a2a:EventKeyRef oa:event_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Event1 .

oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person:e89bceec-2c51-6146-aebb-01f14803158b ;
  a2a:EventKeyRef oa:event_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Event1 .

oa:relationep_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Person:090b523a-df4a-fb18-c14f-2063f6188132 ;
  a2a:EventKeyRef oa:event_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b_Event1 .

oa:source_wba_50d1a661-2ab2-e0e1-880e-e081eb43d87b
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1861-03-29 - 1861-03-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-03-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-03-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1861-03-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 18, Periode: 1861" ;
    a2a:Book "Geboorteregister Essen 1861" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "18" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 18, Periode: 1861, Geboorteregister Essen 1861, 24, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3690f0bd-7d81-80ae-9c40-0ddcc8b8567a.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/50d1a661-2ab2-e0e1-880e-e081eb43d87b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3690f0bd-7d81-80ae-9c40-0ddcc8b8567a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/50d1a661-2ab2-e0e1-880e-e081eb43d87b" ;
  a2a:RecordGUID "{50d1a661-2ab2-e0e1-880e-e081eb43d87b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_25764_00025764.xml van WBA" .

