@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_7d0f83d7-656a-ea34-07b1-d27fd0ced84a
  a a2a:Record ;
  rdfs:label "Geboorte op 14 april 1902" ;
  a2a:hasPerson oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-8806c72f-650d-58a6-700c-065f93dad5f8, oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-aa318f70-8143-01f9-abc2-1f8cd67409c0, oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-573109f7-48ed-da70-f6a9-1033418009f3 ;
  a2a:hasEvent oa:event_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_0, oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_1, oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_2 ;
  a2a:hasSource oa:source_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a .

oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-8806c72f-650d-58a6-700c-065f93dad5f8
  a a2a:Person ;
  rdfs:label "Frederikus Hendrikus Albertus Smits" ;
  a2a:PersonName [
    rdfs:label "Frederikus Hendrikus Albertus Smits" ;
    a2a:PersonNameFirstName "Frederikus Hendrikus Albertus" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1902-04-14"^^xsd:date
  ] .

oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-aa318f70-8143-01f9-abc2-1f8cd67409c0
  a a2a:Person ;
  rdfs:label "Margaretha Johanna Josephina van Otterdijk" ;
  a2a:PersonName [
    rdfs:label "Margaretha Johanna Josephina van Otterdijk" ;
    a2a:PersonNameFirstName "Margaretha Johanna Josephina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Otterdijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person-573109f7-48ed-da70-f6a9-1033418009f3
  a a2a:Person ;
  rdfs:label "Lucas Ludovicus Smits" ;
  a2a:PersonName [
    rdfs:label "Lucas Ludovicus Smits" ;
    a2a:PersonNameFirstName "Lucas Ludovicus" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1902-04-14"^^xsd:date
  ] .

oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person:8806c72f-650d-58a6-700c-065f93dad5f8 ;
  a2a:EventKeyRef oa:event_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Event1 .

oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person:aa318f70-8143-01f9-abc2-1f8cd67409c0 ;
  a2a:EventKeyRef oa:event_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Event1 .

oa:relationep_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Person:573109f7-48ed-da70-f6a9-1033418009f3 ;
  a2a:EventKeyRef oa:event_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a_Event1 .

oa:source_bhi_7d0f83d7-656a-ea34-07b1-d27fd0ced84a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1902-04-15 - 1902-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1902-04-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1200, Periode: 1902" ;
    a2a:Book "Geboorteregister 1902" ;
    a2a:DocumentNumber "240" ;
    a2a:RegistryNumber "1200" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1200, Periode: 1902, Geboorteregister 1902, 240, 1200"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/040739c9-ae8e-a9c2-28e3-92de9517d17a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/040739c9-ae8e-a9c2-28e3-92de9517d17a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7d0f83d7-656a-ea34-07b1-d27fd0ced84a" ;
  a2a:RecordGUID "{7d0f83d7-656a-ea34-07b1-d27fd0ced84a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_4019_00004019.xml van BHI" .

