@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_0df12e1e-8092-ae4e-a58b-8dffd3603deb
  a a2a:Record ;
  rdfs:label "Geboorte op 5 september 1830" ;
  a2a:hasPerson oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-d1bad519-6d24-4542-6c5c-3178ea449ff5, oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-cd5f82e5-4628-a8f7-f33d-b9a4a0e85866, oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-c500eebd-4ceb-e911-5d9d-d7349eeb7949 ;
  a2a:hasEvent oa:event_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_0, oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_1, oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_2 ;
  a2a:hasSource oa:source_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb .

oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-d1bad519-6d24-4542-6c5c-3178ea449ff5
  a a2a:Person ;
  rdfs:label "Jan Nelemans" ;
  a2a:PersonName [
    rdfs:label "Jan Nelemans" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Nelemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-cd5f82e5-4628-a8f7-f33d-b9a4a0e85866
  a a2a:Person ;
  rdfs:label "Adriana Veraart" ;
  a2a:PersonName [
    rdfs:label "Adriana Veraart" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Veraart"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person-c500eebd-4ceb-e911-5d9d-d7349eeb7949
  a a2a:Person ;
  rdfs:label "Marijn Nelemans" ;
  a2a:PersonName [
    rdfs:label "Marijn Nelemans" ;
    a2a:PersonNameFirstName "Marijn" ;
    a2a:PersonNameLastName "Nelemans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1830-09-05"^^xsd:date
  ] .

oa:event_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1830" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1830-09-05"^^xsd:date
  ] .

oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person:d1bad519-6d24-4542-6c5c-3178ea449ff5 ;
  a2a:EventKeyRef oa:event_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Event1 .

oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person:cd5f82e5-4628-a8f7-f33d-b9a4a0e85866 ;
  a2a:EventKeyRef oa:event_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Event1 .

oa:relationep_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Person:c500eebd-4ceb-e911-5d9d-d7349eeb7949 ;
  a2a:EventKeyRef oa:event_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb_Event1 .

oa:source_bhi_0df12e1e-8092-ae4e-a58b-8dffd3603deb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1830-09-06 - 1830-09-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-09-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-09-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1830" ;
    a2a:Month "9" ;
    a2a:Day "6" ;
    rdfs:label "1830-09-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6619, Periode: 1830" ;
    a2a:Book "Geboorteregister Roosendaal 1830" ;
    a2a:DocumentNumber "85" ;
    a2a:RegistryNumber "6619" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6619, Periode: 1830, Geboorteregister Roosendaal 1830, 85, 6619"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/87444a65-5c7f-5fbd-e19d-76df7cb3011e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/87444a65-5c7f-5fbd-e19d-76df7cb3011e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0df12e1e-8092-ae4e-a58b-8dffd3603deb" ;
  a2a:RecordGUID "{0df12e1e-8092-ae4e-a58b-8dffd3603deb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3026_00003026.xml van BHI" .

