@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_abl_ce5bb458-595e-da77-d240-2f6782d8cc15
  a a2a:Record ;
  rdfs:label "Geboorte op 13 maart 1892 te Aarschot (België)" ;
  a2a:hasPerson oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12078810, oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12668810, oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person13301310 ;
  a2a:hasEvent oa:event_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Event1 ;
  a2a:hasRelationEP oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_0, oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_1, oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_2 ;
  a2a:hasSource oa:source_abl_ce5bb458-595e-da77-d240-2f6782d8cc15 .

oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12078810
  a a2a:Person ;
  rdfs:label "Franciscus Leyssens" ;
  a2a:PersonName [
    rdfs:label "Franciscus Leyssens" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Leyssens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Aarschot" ;
    rdfs:label "België, Aarschot"
  ] ;
  a2a:MaritalStatus "other:gehuwd" .

oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12668810
  a a2a:Person ;
  rdfs:label "Barbara Angelina Grandjean" ;
  a2a:PersonName [
    rdfs:label "Barbara Angelina Grandjean" ;
    a2a:PersonNameFirstName "Barbara Angelina" ;
    a2a:PersonNameLastName "Grandjean"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Aarschot" ;
    rdfs:label "België, Aarschot"
  ] ;
  a2a:MaritalStatus "other:gehuwd" .

oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person13301310
  a a2a:Person ;
  rdfs:label "Julius Leyssens" ;
  a2a:PersonName [
    rdfs:label "Julius Leyssens" ;
    a2a:PersonNameFirstName "Julius" ;
    a2a:PersonNameLastName "Leyssens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1892-03-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Country "België" ;
    a2a:Place "Aerschot" ;
    rdfs:label "België, Aerschot"
  ] .

oa:event_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1892-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Country "België" ;
    a2a:Place "Aarschot" ;
    rdfs:label "België, Aarschot"
  ] .

oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12078810 ;
  a2a:EventKeyRef oa:event_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Event1 .

oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person12668810 ;
  a2a:EventKeyRef oa:event_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Event1 .

oa:relationep_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Person13301310 ;
  a2a:EventKeyRef oa:event_abl_ce5bb458-595e-da77-d240-2f6782d8cc15_Event1 .

oa:source_abl_ce5bb458-595e-da77-d240-2f6782d8cc15
  a a2a:Source ;
  rdfs:label "Rijksarchief België (Leuven), BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leuven" ;
    a2a:Country "België" ;
    rdfs:label "Leuven, België", "1792-01-01 - 1919-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1892-03-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Rijksarchief België (Leuven)" ;
    a2a:Place "Leuven" ;
    a2a:Collection "Burgerlijke stand Provincie Vlaams Brabant" ;
    a2a:DocumentNumber "41" ;
    rdfs:label "Rijksarchief België (Leuven), Leuven, Burgerlijke stand Provincie Vlaams Brabant, 41"
  ] ;
  a2a:SourceLastChangeDate "2023-06-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://search.arch.be/nl/zoeken-naar-personen/zoekresultaat/weergave/akte/id/AVB01000189210_0" ;
  a2a:RecordIdentifier "AVB01000189210_0" ;
  a2a:RecordGUID "{ce5bb458-595e-da77-d240-2f6782d8cc15}" ;
  a2a:SourceRemarkVrijwilliger "Demogen Vlaams-Brabant en Brussel (project gavlb10)" ;
  a2a:SourceRemarkProvenance "DemogenGeboorteaktenVLB010.mdb > mdb-export > abl/demogen/csv2a2a.pl" .

[] a2a:PersonRemarkOpmerking "uur van geboorte ," .
