@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_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 24 april 1825 te Putte" ;
  a2a:hasPerson oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f3df56-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f4085a-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f3b440-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f3df56-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Petrus Johannes Claessens" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Claessens" ;
    a2a:PersonNameFirstName "Petrus Johannes" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f4085a-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Maria Ludovica van Hoijdonck" ;
  a2a:PersonName [
    rdfs:label "Maria Ludovica van Hoijdonck" ;
    a2a:PersonNameFirstName "Maria Ludovica" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoijdonck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person-d5f3b440-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Isabella Claessens" ;
  a2a:PersonName [
    rdfs:label "Anna Isabella Claessens" ;
    a2a:PersonNameFirstName "Anna Isabella" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1825-04-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1825-04-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person:d5f3df56-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person:d5f4085a-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Person:d5f3b440-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_ea46c77c-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1825-04-25 - 1825-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1825-04-25"^^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: 474, Periode: 1825" ;
    a2a:Book "Geboorteregister 1825" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "474" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 474, Periode: 1825, Geboorteregister 1825, 5, 474"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/c290f38c-c5aa-f530-15c9-025484e35392.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ea46c77c-4864-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/c290f38c-c5aa-f530-15c9-025484e35392.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ea46c77c-4864-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{ea46c77c-4864-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17544_00017544.xml van WBA" .

