@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_389ccc8f-6972-d730-dbab-5eda512e233a
  a a2a:Record ;
  rdfs:label "Geboorte op 25 maart 1900" ;
  a2a:hasPerson oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-dac6b030-864e-e0b9-a131-6816e6e37005, oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-f556caaa-603d-78f5-91ad-1b77751f28ba, oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-8147af99-18c2-3e6a-b449-02a96f0538f6 ;
  a2a:hasEvent oa:event_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_0, oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_1, oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_2 ;
  a2a:hasSource oa:source_wba_389ccc8f-6972-d730-dbab-5eda512e233a .

oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-dac6b030-864e-e0b9-a131-6816e6e37005
  a a2a:Person ;
  rdfs:label "Johanna van Meel" ;
  a2a:PersonName [
    rdfs:label "Johanna van Meel" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-f556caaa-603d-78f5-91ad-1b77751f28ba
  a a2a:Person ;
  rdfs:label "Adrianus Leonardus Elst" ;
  a2a:PersonName [
    rdfs:label "Adrianus Leonardus Elst" ;
    a2a:PersonNameFirstName "Adrianus Leonardus" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1900-03-25"^^xsd:date
  ] .

oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person-8147af99-18c2-3e6a-b449-02a96f0538f6
  a a2a:Person ;
  rdfs:label "Michael Elst" ;
  a2a:PersonName [
    rdfs:label "Michael Elst" ;
    a2a:PersonNameFirstName "Michael" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1900-03-25"^^xsd:date
  ] .

oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person:dac6b030-864e-e0b9-a131-6816e6e37005 ;
  a2a:EventKeyRef oa:event_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Event1 .

oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person:f556caaa-603d-78f5-91ad-1b77751f28ba ;
  a2a:EventKeyRef oa:event_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Event1 .

oa:relationep_wba_389ccc8f-6972-d730-dbab-5eda512e233a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Person:8147af99-18c2-3e6a-b449-02a96f0538f6 ;
  a2a:EventKeyRef oa:event_wba_389ccc8f-6972-d730-dbab-5eda512e233a_Event1 .

oa:source_wba_389ccc8f-6972-d730-dbab-5eda512e233a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1900-03-25 - 1900-03-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-03-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-03-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1900-03-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3614, Periode: 1900" ;
    a2a:Book "Geboorteregister Wouw 1900" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "3614" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3614, Periode: 1900, Geboorteregister Wouw 1900, 34, 3614"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/be8af7e3-52f6-bca8-dd2f-dbacaf3c6539.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/389ccc8f-6972-d730-dbab-5eda512e233a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/be8af7e3-52f6-bca8-dd2f-dbacaf3c6539.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/389ccc8f-6972-d730-dbab-5eda512e233a" ;
  a2a:RecordGUID "{389ccc8f-6972-d730-dbab-5eda512e233a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1614_00001614.xml van WBA" .

[] a2a:PersonRemarkdiversen "zonder beroep" .
[] a2a:PersonRemarkdiversen "arbeider" .
