@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_327e7468-fa3a-928e-bc76-bf331d331c4d
  a a2a:Record ;
  rdfs:label "Geboorte op 18 januari 1863" ;
  a2a:hasPerson oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-31ed3b68-58b4-afb4-c189-a4a768510c20, oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-4178db4b-bafb-a36c-4f1a-165cb8892caf, oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-b2e61698-1f98-19de-b5c9-8da142a2b144 ;
  a2a:hasEvent oa:event_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_0, oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_1, oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_2 ;
  a2a:hasSource oa:source_wba_327e7468-fa3a-928e-bc76-bf331d331c4d .

oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-31ed3b68-58b4-afb4-c189-a4a768510c20
  a a2a:Person ;
  rdfs:label "Petrus Josephus Vanhees" ;
  a2a:PersonName [
    rdfs:label "Petrus Josephus Vanhees" ;
    a2a:PersonNameFirstName "Petrus Josephus" ;
    a2a:PersonNameLastName "Vanhees"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-4178db4b-bafb-a36c-4f1a-165cb8892caf
  a a2a:Person ;
  rdfs:label "Maria Grieten" ;
  a2a:PersonName [
    rdfs:label "Maria Grieten" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Grieten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person-b2e61698-1f98-19de-b5c9-8da142a2b144
  a a2a:Person ;
  rdfs:label "Ludovicus Alphonsus Vanhees" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Alphonsus Vanhees" ;
    a2a:PersonNameFirstName "Ludovicus Alphonsus" ;
    a2a:PersonNameLastName "Vanhees"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1863" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1863-01-18"^^xsd:date
  ] .

oa:event_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1863" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1863-01-18"^^xsd:date
  ] .

oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person:31ed3b68-58b4-afb4-c189-a4a768510c20 ;
  a2a:EventKeyRef oa:event_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Event1 .

oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person:4178db4b-bafb-a36c-4f1a-165cb8892caf ;
  a2a:EventKeyRef oa:event_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Event1 .

oa:relationep_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Person:b2e61698-1f98-19de-b5c9-8da142a2b144 ;
  a2a:EventKeyRef oa:event_wba_327e7468-fa3a-928e-bc76-bf331d331c4d_Event1 .

oa:source_wba_327e7468-fa3a-928e-bc76-bf331d331c4d
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1863-01-18 - 1863-01-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-01-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-01-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1863" ;
    a2a:Month "1" ;
    a2a:Day "18" ;
    rdfs:label "1863-01-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 40, Periode: 1863" ;
    a2a:Book "Geboorteregister Kalmthout 1863" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "40" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 40, Periode: 1863, Geboorteregister Kalmthout 1863, 8, 40"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0c348bbc-9dc9-3f04-3013-bff94a874867.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/327e7468-fa3a-928e-bc76-bf331d331c4d" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0c348bbc-9dc9-3f04-3013-bff94a874867.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-05-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/327e7468-fa3a-928e-bc76-bf331d331c4d" ;
  a2a:RecordGUID "{327e7468-fa3a-928e-bc76-bf331d331c4d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1590_00001590.xml van WBA" .

[] a2a:PersonRemarkdiversen "37 jaar, wagenmaker, wonende in deze gemeente in het Achterbroek Wijk D no 34" .
[] a2a:PersonRemarkdiversen "34 jaar, huisvrouw" .
