@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_2e4494b5-8ea3-e694-9273-c4152617ff0f
  a a2a:Record ;
  rdfs:label "Geboorte op 3 maart 1843" ;
  a2a:hasPerson oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-560e7c49-5a5e-3b1c-d479-4a7c3a82c351, oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-9ae73a60-29b5-f366-33e8-46941879724b, oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-bb4d48e0-42d6-152d-d484-27104b890192 ;
  a2a:hasEvent oa:event_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_0, oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_1, oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_2 ;
  a2a:hasSource oa:source_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f .

oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-560e7c49-5a5e-3b1c-d479-4a7c3a82c351
  a a2a:Person ;
  rdfs:label "Peeter Schijvens" ;
  a2a:PersonName [
    rdfs:label "Peeter Schijvens" ;
    a2a:PersonNameFirstName "Peeter" ;
    a2a:PersonNameLastName "Schijvens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-9ae73a60-29b5-f366-33e8-46941879724b
  a a2a:Person ;
  rdfs:label "Aldegonda Schepens" ;
  a2a:PersonName [
    rdfs:label "Aldegonda Schepens" ;
    a2a:PersonNameFirstName "Aldegonda" ;
    a2a:PersonNameLastName "Schepens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person-bb4d48e0-42d6-152d-d484-27104b890192
  a a2a:Person ;
  rdfs:label "Adriaan Schijvens" ;
  a2a:PersonName [
    rdfs:label "Adriaan Schijvens" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Schijvens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1843-03-03"^^xsd:date
  ] .

oa:event_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1843-03-03"^^xsd:date
  ] .

oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person:560e7c49-5a5e-3b1c-d479-4a7c3a82c351 ;
  a2a:EventKeyRef oa:event_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Event1 .

oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person:9ae73a60-29b5-f366-33e8-46941879724b ;
  a2a:EventKeyRef oa:event_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Event1 .

oa:relationep_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Person:bb4d48e0-42d6-152d-d484-27104b890192 ;
  a2a:EventKeyRef oa:event_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f_Event1 .

oa:source_bhi_2e4494b5-8ea3-e694-9273-c4152617ff0f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1843-03-04 - 1843-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1843-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1843-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1843" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1843-03-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7668, Periode: 1843" ;
    a2a:Book "Geboorteregister Tilburg 1843" ;
    a2a:DocumentNumber "91" ;
    a2a:RegistryNumber "7668" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7668, Periode: 1843, Geboorteregister Tilburg 1843, 91, 7668"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/79a2cad5-fec8-b0ed-5efb-a4129a549c03.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/79a2cad5-fec8-b0ed-5efb-a4129a549c03.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2e4494b5-8ea3-e694-9273-c4152617ff0f" ;
  a2a:RecordGUID "{2e4494b5-8ea3-e694-9273-c4152617ff0f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1353_00001353.xml van BHI" .

