@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_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21
  a a2a:Record ;
  rdfs:label "Geboorte op 16 september 1904 te Putte" ;
  a2a:hasPerson oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-57dd9263-e3ab-ec24-88f4-40b3dc0e9cc8, oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-120b043e-e9c8-015b-2771-af66934b1bdd, oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-1ef602b5-d2fc-b27f-d952-eb9cc2b0b194 ;
  a2a:hasEvent oa:event_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_0, oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_1, oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_2 ;
  a2a:hasSource oa:source_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21 .

oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-57dd9263-e3ab-ec24-88f4-40b3dc0e9cc8
  a a2a:Person ;
  rdfs:label "Augustus van Aerde" ;
  a2a:PersonName [
    rdfs:label "Augustus van Aerde" ;
    a2a:PersonNameFirstName "Augustus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aerde"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:Profession "herbergier" .

oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-120b043e-e9c8-015b-2771-af66934b1bdd
  a a2a:Person ;
  rdfs:label "Veronica Hendrickx" ;
  a2a:PersonName [
    rdfs:label "Veronica Hendrickx" ;
    a2a:PersonNameFirstName "Veronica" ;
    a2a:PersonNameLastName "Hendrickx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person-1ef602b5-d2fc-b27f-d952-eb9cc2b0b194
  a a2a:Person ;
  rdfs:label "Petrus van Aerde" ;
  a2a:PersonName [
    rdfs:label "Petrus van Aerde" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aerde"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1904-09-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1904-09-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person:57dd9263-e3ab-ec24-88f4-40b3dc0e9cc8 ;
  a2a:EventKeyRef oa:event_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Event1 .

oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person:120b043e-e9c8-015b-2771-af66934b1bdd ;
  a2a:EventKeyRef oa:event_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Event1 .

oa:relationep_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Person:1ef602b5-d2fc-b27f-d952-eb9cc2b0b194 ;
  a2a:EventKeyRef oa:event_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21_Event1 .

oa:source_wba_e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1904-09-16 - 1904-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1904-09-16"^^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: 10001, Periode:..." ;
    a2a:Book "Geboorteregister 1883-1912" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "10001" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 10001, Periode:..., Geboorteregister 1883-1912, 34, 10001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2c436c70-74f5-3ba8-5fd2-5355bc4249a7.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2c436c70-74f5-3ba8-5fd2-5355bc4249a7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21" ;
  a2a:RecordGUID "{e7d5b0a7-bad4-c36e-9594-e6f0d9f69e21}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17521_00017521.xml van WBA" .

