@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_e152dbfa-d44a-e6b7-80bd-91841f266b0c
  a a2a:Record ;
  rdfs:label "Geboorte op 29 oktober 1864" ;
  a2a:hasPerson oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-c76f3f26-df10-0042-bebe-34efa36eebc3, oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-27ef29c2-9150-3aaf-e144-4797372a6aba, oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-6d89ebfc-7478-308c-0a81-4873f4898bea ;
  a2a:hasEvent oa:event_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_0, oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_1, oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_2 ;
  a2a:hasSource oa:source_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c .

oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-c76f3f26-df10-0042-bebe-34efa36eebc3
  a a2a:Person ;
  rdfs:label "Aletta Crielaard" ;
  a2a:PersonName [
    rdfs:label "Aletta Crielaard" ;
    a2a:PersonNameFirstName "Aletta" ;
    a2a:PersonNameLastName "Crielaard"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-27ef29c2-9150-3aaf-e144-4797372a6aba
  a a2a:Person ;
  rdfs:label "Hendrika van Tilborg" ;
  a2a:PersonName [
    rdfs:label "Hendrika van Tilborg" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tilborg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1864-10-29"^^xsd:date
  ] .

oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person-6d89ebfc-7478-308c-0a81-4873f4898bea
  a a2a:Person ;
  rdfs:label "Teunis van Tilborg" ;
  a2a:PersonName [
    rdfs:label "Teunis van Tilborg" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tilborg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "10" ;
    a2a:Day "29" ;
    rdfs:label "1864-10-29"^^xsd:date
  ] .

oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person:c76f3f26-df10-0042-bebe-34efa36eebc3 ;
  a2a:EventKeyRef oa:event_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Event1 .

oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person:27ef29c2-9150-3aaf-e144-4797372a6aba ;
  a2a:EventKeyRef oa:event_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Event1 .

oa:relationep_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Person:6d89ebfc-7478-308c-0a81-4873f4898bea ;
  a2a:EventKeyRef oa:event_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c_Event1 .

oa:source_bhi_e152dbfa-d44a-e6b7-80bd-91841f266b0c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rijswijk" ;
    rdfs:label "Rijswijk", "1864-10-31 - 1864-10-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-10-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-10-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "10" ;
    a2a:Day "31" ;
    rdfs:label "1864-10-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6909, Periode: 1864" ;
    a2a:Book "Geboorteregister Rijswijk 1864" ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "6909" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6909, Periode: 1864, Geboorteregister Rijswijk 1864, 17, 6909"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a2d2a5d5-b7b1-4630-978f-527e463ff3a2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a2d2a5d5-b7b1-4630-978f-527e463ff3a2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e152dbfa-d44a-e6b7-80bd-91841f266b0c" ;
  a2a:RecordGUID "{e152dbfa-d44a-e6b7-80bd-91841f266b0c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_278_00000278.xml van BHI" .

