@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_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e
  a a2a:Record ;
  rdfs:label "Geboorte op 16 maart 1917 te Willemstad" ;
  a2a:hasPerson oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-eb214e64-fe94-4c58-b44a-a2a6cdad0483, oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-cc63ae08-4848-46b7-adb2-d08e6436a9b6, oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-25a44293-fb40-4df3-a1b1-1c3b9b1f2a4a ;
  a2a:hasEvent oa:event_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_0, oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_1, oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_2 ;
  a2a:hasSource oa:source_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e .

oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-eb214e64-fe94-4c58-b44a-a2a6cdad0483
  a a2a:Person ;
  rdfs:label "Cornelia Jacoba Hollemans" ;
  a2a:PersonName [
    rdfs:label "Cornelia Jacoba Hollemans" ;
    a2a:PersonNameFirstName "Cornelia Jacoba" ;
    a2a:PersonNameLastName "Hollemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-cc63ae08-4848-46b7-adb2-d08e6436a9b6
  a a2a:Person ;
  rdfs:label "Adrianus Antonie van de Ree" ;
  a2a:PersonName [
    rdfs:label "Adrianus Antonie van de Ree" ;
    a2a:PersonNameFirstName "Adrianus Antonie" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Ree"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1917-03-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad"
  ] .

oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person-25a44293-fb40-4df3-a1b1-1c3b9b1f2a4a
  a a2a:Person ;
  rdfs:label "Willem van de Ree" ;
  a2a:PersonName [
    rdfs:label "Willem van de Ree" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Ree"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1917-03-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad"
  ] .

oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person:eb214e64-fe94-4c58-b44a-a2a6cdad0483 ;
  a2a:EventKeyRef oa:event_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Event1 .

oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person:cc63ae08-4848-46b7-adb2-d08e6436a9b6 ;
  a2a:EventKeyRef oa:event_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Event1 .

oa:relationep_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Person:25a44293-fb40-4df3-a1b1-1c3b9b1f2a4a ;
  a2a:EventKeyRef oa:event_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e_Event1 .

oa:source_wba_178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad", "1917-03-16 - 1917-03-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-03-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-03-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "3" ;
    a2a:Day "16" ;
    rdfs:label "1917-03-16"^^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: 1917" ;
    a2a:Book "Geboorteregister 1917" ;
    a2a:DocumentNumber "016" ;
    a2a:RegistryNumber "3257" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Willemstad, 1811-1940, Bron: boek, Deel: 3257, Periode: 1917, Geboorteregister 1917, 016, 3257"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e" ;
  a2a:RecordGUID "{178f639e-e7b9-4e88-8a3e-e3dc5fd42a5e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2001_00002001.xml van WBA" .

