@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_39110df2-61d4-ab2d-c5e6-eafb4686d170
  a a2a:Record ;
  rdfs:label "Geboorte op 14 augustus 1897" ;
  a2a:hasPerson oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-32ba2fff-20e8-c2c9-adc0-5ea4d098c874, oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-4ff2dacd-d0dc-bcd3-d5c8-48ce4471871a, oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-dff0909b-7fac-40ad-43a4-d6ccd11cda44 ;
  a2a:hasEvent oa:event_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_0, oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_1, oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_2 ;
  a2a:hasSource oa:source_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170 .

oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-32ba2fff-20e8-c2c9-adc0-5ea4d098c874
  a a2a:Person ;
  rdfs:label "Jaques Marie Martens" ;
  a2a:PersonName [
    rdfs:label "Jaques Marie Martens" ;
    a2a:PersonNameFirstName "Jaques Marie" ;
    a2a:PersonNameLastName "Martens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1897-08-14"^^xsd:date
  ] .

oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-4ff2dacd-d0dc-bcd3-d5c8-48ce4471871a
  a a2a:Person ;
  rdfs:label "Anna Maria van der Made" ;
  a2a:PersonName [
    rdfs:label "Anna Maria van der Made" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Made"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person-dff0909b-7fac-40ad-43a4-d6ccd11cda44
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Bartholomeus Martens" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Bartholomeus Martens" ;
    a2a:PersonNameFirstName "Adrianus Johannes Bartholomeus" ;
    a2a:PersonNameLastName "Martens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1897-08-14"^^xsd:date
  ] .

oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person:32ba2fff-20e8-c2c9-adc0-5ea4d098c874 ;
  a2a:EventKeyRef oa:event_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Event1 .

oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person:4ff2dacd-d0dc-bcd3-d5c8-48ce4471871a ;
  a2a:EventKeyRef oa:event_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Event1 .

oa:relationep_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Person:dff0909b-7fac-40ad-43a4-d6ccd11cda44 ;
  a2a:EventKeyRef oa:event_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170_Event1 .

oa:source_bhi_39110df2-61d4-ab2d-c5e6-eafb4686d170
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Made en Drimmelen" ;
    rdfs:label "Made en Drimmelen", "1897-08-14 - 1897-08-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-08-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-08-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1897-08-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5011, Periode: 1897" ;
    a2a:Book "Geboorteregister Made en Drimmelen 1897" ;
    a2a:DocumentNumber "100" ;
    a2a:RegistryNumber "5011" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5011, Periode: 1897, Geboorteregister Made en Drimmelen 1897, 100, 5011"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f70e0962-a82c-4163-a2d2-c106834aa475.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f70e0962-a82c-4163-a2d2-c106834aa475.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/39110df2-61d4-ab2d-c5e6-eafb4686d170" ;
  a2a:RecordGUID "{39110df2-61d4-ab2d-c5e6-eafb4686d170}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_76194_00076194.xml van BHI" .

