@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_5dabdb36-067b-adff-26f5-e413de64d7d1
  a a2a:Record ;
  rdfs:label "Geboorte op 1 maart 1906" ;
  a2a:hasPerson oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-efa81f07-754c-97c9-5b7a-ffb99d5813e7, oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-7d5263f1-9397-4625-4fb0-cc7788ae3ee3, oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-ad5b8bdc-68b8-6945-2d54-3af6e031a5b2 ;
  a2a:hasEvent oa:event_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_0, oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_1, oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_2 ;
  a2a:hasSource oa:source_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1 .

oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-efa81f07-754c-97c9-5b7a-ffb99d5813e7
  a a2a:Person ;
  rdfs:label "Anna Maria Peters" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Peters" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-7d5263f1-9397-4625-4fb0-cc7788ae3ee3
  a a2a:Person ;
  rdfs:label "Hendrikus Wilhelmus Josephus Janssen" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Wilhelmus Josephus Janssen" ;
    a2a:PersonNameFirstName "Hendrikus Wilhelmus Josephus" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1906-03-01"^^xsd:date
  ] .

oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person-ad5b8bdc-68b8-6945-2d54-3af6e031a5b2
  a a2a:Person ;
  rdfs:label "Antonius Mathijs Janssen" ;
  a2a:PersonName [
    rdfs:label "Antonius Mathijs Janssen" ;
    a2a:PersonNameFirstName "Antonius Mathijs" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1906-03-01"^^xsd:date
  ] .

oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person:efa81f07-754c-97c9-5b7a-ffb99d5813e7 ;
  a2a:EventKeyRef oa:event_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Event1 .

oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person:7d5263f1-9397-4625-4fb0-cc7788ae3ee3 ;
  a2a:EventKeyRef oa:event_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Event1 .

oa:relationep_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Person:ad5b8bdc-68b8-6945-2d54-3af6e031a5b2 ;
  a2a:EventKeyRef oa:event_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1_Event1 .

oa:source_bhi_5dabdb36-067b-adff-26f5-e413de64d7d1
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Grave" ;
    rdfs:label "Grave", "1906-01-01 - 1906-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1906" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1297, Periode: 1906" ;
    a2a:Book "Geboorteregister Grave 1906" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "1297" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1297, Periode: 1906, Geboorteregister Grave 1906, 9, 1297"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/95ebc685-fd7e-763d-f456-646136c17ee9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/95ebc685-fd7e-763d-f456-646136c17ee9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/5dabdb36-067b-adff-26f5-e413de64d7d1" ;
  a2a:RecordGUID "{5dabdb36-067b-adff-26f5-e413de64d7d1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2450_00002450.xml van BHI" .

