@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_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 11 september 1860 te Putte" ;
  a2a:hasPerson oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d781e390-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d7820bae-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d781bb04-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d781e390-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Johannes Franciscus Claessens" ;
  a2a:PersonName [
    rdfs:label "Johannes Franciscus Claessens" ;
    a2a:PersonNameFirstName "Johannes Franciscus" ;
    a2a:PersonNameLastName "Claessens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36 jaar" ;
    rdfs:label "36 jaar"
  ] ;
  a2a:Profession "Landbouwer" .

oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d7820bae-4866-11e1-9853-b7a7dd2b6a2a
  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_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person-d781bb04-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 "1860" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1860-09-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:event_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1860-09-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte"
  ] .

oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person:d781e390-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person:d7820bae-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Person:d781bb04-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_ec00bb04-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1860-09-11 - 1860-09-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-09-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-09-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1860-09-11"^^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: 475, Periode: 1860" ;
    a2a:Book "Geboorteregister 1860" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "475" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Putte - burgerlijke stand, Bron: boek, Deel: 475, Periode: 1860, Geboorteregister 1860, 16, 475"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a966bc6d-f60d-d09a-f305-5ee41f3ac3e7.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ec00bb04-4864-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a966bc6d-f60d-d09a-f305-5ee41f3ac3e7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/ec00bb04-4864-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{ec00bb04-4864-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17572_00017572.xml van WBA" .

