@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_017bd5ce-643a-1c8f-add7-3c0e6bbc451d
  a a2a:Record ;
  rdfs:label "Geboorte op 16 juli 1900" ;
  a2a:hasPerson oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-7f49e3be-98c5-5302-1951-97465b32b991, oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-26cc8aa9-f9a4-69e9-0dd8-4f05dbbae830, oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-1c0425f7-9656-73b6-0c29-4cea839add9a ;
  a2a:hasEvent oa:event_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_0, oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_1, oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_2 ;
  a2a:hasSource oa:source_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d .

oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-7f49e3be-98c5-5302-1951-97465b32b991
  a a2a:Person ;
  rdfs:label "Franciscus Theodorus Mollen" ;
  a2a:PersonName [
    rdfs:label "Franciscus Theodorus Mollen" ;
    a2a:PersonNameFirstName "Franciscus Theodorus" ;
    a2a:PersonNameLastName "Mollen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1900-07-16"^^xsd:date
  ] .

oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-26cc8aa9-f9a4-69e9-0dd8-4f05dbbae830
  a a2a:Person ;
  rdfs:label "Johanna Stooters" ;
  a2a:PersonName [
    rdfs:label "Johanna Stooters" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Stooters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person-1c0425f7-9656-73b6-0c29-4cea839add9a
  a a2a:Person ;
  rdfs:label "Johan Hendrik Mollen" ;
  a2a:PersonName [
    rdfs:label "Johan Hendrik Mollen" ;
    a2a:PersonNameFirstName "Johan Hendrik" ;
    a2a:PersonNameLastName "Mollen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "7" ;
    a2a:Day "16" ;
    rdfs:label "1900-07-16"^^xsd:date
  ] .

oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person:7f49e3be-98c5-5302-1951-97465b32b991 ;
  a2a:EventKeyRef oa:event_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Event1 .

oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person:26cc8aa9-f9a4-69e9-0dd8-4f05dbbae830 ;
  a2a:EventKeyRef oa:event_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Event1 .

oa:relationep_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Person:1c0425f7-9656-73b6-0c29-4cea839add9a ;
  a2a:EventKeyRef oa:event_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d_Event1 .

oa:source_bhi_017bd5ce-643a-1c8f-add7-3c0e6bbc451d
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1900-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1900" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8154, Periode: 1900" ;
    a2a:Book "Geboorteregister Valkenswaard 1900" ;
    a2a:DocumentNumber "54" ;
    a2a:RegistryNumber "8154" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8154, Periode: 1900, Geboorteregister Valkenswaard 1900, 54, 8154"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/405b2002-9650-e582-73d6-01bb2d02dcb2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/405b2002-9650-e582-73d6-01bb2d02dcb2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/017bd5ce-643a-1c8f-add7-3c0e6bbc451d" ;
  a2a:RecordGUID "{017bd5ce-643a-1c8f-add7-3c0e6bbc451d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1089_00001089.xml van BHI" .

