@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_0a61ca81-b36d-2a2e-e865-cfd356519e17
  a a2a:Record ;
  rdfs:label "Geboorte op 16 november 1900" ;
  a2a:hasPerson oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-53c1211f-50b3-2622-7767-3a297619acb5, oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-d32fd9ed-eeff-154b-a6bf-aae1721580b8, oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-6a7081cb-5e88-9649-f3c8-d941874e2b61 ;
  a2a:hasEvent oa:event_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_0, oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_1, oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_2 ;
  a2a:hasSource oa:source_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17 .

oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-53c1211f-50b3-2622-7767-3a297619acb5
  a a2a:Person ;
  rdfs:label "Josephus Costermans" ;
  a2a:PersonName [
    rdfs:label "Josephus Costermans" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Costermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-d32fd9ed-eeff-154b-a6bf-aae1721580b8
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Willemsen" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Willemsen" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Willemsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person-6a7081cb-5e88-9649-f3c8-d941874e2b61
  a a2a:Person ;
  rdfs:label "Florentinus Costermans" ;
  a2a:PersonName [
    rdfs:label "Florentinus Costermans" ;
    a2a:PersonNameFirstName "Florentinus" ;
    a2a:PersonNameLastName "Costermans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1900-11-16"^^xsd:date
  ] .

oa:event_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1900-11-16"^^xsd:date
  ] .

oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person:53c1211f-50b3-2622-7767-3a297619acb5 ;
  a2a:EventKeyRef oa:event_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Event1 .

oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person:d32fd9ed-eeff-154b-a6bf-aae1721580b8 ;
  a2a:EventKeyRef oa:event_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Event1 .

oa:relationep_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Person:6a7081cb-5e88-9649-f3c8-d941874e2b61 ;
  a2a:EventKeyRef oa:event_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17_Event1 .

oa:source_wba_0a61ca81-b36d-2a2e-e865-cfd356519e17
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1900-11-16 - 1900-11-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-11-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-11-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1900-11-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 71, Periode: 1900" ;
    a2a:Book "Geboorteregister Kalmthout 1900" ;
    a2a:DocumentNumber "109" ;
    a2a:RegistryNumber "71" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 71, Periode: 1900, Geboorteregister Kalmthout 1900, 109, 71"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/9dd52626-6586-fb64-d00a-9658be1c9e7c.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0a61ca81-b36d-2a2e-e865-cfd356519e17" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/9dd52626-6586-fb64-d00a-9658be1c9e7c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-12-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0a61ca81-b36d-2a2e-e865-cfd356519e17" ;
  a2a:RecordGUID "{0a61ca81-b36d-2a2e-e865-cfd356519e17}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1896_00001896.xml van WBA" .

[] a2a:PersonRemarkdiversen "38 jaar, voerman, geboren in deze gemeente en wonende in den Groenen weg Wijk B no 99d" .
[] a2a:PersonRemarkdiversen "33 jaar, huisvrouw, geboren te Zundert/Nederland" .
