@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_05f69689-e8b1-1670-a96e-da44d12cfcaf
  a a2a:Record ;
  rdfs:label "Geboorte op 21 februari 1917 te Wouw" ;
  a2a:hasPerson oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-d93d3a47-5187-f892-2904-f7a59baa5761, oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-efd67293-8235-07ad-244f-8c65b4f23c54, oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-d4818d5a-24e5-8d74-890c-fb019c0ac887 ;
  a2a:hasEvent oa:event_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_0, oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_1, oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_2 ;
  a2a:hasSource oa:source_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf .

oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-d93d3a47-5187-f892-2904-f7a59baa5761
  a a2a:Person ;
  rdfs:label "Adrianus Buijsen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Buijsen" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Buijsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "arbeider" .

oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-efd67293-8235-07ad-244f-8c65b4f23c54
  a a2a:Person ;
  rdfs:label "Maria Adriana van Kaam" ;
  a2a:PersonName [
    rdfs:label "Maria Adriana van Kaam" ;
    a2a:PersonNameFirstName "Maria Adriana" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kaam"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person-d4818d5a-24e5-8d74-890c-fb019c0ac887
  a a2a:Person ;
  rdfs:label "Maria Wilhelmina Buijsen" ;
  a2a:PersonName [
    rdfs:label "Maria Wilhelmina Buijsen" ;
    a2a:PersonNameFirstName "Maria Wilhelmina" ;
    a2a:PersonNameLastName "Buijsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1917-02-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1917-02-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person:d93d3a47-5187-f892-2904-f7a59baa5761 ;
  a2a:EventKeyRef oa:event_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Event1 .

oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person:efd67293-8235-07ad-244f-8c65b4f23c54 ;
  a2a:EventKeyRef oa:event_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Event1 .

oa:relationep_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Person:d4818d5a-24e5-8d74-890c-fb019c0ac887 ;
  a2a:EventKeyRef oa:event_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf_Event1 .

oa:source_wba_05f69689-e8b1-1670-a96e-da44d12cfcaf
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1917-02-21 - 1917-02-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-02-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-02-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1917-02-21"^^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: 1917" ;
    a2a:Book "Geboorteregister Wouw 1917" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "3616" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3616, Periode: 1917, Geboorteregister Wouw 1917, 29, 3616"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/17ff3416-806a-e0e1-add8-3270536fc708.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/05f69689-e8b1-1670-a96e-da44d12cfcaf" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/17ff3416-806a-e0e1-add8-3270536fc708.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-04-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/05f69689-e8b1-1670-a96e-da44d12cfcaf" ;
  a2a:RecordGUID "{05f69689-e8b1-1670-a96e-da44d12cfcaf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1859_00001859.xml van WBA" .

