@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_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1871" ;
  a2a:hasPerson oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-0fc1522a-79ba-3572-9bd4-562032a5f8d8, oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-a4a2cd92-74a5-2933-3feb-fb6c7701f505, oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-7f19a800-6fab-dc58-1930-133380119f39 ;
  a2a:hasEvent oa:event_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_0, oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_1, oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_2 ;
  a2a:hasSource oa:source_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0 .

oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-0fc1522a-79ba-3572-9bd4-562032a5f8d8
  a a2a:Person ;
  rdfs:label "Willemina Oomen" ;
  a2a:PersonName [
    rdfs:label "Willemina Oomen" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Oomen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-a4a2cd92-74a5-2933-3feb-fb6c7701f505
  a a2a:Person ;
  rdfs:label "Martinus Elich" ;
  a2a:PersonName [
    rdfs:label "Martinus Elich" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Elich"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person-7f19a800-6fab-dc58-1930-133380119f39
  a a2a:Person ;
  rdfs:label "Jacoba Maria Elich" ;
  a2a:PersonName [
    rdfs:label "Jacoba Maria Elich" ;
    a2a:PersonNameFirstName "Jacoba Maria" ;
    a2a:PersonNameLastName "Elich"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1871-07-13"^^xsd:date
  ] .

oa:event_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1871-07-13"^^xsd:date
  ] .

oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person:0fc1522a-79ba-3572-9bd4-562032a5f8d8 ;
  a2a:EventKeyRef oa:event_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Event1 .

oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person:a4a2cd92-74a5-2933-3feb-fb6c7701f505 ;
  a2a:EventKeyRef oa:event_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Event1 .

oa:relationep_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Person:7f19a800-6fab-dc58-1930-133380119f39 ;
  a2a:EventKeyRef oa:event_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0_Event1 .

oa:source_bhi_ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1871-07-14 - 1871-07-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-07-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-07-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1871-07-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1187, Periode: 1871" ;
    a2a:Book "Geboorteregister 1871" ;
    a2a:DocumentNumber "271" ;
    a2a:RegistryNumber "1187" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1187, Periode: 1871, Geboorteregister 1871, 271, 1187"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7b9a6862-5030-22db-afa1-e4e2e7b45634.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7b9a6862-5030-22db-afa1-e4e2e7b45634.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0" ;
  a2a:RecordGUID "{ed2dcb1d-1c70-9e29-e6ab-e76438f35ba0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8082_00008082.xml van BHI" .

