@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_6c7e3f1a-e052-1661-65fe-e7538eb80e7c
  a a2a:Record ;
  rdfs:label "Geboorte op 18 augustus 1900" ;
  a2a:hasPerson oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-0942a10e-88c0-8d96-dc07-bc7b15d87701, oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-b52607c0-c63c-ed6d-1cf2-93108d74befb, oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-8850fa5e-4aa5-16dd-38dc-694dc6e1d246 ;
  a2a:hasEvent oa:event_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_0, oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_1, oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_2 ;
  a2a:hasSource oa:source_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c .

oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-0942a10e-88c0-8d96-dc07-bc7b15d87701
  a a2a:Person ;
  rdfs:label "Betje Meijer" ;
  a2a:PersonName [
    rdfs:label "Betje Meijer" ;
    a2a:PersonNameFirstName "Betje" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-b52607c0-c63c-ed6d-1cf2-93108d74befb
  a a2a:Person ;
  rdfs:label "Job Teuling" ;
  a2a:PersonName [
    rdfs:label "Job Teuling" ;
    a2a:PersonNameFirstName "Job" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person-8850fa5e-4aa5-16dd-38dc-694dc6e1d246
  a a2a:Person ;
  rdfs:label "Jan Gerrit Teuling" ;
  a2a:PersonName [
    rdfs:label "Jan Gerrit Teuling" ;
    a2a:PersonNameFirstName "Jan Gerrit" ;
    a2a:PersonNameLastName "Teuling"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1900-08-18"^^xsd:date
  ] .

oa:event_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1900-08-18"^^xsd:date
  ] .

oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person:0942a10e-88c0-8d96-dc07-bc7b15d87701 ;
  a2a:EventKeyRef oa:event_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Event1 .

oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person:b52607c0-c63c-ed6d-1cf2-93108d74befb ;
  a2a:EventKeyRef oa:event_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Event1 .

oa:relationep_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Person:8850fa5e-4aa5-16dd-38dc-694dc6e1d246 ;
  a2a:EventKeyRef oa:event_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c_Event1 .

oa:source_bhi_6c7e3f1a-e052-1661-65fe-e7538eb80e7c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Almkerk" ;
    rdfs:label "Almkerk", "1900-08-20 - 1900-08-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-08-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-08-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1900-08-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 99, Periode: 1900" ;
    a2a:Book "Geboorteregister Almkerk 1900" ;
    a2a:DocumentNumber "58" ;
    a2a:RegistryNumber "99" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 99, Periode: 1900, Geboorteregister Almkerk 1900, 58, 99"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9ac7100e-c963-960f-5ff7-8cbc7369d8e2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9ac7100e-c963-960f-5ff7-8cbc7369d8e2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/6c7e3f1a-e052-1661-65fe-e7538eb80e7c" ;
  a2a:RecordGUID "{6c7e3f1a-e052-1661-65fe-e7538eb80e7c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1684_00001684.xml van BHI" .

