@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_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8
  a a2a:Record ;
  rdfs:label "Geboorte op 8 november 1861" ;
  a2a:hasPerson oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-edfede50-957a-7f40-5f5c-e2f672282dba, oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-17d5decd-0568-b6d4-f950-b45f21afc2b6, oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-a0647422-63ca-487c-7a36-7933b23dd6be ;
  a2a:hasEvent oa:event_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_0, oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_1, oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_2 ;
  a2a:hasSource oa:source_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8 .

oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-edfede50-957a-7f40-5f5c-e2f672282dba
  a a2a:Person ;
  rdfs:label "Johannis Leonardus Joling" ;
  a2a:PersonName [
    rdfs:label "Johannis Leonardus Joling" ;
    a2a:PersonNameFirstName "Johannis Leonardus" ;
    a2a:PersonNameLastName "Joling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-17d5decd-0568-b6d4-f950-b45f21afc2b6
  a a2a:Person ;
  rdfs:label "Dirk Pieter Joling" ;
  a2a:PersonName [
    rdfs:label "Dirk Pieter Joling" ;
    a2a:PersonNameFirstName "Dirk Pieter" ;
    a2a:PersonNameLastName "Joling"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1861-11-08"^^xsd:date
  ] .

oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person-a0647422-63ca-487c-7a36-7933b23dd6be
  a a2a:Person ;
  rdfs:label "Maria Sibilla van der Tij" ;
  a2a:PersonName [
    rdfs:label "Maria Sibilla van der Tij" ;
    a2a:PersonNameFirstName "Maria Sibilla" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Tij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "8" ;
    rdfs:label "1861-11-08"^^xsd:date
  ] .

oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person:edfede50-957a-7f40-5f5c-e2f672282dba ;
  a2a:EventKeyRef oa:event_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Event1 .

oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person:17d5decd-0568-b6d4-f950-b45f21afc2b6 ;
  a2a:EventKeyRef oa:event_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Event1 .

oa:relationep_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Person:a0647422-63ca-487c-7a36-7933b23dd6be ;
  a2a:EventKeyRef oa:event_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8_Event1 .

oa:source_bhi_703b5fc3-694c-b6cd-1c1b-bcf435bebcf8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veldhoven" ;
    rdfs:label "Veldhoven", "1861-11-09 - 1861-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1861-11-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8300, Periode: 1861" ;
    a2a:Book "Geboorteregister Veldhoven 1861" ;
    a2a:DocumentNumber "25" ;
    a2a:RegistryNumber "8300" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8300, Periode: 1861, Geboorteregister Veldhoven 1861, 25, 8300"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/703b5fc3-694c-b6cd-1c1b-bcf435bebcf8" ;
  a2a:RecordGUID "{703b5fc3-694c-b6cd-1c1b-bcf435bebcf8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2568_00002568.xml van BHI" .

