@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_4a428cf4-40a7-cd11-eec5-3941c8277a5e
  a a2a:Record ;
  rdfs:label "Geboorte op 30 april 1847" ;
  a2a:hasPerson oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-849a6f35-61f5-0043-6cb4-5844a9018a51, oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-1654da14-8497-6e49-f7fb-8d027a1410ca, oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-81820070-4e14-b52c-c2d6-0221d2a4f208 ;
  a2a:hasEvent oa:event_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_0, oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_1, oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_2 ;
  a2a:hasSource oa:source_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e .

oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-849a6f35-61f5-0043-6cb4-5844a9018a51
  a a2a:Person ;
  rdfs:label "Maria Claudina Henriet" ;
  a2a:PersonName [
    rdfs:label "Maria Claudina Henriet" ;
    a2a:PersonNameFirstName "Maria Claudina" ;
    a2a:PersonNameLastName "Henriet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-1654da14-8497-6e49-f7fb-8d027a1410ca
  a a2a:Person ;
  rdfs:label "Franciskus Jacobus Wils" ;
  a2a:PersonName [
    rdfs:label "Franciskus Jacobus Wils" ;
    a2a:PersonNameFirstName "Franciskus Jacobus" ;
    a2a:PersonNameLastName "Wils"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person-81820070-4e14-b52c-c2d6-0221d2a4f208
  a a2a:Person ;
  rdfs:label "Augustinus Ignatius Antonius Johannis Wils" ;
  a2a:PersonName [
    rdfs:label "Augustinus Ignatius Antonius Johannis Wils" ;
    a2a:PersonNameFirstName "Augustinus Ignatius Antonius Johannis" ;
    a2a:PersonNameLastName "Wils"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1847-04-30"^^xsd:date
  ] .

oa:event_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1847-04-30"^^xsd:date
  ] .

oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person:849a6f35-61f5-0043-6cb4-5844a9018a51 ;
  a2a:EventKeyRef oa:event_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Event1 .

oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person:1654da14-8497-6e49-f7fb-8d027a1410ca ;
  a2a:EventKeyRef oa:event_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Event1 .

oa:relationep_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Person:81820070-4e14-b52c-c2d6-0221d2a4f208 ;
  a2a:EventKeyRef oa:event_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e_Event1 .

oa:source_bhi_4a428cf4-40a7-cd11-eec5-3941c8277a5e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ravenstein" ;
    rdfs:label "Ravenstein", "1847-05-01 - 1847-05-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-05-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-05-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1847-05-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 6507, Periode: 1847" ;
    a2a:Book "Geboorteregister Ravenstein 1847" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "6507" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 6507, Periode: 1847, Geboorteregister Ravenstein 1847, 7, 6507"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d6198381-e965-9433-23d4-f710b73a5f1c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d6198381-e965-9433-23d4-f710b73a5f1c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4a428cf4-40a7-cd11-eec5-3941c8277a5e" ;
  a2a:RecordGUID "{4a428cf4-40a7-cd11-eec5-3941c8277a5e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1797_00001797.xml van BHI" .

