@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_2d00a0bd-8f33-7b95-01fb-c207ce8b260d
  a a2a:Record ;
  rdfs:label "Geboorte op 19 mei 1844" ;
  a2a:hasPerson oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-48115d6d-566e-7aef-75f1-5532b484b0f6, oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-4e9c47ce-952a-6164-cf17-02de8a66c544, oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-f6d4cd2f-48ed-6fdc-9eef-48b49e500690 ;
  a2a:hasEvent oa:event_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_0, oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_1, oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_2 ;
  a2a:hasSource oa:source_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d .

oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-48115d6d-566e-7aef-75f1-5532b484b0f6
  a a2a:Person ;
  rdfs:label "Antonie Pieter Smid" ;
  a2a:PersonName [
    rdfs:label "Antonie Pieter Smid" ;
    a2a:PersonNameFirstName "Antonie Pieter" ;
    a2a:PersonNameLastName "Smid"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-4e9c47ce-952a-6164-cf17-02de8a66c544
  a a2a:Person ;
  rdfs:label "Jacoba Smeulders" ;
  a2a:PersonName [
    rdfs:label "Jacoba Smeulders" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Smeulders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person-f6d4cd2f-48ed-6fdc-9eef-48b49e500690
  a a2a:Person ;
  rdfs:label "Johannes Smid" ;
  a2a:PersonName [
    rdfs:label "Johannes Smid" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Smid"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1844-05-19"^^xsd:date
  ] .

oa:event_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1844-05-19"^^xsd:date
  ] .

oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person:48115d6d-566e-7aef-75f1-5532b484b0f6 ;
  a2a:EventKeyRef oa:event_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Event1 .

oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person:4e9c47ce-952a-6164-cf17-02de8a66c544 ;
  a2a:EventKeyRef oa:event_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Event1 .

oa:relationep_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Person:f6d4cd2f-48ed-6fdc-9eef-48b49e500690 ;
  a2a:EventKeyRef oa:event_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d_Event1 .

oa:source_bhi_2d00a0bd-8f33-7b95-01fb-c207ce8b260d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1844-05-20 - 1844-05-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-05-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-05-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "20" ;
    rdfs:label "1844-05-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7669, Periode: 1844" ;
    a2a:Book "Geboorteregister Tilburg 1844" ;
    a2a:DocumentNumber "175" ;
    a2a:RegistryNumber "7669" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7669, Periode: 1844, Geboorteregister Tilburg 1844, 175, 7669"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b2fe9958-f514-a3d9-f722-0ebc53892215.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b2fe9958-f514-a3d9-f722-0ebc53892215.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2d00a0bd-8f33-7b95-01fb-c207ce8b260d" ;
  a2a:RecordGUID "{2d00a0bd-8f33-7b95-01fb-c207ce8b260d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2314_00002314.xml van BHI" .

