@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_9fe73591-e07c-aa6b-d579-e589ca08c764
  a a2a:Record ;
  rdfs:label "Geboorte op 28 mei 1906" ;
  a2a:hasPerson oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-7a6f7e25-2bd8-109f-cbfd-a221a8795a68, oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-60dee738-1722-fd05-4195-ad71e1bea6cf, oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-6f2633f3-03fc-8c94-b70b-6ee897efecef ;
  a2a:hasEvent oa:event_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_0, oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_1, oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_2 ;
  a2a:hasSource oa:source_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764 .

oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-7a6f7e25-2bd8-109f-cbfd-a221a8795a68
  a a2a:Person ;
  rdfs:label "Paulus Joannes Abraham Obbens" ;
  a2a:PersonName [
    rdfs:label "Paulus Joannes Abraham Obbens" ;
    a2a:PersonNameFirstName "Paulus Joannes Abraham" ;
    a2a:PersonNameLastName "Obbens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-60dee738-1722-fd05-4195-ad71e1bea6cf
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Emmen" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Emmen" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Emmen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person-6f2633f3-03fc-8c94-b70b-6ee897efecef
  a a2a:Person ;
  rdfs:label "Anna Paulina Adriana Maria Obbens" ;
  a2a:PersonName [
    rdfs:label "Anna Paulina Adriana Maria Obbens" ;
    a2a:PersonNameFirstName "Anna Paulina Adriana Maria" ;
    a2a:PersonNameLastName "Obbens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1906-05-28"^^xsd:date
  ] .

oa:event_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1906-05-28"^^xsd:date
  ] .

oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person:7a6f7e25-2bd8-109f-cbfd-a221a8795a68 ;
  a2a:EventKeyRef oa:event_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Event1 .

oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person:60dee738-1722-fd05-4195-ad71e1bea6cf ;
  a2a:EventKeyRef oa:event_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Event1 .

oa:relationep_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Person:6f2633f3-03fc-8c94-b70b-6ee897efecef ;
  a2a:EventKeyRef oa:event_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764_Event1 .

oa:source_bhi_9fe73591-e07c-aa6b-d579-e589ca08c764
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1906-05-28 - 1906-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1906-05-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2996, Periode: 1906" ;
    a2a:Book "Geboorteregister Tilburg 1906" ;
    a2a:DocumentNumber "696" ;
    a2a:RegistryNumber "2996" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2996, Periode: 1906, Geboorteregister Tilburg 1906, 696, 2996"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ed0d6e36-5cf7-992c-3aa2-edc71924c33d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ed0d6e36-5cf7-992c-3aa2-edc71924c33d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/9fe73591-e07c-aa6b-d579-e589ca08c764" ;
  a2a:RecordGUID "{9fe73591-e07c-aa6b-d579-e589ca08c764}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1833_00001833.xml van BHI" .

