@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_2344cfe6-64ec-d3bd-27a3-e45c69d82a98
  a a2a:Record ;
  rdfs:label "Geboorte op 2 januari 1885" ;
  a2a:hasPerson oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-056361e8-1467-035f-9fe8-9c5d16843d21, oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-67dd518f-7b4c-b674-6ee5-8ffa1a6c76a6, oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-03ab946f-8a64-af88-39cf-dacca87641fe ;
  a2a:hasEvent oa:event_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_0, oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_1, oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_2 ;
  a2a:hasSource oa:source_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98 .

oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-056361e8-1467-035f-9fe8-9c5d16843d21
  a a2a:Person ;
  rdfs:label "Petrus Leopoldus Vanthillo" ;
  a2a:PersonName [
    rdfs:label "Petrus Leopoldus Vanthillo" ;
    a2a:PersonNameFirstName "Petrus Leopoldus" ;
    a2a:PersonNameLastName "Vanthillo"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-67dd518f-7b4c-b674-6ee5-8ffa1a6c76a6
  a a2a:Person ;
  rdfs:label "Joanna Maria Guns" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Guns" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person-03ab946f-8a64-af88-39cf-dacca87641fe
  a a2a:Person ;
  rdfs:label "Cornelius Franciscus Vanthillo" ;
  a2a:PersonName [
    rdfs:label "Cornelius Franciscus Vanthillo" ;
    a2a:PersonNameFirstName "Cornelius Franciscus" ;
    a2a:PersonNameLastName "Vanthillo"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1885-01-02"^^xsd:date
  ] .

oa:event_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1885-01-02"^^xsd:date
  ] .

oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person:056361e8-1467-035f-9fe8-9c5d16843d21 ;
  a2a:EventKeyRef oa:event_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Event1 .

oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person:67dd518f-7b4c-b674-6ee5-8ffa1a6c76a6 ;
  a2a:EventKeyRef oa:event_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Event1 .

oa:relationep_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Person:03ab946f-8a64-af88-39cf-dacca87641fe ;
  a2a:EventKeyRef oa:event_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98_Event1 .

oa:source_wba_2344cfe6-64ec-d3bd-27a3-e45c69d82a98
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1885-01-02 - 1885-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1885-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1885-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1885" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1885-01-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 59, Periode: 1885" ;
    a2a:Book "Geboorteregister Kalmthout 1885" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "59" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 59, Periode: 1885, Geboorteregister Kalmthout 1885, 1, 59"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/63aefc0c-c0d1-80dc-b039-7897e86048ca.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2344cfe6-64ec-d3bd-27a3-e45c69d82a98" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/63aefc0c-c0d1-80dc-b039-7897e86048ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-03-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2344cfe6-64ec-d3bd-27a3-e45c69d82a98" ;
  a2a:RecordGUID "{2344cfe6-64ec-d3bd-27a3-e45c69d82a98}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_2047_00002047.xml van WBA" .

[] a2a:PersonRemarkdiversen "27 jaar, voerman, wonende in deze gemeente in het Dorp Wijk B No 28" .
[] a2a:PersonRemarkdiversen "23 jaar, huisvrouw," .
