@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_81300e90-e172-ea50-e728-edb6e57f2b64
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1902" ;
  a2a:hasPerson oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-0e85804b-2a78-1277-c361-18879850a4e6, oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-da82d47b-91a1-42e8-7014-b5f9f84700a8, oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-42d60a55-2519-b68f-1669-32ee94f35af2 ;
  a2a:hasEvent oa:event_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_0, oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_1, oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_2 ;
  a2a:hasSource oa:source_bhi_81300e90-e172-ea50-e728-edb6e57f2b64 .

oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-0e85804b-2a78-1277-c361-18879850a4e6
  a a2a:Person ;
  rdfs:label "Catharina Maria Elizabeth Gerards" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria Elizabeth Gerards" ;
    a2a:PersonNameFirstName "Catharina Maria Elizabeth" ;
    a2a:PersonNameLastName "Gerards"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1902-01-11"^^xsd:date
  ] .

oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-da82d47b-91a1-42e8-7014-b5f9f84700a8
  a a2a:Person ;
  rdfs:label "Christina Theodora Wouters" ;
  a2a:PersonName [
    rdfs:label "Christina Theodora Wouters" ;
    a2a:PersonNameFirstName "Christina Theodora" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person-42d60a55-2519-b68f-1669-32ee94f35af2
  a a2a:Person ;
  rdfs:label "Hendrikus Gerards" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Gerards" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Gerards"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1902-01-11"^^xsd:date
  ] .

oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person:0e85804b-2a78-1277-c361-18879850a4e6 ;
  a2a:EventKeyRef oa:event_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Event1 .

oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person:da82d47b-91a1-42e8-7014-b5f9f84700a8 ;
  a2a:EventKeyRef oa:event_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Event1 .

oa:relationep_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Person:42d60a55-2519-b68f-1669-32ee94f35af2 ;
  a2a:EventKeyRef oa:event_bhi_81300e90-e172-ea50-e728-edb6e57f2b64_Event1 .

oa:source_bhi_81300e90-e172-ea50-e728-edb6e57f2b64
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1902-01-13 - 1902-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1902-01-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7698, Periode: 1902" ;
    a2a:Book "Geboorteregister Tilburg 1902" ;
    a2a:DocumentNumber "46" ;
    a2a:RegistryNumber "7698" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7698, Periode: 1902, Geboorteregister Tilburg 1902, 46, 7698"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8b14c3e7-9f19-27d5-7065-c4dc4b70c570.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8b14c3e7-9f19-27d5-7065-c4dc4b70c570.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/81300e90-e172-ea50-e728-edb6e57f2b64" ;
  a2a:RecordGUID "{81300e90-e172-ea50-e728-edb6e57f2b64}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_119_00000119.xml van BHI" .

