@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_2f2bc045-0fba-3fc0-87bd-69fce489bc94
  a a2a:Record ;
  rdfs:label "Geboorte op 25 oktober 1889" ;
  a2a:hasPerson oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-adf93571-f5cb-c736-fead-4a628b58d77c, oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-57ed61f0-7153-caaa-80b6-25df9dcc1553, oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-18118b3b-cf6c-4335-e8e6-0b4116a25b6f ;
  a2a:hasEvent oa:event_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_0, oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_1, oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_2 ;
  a2a:hasSource oa:source_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94 .

oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-adf93571-f5cb-c736-fead-4a628b58d77c
  a a2a:Person ;
  rdfs:label "Francina Roefs" ;
  a2a:PersonName [
    rdfs:label "Francina Roefs" ;
    a2a:PersonNameFirstName "Francina" ;
    a2a:PersonNameLastName "Roefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-57ed61f0-7153-caaa-80b6-25df9dcc1553
  a a2a:Person ;
  rdfs:label "Anna Francina Helena Maria van Nunen" ;
  a2a:PersonName [
    rdfs:label "Anna Francina Helena Maria van Nunen" ;
    a2a:PersonNameFirstName "Anna Francina Helena Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nunen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1889-10-25"^^xsd:date
  ] .

oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person-18118b3b-cf6c-4335-e8e6-0b4116a25b6f
  a a2a:Person ;
  rdfs:label "Joannes Cornelis Josephus van Nunen" ;
  a2a:PersonName [
    rdfs:label "Joannes Cornelis Josephus van Nunen" ;
    a2a:PersonNameFirstName "Joannes Cornelis Josephus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Nunen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1889-10-25"^^xsd:date
  ] .

oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person:adf93571-f5cb-c736-fead-4a628b58d77c ;
  a2a:EventKeyRef oa:event_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Event1 .

oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person:57ed61f0-7153-caaa-80b6-25df9dcc1553 ;
  a2a:EventKeyRef oa:event_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Event1 .

oa:relationep_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Person:18118b3b-cf6c-4335-e8e6-0b4116a25b6f ;
  a2a:EventKeyRef oa:event_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94_Event1 .

oa:source_bhi_2f2bc045-0fba-3fc0-87bd-69fce489bc94
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1889-10-25 - 1889-10-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-10-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-10-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1889-10-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3537, Periode: 1889" ;
    a2a:Book "Geboorteregister Helmond 1889" ;
    a2a:DocumentNumber "271" ;
    a2a:RegistryNumber "3537" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3537, Periode: 1889, Geboorteregister Helmond 1889, 271, 3537"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d503eccc-5148-63e8-6812-d91e49e8e13d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d503eccc-5148-63e8-6812-d91e49e8e13d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2f2bc045-0fba-3fc0-87bd-69fce489bc94" ;
  a2a:RecordGUID "{2f2bc045-0fba-3fc0-87bd-69fce489bc94}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5661_00005661.xml van BHI" .

