@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_013fb485-bb55-2dcd-cac8-50d765fc7941
  a a2a:Record ;
  rdfs:label "Geboorte op 30 oktober 1923 te Wouw" ;
  a2a:hasPerson oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-006ce95e-2976-b08a-5583-7dcf6ab41a05, oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-5f210f94-efa8-2989-768b-00e07aa36015, oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-8d2c5012-b30f-a414-01d1-75798aad0886 ;
  a2a:hasEvent oa:event_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_0, oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_1, oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_2 ;
  a2a:hasSource oa:source_wba_013fb485-bb55-2dcd-cac8-50d765fc7941 .

oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-006ce95e-2976-b08a-5583-7dcf6ab41a05
  a a2a:Person ;
  rdfs:label "Leonardus Uijtdewilligen" ;
  a2a:PersonName [
    rdfs:label "Leonardus Uijtdewilligen" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Uijtdewilligen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-5f210f94-efa8-2989-768b-00e07aa36015
  a a2a:Person ;
  rdfs:label "Louisa de Blaaij" ;
  a2a:PersonName [
    rdfs:label "Louisa de Blaaij" ;
    a2a:PersonNameFirstName "Louisa" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Blaaij"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person-8d2c5012-b30f-a414-01d1-75798aad0886
  a a2a:Person ;
  rdfs:label "Adrianus Marinus Uijtdewilligen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Marinus Uijtdewilligen" ;
    a2a:PersonNameFirstName "Adrianus Marinus" ;
    a2a:PersonNameLastName "Uijtdewilligen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1923-10-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1923-10-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person:006ce95e-2976-b08a-5583-7dcf6ab41a05 ;
  a2a:EventKeyRef oa:event_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Event1 .

oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person:5f210f94-efa8-2989-768b-00e07aa36015 ;
  a2a:EventKeyRef oa:event_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Event1 .

oa:relationep_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Person:8d2c5012-b30f-a414-01d1-75798aad0886 ;
  a2a:EventKeyRef oa:event_wba_013fb485-bb55-2dcd-cac8-50d765fc7941_Event1 .

oa:source_wba_013fb485-bb55-2dcd-cac8-50d765fc7941
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1923-10-30 - 1923-10-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-10-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-10-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1923-10-30"^^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: 3617, Periode: 1923" ;
    a2a:Book "Geboorteregister Wouw 1923" ;
    a2a:DocumentNumber "141" ;
    a2a:RegistryNumber "3617" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3617, Periode: 1923, Geboorteregister Wouw 1923, 141, 3617"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/40637389-94b7-7444-a193-37a86831fa82.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/013fb485-bb55-2dcd-cac8-50d765fc7941" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/40637389-94b7-7444-a193-37a86831fa82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-10-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/013fb485-bb55-2dcd-cac8-50d765fc7941" ;
  a2a:RecordGUID "{013fb485-bb55-2dcd-cac8-50d765fc7941}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240317_228_00000228.xml van WBA" .

