@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_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f
  a a2a:Record ;
  rdfs:label "Geboorte op 6 januari 1870" ;
  a2a:hasPerson oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-9d0030b3-b346-68ad-c1dd-1a8c0c06b02e, oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-ec879bf8-1b8f-4a4e-9294-2a46eb8b8bdc, oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-0dc99a9e-3e26-8e95-b5c6-2ac4ea98996c ;
  a2a:hasEvent oa:event_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_0, oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_1, oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_2 ;
  a2a:hasSource oa:source_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f .

oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-9d0030b3-b346-68ad-c1dd-1a8c0c06b02e
  a a2a:Person ;
  rdfs:label "Cornelia Bierings" ;
  a2a:PersonName [
    rdfs:label "Cornelia Bierings" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Bierings"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-ec879bf8-1b8f-4a4e-9294-2a46eb8b8bdc
  a a2a:Person ;
  rdfs:label "Gerrit Ardon" ;
  a2a:PersonName [
    rdfs:label "Gerrit Ardon" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Ardon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person-0dc99a9e-3e26-8e95-b5c6-2ac4ea98996c
  a a2a:Person ;
  rdfs:label "Bastiaan Govert Ardon" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Govert Ardon" ;
    a2a:PersonNameFirstName "Bastiaan Govert" ;
    a2a:PersonNameLastName "Ardon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1870-01-06"^^xsd:date
  ] .

oa:event_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1870-01-06"^^xsd:date
  ] .

oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person:9d0030b3-b346-68ad-c1dd-1a8c0c06b02e ;
  a2a:EventKeyRef oa:event_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Event1 .

oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person:ec879bf8-1b8f-4a4e-9294-2a46eb8b8bdc ;
  a2a:EventKeyRef oa:event_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Event1 .

oa:relationep_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Person:0dc99a9e-3e26-8e95-b5c6-2ac4ea98996c ;
  a2a:EventKeyRef oa:event_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f_Event1 .

oa:source_bhi_e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1870-01-06 - 1870-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1870" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1870-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1759, Periode: 1870" ;
    a2a:Book "Geboorteregister Dinteloord 1870" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1759" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1759, Periode: 1870, Geboorteregister Dinteloord 1870, 3, 1759"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d690bcb9-e395-b933-6dde-afb22414cc45.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d690bcb9-e395-b933-6dde-afb22414cc45.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-02-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f" ;
  a2a:RecordGUID "{e7aaab6e-01f3-e4b0-48e0-a2ac53c4676f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8908_00008908.xml van BHI" .

