@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_5232c91e-2a0f-d281-e4cb-3a93eee72d4f
  a a2a:Record ;
  rdfs:label "Geboorte op 15 februari 1893" ;
  a2a:hasPerson oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-20ec0b57-ec4e-6968-f797-7e668ff06ead, oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-b929e6e7-0fdc-f04d-8bad-148b34a45d23, oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-336425f5-947f-a1b4-ab13-0ff910d0bdf8 ;
  a2a:hasEvent oa:event_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_0, oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_1, oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_2 ;
  a2a:hasSource oa:source_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f .

oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-20ec0b57-ec4e-6968-f797-7e668ff06ead
  a a2a:Person ;
  rdfs:label "Anna Maria Franken" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Franken" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Franken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-b929e6e7-0fdc-f04d-8bad-148b34a45d23
  a a2a:Person ;
  rdfs:label "Johannes Mulders" ;
  a2a:PersonName [
    rdfs:label "Johannes Mulders" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Mulders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person-336425f5-947f-a1b4-ab13-0ff910d0bdf8
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Mulders" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Mulders" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Mulders"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1893-02-15"^^xsd:date
  ] .

oa:event_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "2" ;
    a2a:Day "15" ;
    rdfs:label "1893-02-15"^^xsd:date
  ] .

oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person:20ec0b57-ec4e-6968-f797-7e668ff06ead ;
  a2a:EventKeyRef oa:event_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Event1 .

oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person:b929e6e7-0fdc-f04d-8bad-148b34a45d23 ;
  a2a:EventKeyRef oa:event_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Event1 .

oa:relationep_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Person:336425f5-947f-a1b4-ab13-0ff910d0bdf8 ;
  a2a:EventKeyRef oa:event_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f_Event1 .

oa:source_bhi_5232c91e-2a0f-d281-e4cb-3a93eee72d4f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1893-02-16 - 1893-02-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-02-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-02-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1893-02-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1196, Periode: 1893" ;
    a2a:Book "Geboorteregister 1893" ;
    a2a:DocumentNumber "132" ;
    a2a:RegistryNumber "1196" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1196, Periode: 1893, Geboorteregister 1893, 132, 1196"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/22341ee5-be24-f8f3-d7a0-8f812ef020df.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/22341ee5-be24-f8f3-d7a0-8f812ef020df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5232c91e-2a0f-d281-e4cb-3a93eee72d4f" ;
  a2a:RecordGUID "{5232c91e-2a0f-d281-e4cb-3a93eee72d4f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1309_00001309.xml van BHI" .

