@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_8f39fe67-266e-2ffb-0f3a-e07c0abde166
  a a2a:Record ;
  rdfs:label "Geboorte op 28 februari 1920 te Wouw" ;
  a2a:hasPerson oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-2a195588-d7d5-8841-02b1-a68904a21139, oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-a0400639-3724-8f4e-a75b-9e7ff2d81712, oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-78f91620-befc-ef5e-7874-0e1d94154ca1 ;
  a2a:hasEvent oa:event_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_0, oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_1, oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_2 ;
  a2a:hasSource oa:source_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166 .

oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-2a195588-d7d5-8841-02b1-a68904a21139
  a a2a:Person ;
  rdfs:label "Victor Coleta Jozef van Eester" ;
  a2a:PersonName [
    rdfs:label "Victor Coleta Jozef van Eester" ;
    a2a:PersonNameFirstName "Victor Coleta Jozef" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eester"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-a0400639-3724-8f4e-a75b-9e7ff2d81712
  a a2a:Person ;
  rdfs:label "Johanna Maria Raats" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Raats" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Raats"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person-78f91620-befc-ef5e-7874-0e1d94154ca1
  a a2a:Person ;
  rdfs:label "Josephus Carolus Cornelis van Eester" ;
  a2a:PersonName [
    rdfs:label "Josephus Carolus Cornelis van Eester" ;
    a2a:PersonNameFirstName "Josephus Carolus Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eester"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1920-02-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1920-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person:2a195588-d7d5-8841-02b1-a68904a21139 ;
  a2a:EventKeyRef oa:event_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Event1 .

oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person:a0400639-3724-8f4e-a75b-9e7ff2d81712 ;
  a2a:EventKeyRef oa:event_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Event1 .

oa:relationep_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Person:78f91620-befc-ef5e-7874-0e1d94154ca1 ;
  a2a:EventKeyRef oa:event_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166_Event1 .

oa:source_wba_8f39fe67-266e-2ffb-0f3a-e07c0abde166
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1920-02-28 - 1920-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1920-02-28"^^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: 3616, Periode: 1920" ;
    a2a:Book "Geboorteregister Wouw 1920" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "3616" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3616, Periode: 1920, Geboorteregister Wouw 1920, 39, 3616"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/655ae9fb-388b-0ce1-92f6-d1f9e5d0b790.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/8f39fe67-266e-2ffb-0f3a-e07c0abde166" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/655ae9fb-388b-0ce1-92f6-d1f9e5d0b790.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/8f39fe67-266e-2ffb-0f3a-e07c0abde166" ;
  a2a:RecordGUID "{8f39fe67-266e-2ffb-0f3a-e07c0abde166}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_18157_00018157.xml van WBA" .

