@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_1370a185-80bb-ba00-e1fc-ef96bde2ad9b
  a a2a:Record ;
  rdfs:label "Geboorte op 13 mei 1919" ;
  a2a:hasPerson oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-c02cee38-1754-4354-c0fa-a2497b965855, oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-2c98fd1a-d26c-7b6f-89be-a116266f4c14, oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-1db1d539-07ea-b314-6cae-f12981918486 ;
  a2a:hasEvent oa:event_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_0, oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_1, oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_2 ;
  a2a:hasSource oa:source_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b .

oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-c02cee38-1754-4354-c0fa-a2497b965855
  a a2a:Person ;
  rdfs:label "Maria Minten" ;
  a2a:PersonName [
    rdfs:label "Maria Minten" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Minten"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-2c98fd1a-d26c-7b6f-89be-a116266f4c14
  a a2a:Person ;
  rdfs:label "Arnoldus Schoenmakers" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Schoenmakers" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Schoenmakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person-1db1d539-07ea-b314-6cae-f12981918486
  a a2a:Person ;
  rdfs:label "Johan Arnold Maria Schoenmakers" ;
  a2a:PersonName [
    rdfs:label "Johan Arnold Maria Schoenmakers" ;
    a2a:PersonNameFirstName "Johan Arnold Maria" ;
    a2a:PersonNameLastName "Schoenmakers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1919-05-13"^^xsd:date
  ] .

oa:event_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1919-05-13"^^xsd:date
  ] .

oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person:c02cee38-1754-4354-c0fa-a2497b965855 ;
  a2a:EventKeyRef oa:event_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Event1 .

oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person:2c98fd1a-d26c-7b6f-89be-a116266f4c14 ;
  a2a:EventKeyRef oa:event_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Event1 .

oa:relationep_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Person:1db1d539-07ea-b314-6cae-f12981918486 ;
  a2a:EventKeyRef oa:event_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b_Event1 .

oa:source_bhi_1370a185-80bb-ba00-e1fc-ef96bde2ad9b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oploo, Sint Anthonis en Ledeacker" ;
    rdfs:label "Oploo, Sint Anthonis en Ledeacker", "1919-05-14 - 1919-05-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-05-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-05-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "5" ;
    a2a:Day "14" ;
    rdfs:label "1919-05-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2278, Periode: 1919" ;
    a2a:Book "Geboorteregister Oploo, Sint Anthonis en Ledeacker 1919" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "2278" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2278, Periode: 1919, Geboorteregister Oploo, Sint Anthonis en Ledeacker 1919, 23, 2278"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6852190f-e2c0-fb87-d5f8-848580f1a575.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6852190f-e2c0-fb87-d5f8-848580f1a575.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1370a185-80bb-ba00-e1fc-ef96bde2ad9b" ;
  a2a:RecordGUID "{1370a185-80bb-ba00-e1fc-ef96bde2ad9b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_725_00000725.xml van BHI" .

