@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_a4fe8caf-5575-e022-cf33-052677cb02e1
  a a2a:Record ;
  rdfs:label "Geboorte op 6 oktober 1924 te Putte" ;
  a2a:hasPerson oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-60c0f3a0-84b4-8093-2fd0-28874a37991b, oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-583ffd07-c456-06b3-195e-111891ccd28c, oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-421d8f5c-0a9e-a6db-52f6-684dfe5ad16f ;
  a2a:hasEvent oa:event_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_0, oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_1, oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_2 ;
  a2a:hasSource oa:source_wba_a4fe8caf-5575-e022-cf33-052677cb02e1 .

oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-60c0f3a0-84b4-8093-2fd0-28874a37991b
  a a2a:Person ;
  rdfs:label "Cornelius Franciscus de Schutter" ;
  a2a:PersonName [
    rdfs:label "Cornelius Franciscus de Schutter" ;
    a2a:PersonNameFirstName "Cornelius Franciscus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Schutter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-583ffd07-c456-06b3-195e-111891ccd28c
  a a2a:Person ;
  rdfs:label "Isabella Maria van Put" ;
  a2a:PersonName [
    rdfs:label "Isabella Maria van Put" ;
    a2a:PersonNameFirstName "Isabella Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person-421d8f5c-0a9e-a6db-52f6-684dfe5ad16f
  a a2a:Person ;
  rdfs:label "Louisa van Put / de Schutter" ;
  a2a:PersonName [
    rdfs:label "Louisa van Put / de Schutter" ;
    a2a:PersonNameFirstName "Louisa" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Put / de Schutter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1924-10-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1924-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person:60c0f3a0-84b4-8093-2fd0-28874a37991b ;
  a2a:EventKeyRef oa:event_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Event1 .

oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person:583ffd07-c456-06b3-195e-111891ccd28c ;
  a2a:EventKeyRef oa:event_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Event1 .

oa:relationep_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Person:421d8f5c-0a9e-a6db-52f6-684dfe5ad16f ;
  a2a:EventKeyRef oa:event_wba_a4fe8caf-5575-e022-cf33-052677cb02e1_Event1 .

oa:source_wba_a4fe8caf-5575-e022-cf33-052677cb02e1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1924-10-06 - 1924-10-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-10-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-10-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1924-10-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 10002, Periode:..." ;
    a2a:Book "Geboorteregister 1924" ;
    a2a:DocumentNumber "30" ;
    a2a:RegistryNumber "10002" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 10002, Periode:..., Geboorteregister 1924, 30, 10002"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/iiif/a340c993-6db8-5c5d-ba2d-f00ac2536f13/info.json" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a4fe8caf-5575-e022-cf33-052677cb02e1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a340c993-6db8-5c5d-ba2d-f00ac2536f13.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a4fe8caf-5575-e022-cf33-052677cb02e1" ;
  a2a:RecordGUID "{a4fe8caf-5575-e022-cf33-052677cb02e1}" ;
  a2a:SourceRemarkOpmerking "Erkend door Cornelius Franciscus de Schutter op 6 november 1926 te Antwerpen" ;
  a2a:SourceRemarkarchiefnaam "Archief van de gemeente Putte - burgerlijke stand" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "10002" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_26_00000026.xml van WBA" .

