@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_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d
  a a2a:Record ;
  rdfs:label "Geboorte op 21 januari 1899 te Breda" ;
  a2a:hasPerson oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-26b7c1bb-16e4-c5f6-3dc4-27285ac61359, oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-8a847b3a-a65c-1ed5-6514-6223823971cc, oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-1a63c253-2fe7-1282-679c-32317bf7d483 ;
  a2a:hasEvent oa:event_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Event1 ;
  a2a:hasRelationEP oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_0, oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_1, oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_2 ;
  a2a:hasSource oa:source_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d .

oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-26b7c1bb-16e4-c5f6-3dc4-27285ac61359
  a a2a:Person ;
  rdfs:label "Hiskias Smeenk" ;
  a2a:PersonName [
    rdfs:label "Hiskias Smeenk" ;
    a2a:PersonNameFirstName "Hiskias" ;
    a2a:PersonNameLastName "Smeenk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-8a847b3a-a65c-1ed5-6514-6223823971cc
  a a2a:Person ;
  rdfs:label "Trijntje Smits" ;
  a2a:PersonName [
    rdfs:label "Trijntje Smits" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Smits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person-1a63c253-2fe7-1282-679c-32317bf7d483
  a a2a:Person ;
  rdfs:label "Frans Hermanus Smeenk" ;
  a2a:PersonName [
    rdfs:label "Frans Hermanus Smeenk" ;
    a2a:PersonNameFirstName "Frans Hermanus" ;
    a2a:PersonNameLastName "Smeenk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1899-01-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:event_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1899-01-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda"
  ] .

oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person:26b7c1bb-16e4-c5f6-3dc4-27285ac61359 ;
  a2a:EventKeyRef oa:event_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Event1 .

oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person:8a847b3a-a65c-1ed5-6514-6223823971cc ;
  a2a:EventKeyRef oa:event_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Event1 .

oa:relationep_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Person:1a63c253-2fe7-1282-679c-32317bf7d483 ;
  a2a:EventKeyRef oa:event_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d_Event1 .

oa:source_brd_a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d
  a a2a:Source ;
  rdfs:label "Stadsarchief Breda, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1899-01-21 - 1899-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1899-01-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Breda" ;
    a2a:Place "Breda" ;
    a2a:Collection "Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1899" ;
    a2a:Book "Geboorteregister 1899" ;
    a2a:DocumentNumber "050" ;
    rdfs:label "Stadsarchief Breda, Breda, Archiefnaam: Archief van de ambtenaar Burgerlijke Stand Breda, Bron: boek, Periode: 1899, Geboorteregister 1899, 050"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/brd/thumb/640x480/817feeca-8751-11e3-be3a-ebb9fcbe334c.jpg" ;
    a2a:UriViewer "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d" ;
    a2a:UriPreview "https://images.memorix.nl/brd/thumb/250x250/817feeca-8751-11e3-be3a-ebb9fcbe334c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://stadsarchief.breda.nl/collectie/archief/genealogische-bronnen/deeds/a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d" ;
  a2a:RecordGUID "{a6089e1a-13b6-cfcb-2cd6-74bc8c1c2a3d}" ;
  a2a:SourceRemarkOpmerking "<a target=\"_blank\" href='/collectie/archief/bladeren-door-bronnen/deeds?f={\"search_s_register_naam\":{\"v\":\"Geboorteregister+1899\"}}'>Bekijk Akten</a>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_3349_00003349.xml van BRD" .

