@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_102101cf-3c19-e16b-5ecc-65e39d12604d
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1903" ;
  a2a:hasPerson oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-75488195-e3ba-ddd4-29f0-7fc99a579f02, oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-1bc379f7-cd7c-2d25-31cf-7b320b5fc3fa, oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-7825ca76-1e6e-99e4-7842-0b86565f786c ;
  a2a:hasEvent oa:event_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_0, oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_1, oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_2 ;
  a2a:hasSource oa:source_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d .

oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-75488195-e3ba-ddd4-29f0-7fc99a579f02
  a a2a:Person ;
  rdfs:label "August Wilhelm Schmitt" ;
  a2a:PersonName [
    rdfs:label "August Wilhelm Schmitt" ;
    a2a:PersonNameFirstName "August Wilhelm" ;
    a2a:PersonNameLastName "Schmitt"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1903-10-13"^^xsd:date
  ] .

oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-1bc379f7-cd7c-2d25-31cf-7b320b5fc3fa
  a a2a:Person ;
  rdfs:label "Katharina Kugges" ;
  a2a:PersonName [
    rdfs:label "Katharina Kugges" ;
    a2a:PersonNameFirstName "Katharina" ;
    a2a:PersonNameLastName "Kugges"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person-7825ca76-1e6e-99e4-7842-0b86565f786c
  a a2a:Person ;
  rdfs:label "Wilhelm Schmitt" ;
  a2a:PersonName [
    rdfs:label "Wilhelm Schmitt" ;
    a2a:PersonNameFirstName "Wilhelm" ;
    a2a:PersonNameLastName "Schmitt"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1903-10-13"^^xsd:date
  ] .

oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person:75488195-e3ba-ddd4-29f0-7fc99a579f02 ;
  a2a:EventKeyRef oa:event_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Event1 .

oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person:1bc379f7-cd7c-2d25-31cf-7b320b5fc3fa ;
  a2a:EventKeyRef oa:event_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Event1 .

oa:relationep_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Person:7825ca76-1e6e-99e4-7842-0b86565f786c ;
  a2a:EventKeyRef oa:event_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d_Event1 .

oa:source_bhi_102101cf-3c19-e16b-5ecc-65e39d12604d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1903-10-15 - 1903-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1903-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 193, Periode: 1903" ;
    a2a:Book "Geboorteregister Bergen op Zoom 1903" ;
    a2a:DocumentNumber "374" ;
    a2a:RegistryNumber "193" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 193, Periode: 1903, Geboorteregister Bergen op Zoom 1903, 374, 193"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9564da6d-c1b8-2e18-af3d-eaebcf312d4b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9564da6d-c1b8-2e18-af3d-eaebcf312d4b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/102101cf-3c19-e16b-5ecc-65e39d12604d" ;
  a2a:RecordGUID "{102101cf-3c19-e16b-5ecc-65e39d12604d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_69731_00069731.xml van BHI" .

