@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_e13d9a76-9b60-e282-29a2-57919ec6d638
  a a2a:Record ;
  rdfs:label "Geboorte op 4 mei 1909" ;
  a2a:hasPerson oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-4a23dab8-29c0-d406-c955-beb5994bac3b, oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-88c0ab3d-9b91-977d-6708-0687cc77ecd2, oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-5bc57261-5e62-8d5b-e93c-d761c6a0a6d1 ;
  a2a:hasEvent oa:event_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_0, oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_1, oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_2 ;
  a2a:hasSource oa:source_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638 .

oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-4a23dab8-29c0-d406-c955-beb5994bac3b
  a a2a:Person ;
  rdfs:label "Johannes Cornelis Vos" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis Vos" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-88c0ab3d-9b91-977d-6708-0687cc77ecd2
  a a2a:Person ;
  rdfs:label "Maria Johanna Mannie" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Mannie" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Mannie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person-5bc57261-5e62-8d5b-e93c-d761c6a0a6d1
  a a2a:Person ;
  rdfs:label "Adriana Maria Johanna Catharina Vos" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Johanna Catharina Vos" ;
    a2a:PersonNameFirstName "Adriana Maria Johanna Catharina" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1909-05-04"^^xsd:date
  ] .

oa:event_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1909-05-04"^^xsd:date
  ] .

oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person:4a23dab8-29c0-d406-c955-beb5994bac3b ;
  a2a:EventKeyRef oa:event_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Event1 .

oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person:88c0ab3d-9b91-977d-6708-0687cc77ecd2 ;
  a2a:EventKeyRef oa:event_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Event1 .

oa:relationep_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Person:5bc57261-5e62-8d5b-e93c-d761c6a0a6d1 ;
  a2a:EventKeyRef oa:event_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638_Event1 .

oa:source_bhi_e13d9a76-9b60-e282-29a2-57919ec6d638
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1909-05-04 - 1909-05-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-05-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-05-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "5" ;
    a2a:Day "4" ;
    rdfs:label "1909-05-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2999, Periode: 1909" ;
    a2a:Book "Geboorteregister Tilburg 1909" ;
    a2a:DocumentNumber "630" ;
    a2a:RegistryNumber "2999" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2999, Periode: 1909, Geboorteregister Tilburg 1909, 630, 2999"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/110e97e7-234c-7806-5053-a294af963e2b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/110e97e7-234c-7806-5053-a294af963e2b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e13d9a76-9b60-e282-29a2-57919ec6d638" ;
  a2a:RecordGUID "{e13d9a76-9b60-e282-29a2-57919ec6d638}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2621_00002621.xml van BHI" .

