@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_84fc09eb-8489-4c61-bb3c-2edbe55f19f3
  a a2a:Record ;
  rdfs:label "Geboorte op 21 januari 1919 te Willemstad" ;
  a2a:hasPerson oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-ab9e69e2-8c85-4498-803b-e84084a5a203, oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-4b333013-3e4a-4603-a778-7d0cc68afa66, oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-05df63f8-7e4a-40f7-b0f2-0d8e9a7bdb47 ;
  a2a:hasEvent oa:event_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_0, oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_1, oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_2 ;
  a2a:hasSource oa:source_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3 .

oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-ab9e69e2-8c85-4498-803b-e84084a5a203
  a a2a:Person ;
  rdfs:label "Johanna Adriaantje Wiegant" ;
  a2a:PersonName [
    rdfs:label "Johanna Adriaantje Wiegant" ;
    a2a:PersonNameFirstName "Johanna Adriaantje" ;
    a2a:PersonNameLastName "Wiegant"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1919-01-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad"
  ] .

oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-4b333013-3e4a-4603-a778-7d0cc68afa66
  a a2a:Person ;
  rdfs:label "Jacobus Wiegant" ;
  a2a:PersonName [
    rdfs:label "Jacobus Wiegant" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Wiegant"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person-05df63f8-7e4a-40f7-b0f2-0d8e9a7bdb47
  a a2a:Person ;
  rdfs:label "Francina Jannigje van der Pol" ;
  a2a:PersonName [
    rdfs:label "Francina Jannigje van der Pol" ;
    a2a:PersonNameFirstName "Francina Jannigje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1919-01-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad"
  ] .

oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person:ab9e69e2-8c85-4498-803b-e84084a5a203 ;
  a2a:EventKeyRef oa:event_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Event1 .

oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person:4b333013-3e4a-4603-a778-7d0cc68afa66 ;
  a2a:EventKeyRef oa:event_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Event1 .

oa:relationep_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Person:05df63f8-7e4a-40f7-b0f2-0d8e9a7bdb47 ;
  a2a:EventKeyRef oa:event_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3_Event1 .

oa:source_wba_84fc09eb-8489-4c61-bb3c-2edbe55f19f3
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad", "1919-01-21 - 1919-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1919-01-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Willemstad, 1811-1940, Bron: boek, Deel: 3257, Periode: 1919" ;
    a2a:Book "Geboorteregister 1919" ;
    a2a:DocumentNumber "008" ;
    a2a:RegistryNumber "3257" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Willemstad, 1811-1940, Bron: boek, Deel: 3257, Periode: 1919, Geboorteregister 1919, 008, 3257"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/84fc09eb-8489-4c61-bb3c-2edbe55f19f3" ;
  a2a:RecordGUID "{84fc09eb-8489-4c61-bb3c-2edbe55f19f3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17720_00017720.xml van WBA" .

