@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_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185
  a a2a:Record ;
  rdfs:label "Geboorte op 23 juli 1873 te 's-Hertogenbosch" ;
  a2a:hasPerson oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-29159a57-550e-6d24-e259-59c5c5f0e4f8, oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-e67e3f20-7340-a6fb-a7eb-6b432cc1b18d, oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-a2d3c7fb-6687-ace3-e215-a3f2e39b59a4 ;
  a2a:hasEvent oa:event_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_0, oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_1, oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_2 ;
  a2a:hasSource oa:source_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185 .

oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-29159a57-550e-6d24-e259-59c5c5f0e4f8
  a a2a:Person ;
  rdfs:label "Wouterina Magdalena van Hoek" ;
  a2a:PersonName [
    rdfs:label "Wouterina Magdalena van Hoek" ;
    a2a:PersonNameFirstName "Wouterina Magdalena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-e67e3f20-7340-a6fb-a7eb-6b432cc1b18d
  a a2a:Person ;
  rdfs:label "Francina Moors" ;
  a2a:PersonName [
    rdfs:label "Francina Moors" ;
    a2a:PersonNameFirstName "Francina" ;
    a2a:PersonNameLastName "Moors"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1873" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1873-07-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person-a2d3c7fb-6687-ace3-e215-a3f2e39b59a4
  a a2a:Person ;
  rdfs:label "Carolus Petrus Moors" ;
  a2a:PersonName [
    rdfs:label "Carolus Petrus Moors" ;
    a2a:PersonNameFirstName "Carolus Petrus" ;
    a2a:PersonNameLastName "Moors"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1873-07-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] .

oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person:29159a57-550e-6d24-e259-59c5c5f0e4f8 ;
  a2a:EventKeyRef oa:event_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Event1 .

oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person:e67e3f20-7340-a6fb-a7eb-6b432cc1b18d ;
  a2a:EventKeyRef oa:event_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Event1 .

oa:relationep_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Person:a2d3c7fb-6687-ace3-e215-a3f2e39b59a4 ;
  a2a:EventKeyRef oa:event_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185_Event1 .

oa:source_bhi_4870b9f3-aaa2-e2d2-7917-7d0ed4a39185
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1873-07-23 - 1873-07-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1873-07-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1873-07-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1873" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1873-07-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3805, Periode: 1873" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1873" ;
    a2a:DocumentNumber "469" ;
    a2a:RegistryNumber "3805" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3805, Periode: 1873, Geboorteregister 's-Hertogenbosch 1873, 469, 3805"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ebf03f07-0758-1d64-94c2-c6998799ba7b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ebf03f07-0758-1d64-94c2-c6998799ba7b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4870b9f3-aaa2-e2d2-7917-7d0ed4a39185" ;
  a2a:RecordGUID "{4870b9f3-aaa2-e2d2-7917-7d0ed4a39185}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1538_00001538.xml van BHI" .

