@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_2e55064f-eb7b-e753-e73e-5af627f77d84
  a a2a:Record ;
  rdfs:label "Geboorte op 10 april 1914" ;
  a2a:hasPerson oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-2f92c29b-ea0e-5f0f-e139-37f6abb44159, oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-3593e09c-bcb5-5dcf-4d5e-725fba9f88a6, oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-9c4b8872-e457-dfd1-5163-8f694a99c5bb ;
  a2a:hasEvent oa:event_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_0, oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_1, oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_2 ;
  a2a:hasSource oa:source_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84 .

oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-2f92c29b-ea0e-5f0f-e139-37f6abb44159
  a a2a:Person ;
  rdfs:label "Maria Dappers" ;
  a2a:PersonName [
    rdfs:label "Maria Dappers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Dappers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-3593e09c-bcb5-5dcf-4d5e-725fba9f88a6
  a a2a:Person ;
  rdfs:label "Hendrikus Theodorus Moorman" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Theodorus Moorman" ;
    a2a:PersonNameFirstName "Hendrikus Theodorus" ;
    a2a:PersonNameLastName "Moorman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1914-04-10"^^xsd:date
  ] .

oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person-9c4b8872-e457-dfd1-5163-8f694a99c5bb
  a a2a:Person ;
  rdfs:label "Josephus Moorman" ;
  a2a:PersonName [
    rdfs:label "Josephus Moorman" ;
    a2a:PersonNameFirstName "Josephus" ;
    a2a:PersonNameLastName "Moorman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1914-04-10"^^xsd:date
  ] .

oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person:2f92c29b-ea0e-5f0f-e139-37f6abb44159 ;
  a2a:EventKeyRef oa:event_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Event1 .

oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person:3593e09c-bcb5-5dcf-4d5e-725fba9f88a6 ;
  a2a:EventKeyRef oa:event_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Event1 .

oa:relationep_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Person:9c4b8872-e457-dfd1-5163-8f694a99c5bb ;
  a2a:EventKeyRef oa:event_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84_Event1 .

oa:source_bhi_2e55064f-eb7b-e753-e73e-5af627f77d84
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Herpen" ;
    rdfs:label "Herpen", "1914-04-11 - 1914-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1914-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1526, Periode: 1914" ;
    a2a:Book "Geboorteregister Herpen 1914" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "1526" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1526, Periode: 1914, Geboorteregister Herpen 1914, 12, 1526"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/27974fd6-cbaf-e102-fa16-9d60426ea715.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/27974fd6-cbaf-e102-fa16-9d60426ea715.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2e55064f-eb7b-e753-e73e-5af627f77d84" ;
  a2a:RecordGUID "{2e55064f-eb7b-e753-e73e-5af627f77d84}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5629_00005629.xml van BHI" .

