@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_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff
  a a2a:Record ;
  rdfs:label "Geboorte op 9 maart 1907" ;
  a2a:hasPerson oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-289b7fb1-d35f-eaf0-1cc1-4c12e134be6c, oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-3c8983b9-d2a6-6bcd-5c01-0bc48b982091, oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-ca6e244a-85d9-8ae4-77d0-8f9daee57f29 ;
  a2a:hasEvent oa:event_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_0, oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_1, oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_2 ;
  a2a:hasSource oa:source_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff .

oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-289b7fb1-d35f-eaf0-1cc1-4c12e134be6c
  a a2a:Person ;
  rdfs:label "Marinus Jacobus Josephus Hems" ;
  a2a:PersonName [
    rdfs:label "Marinus Jacobus Josephus Hems" ;
    a2a:PersonNameFirstName "Marinus Jacobus Josephus" ;
    a2a:PersonNameLastName "Hems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-3c8983b9-d2a6-6bcd-5c01-0bc48b982091
  a a2a:Person ;
  rdfs:label "Hendrina Sebilla Maria Haen" ;
  a2a:PersonName [
    rdfs:label "Hendrina Sebilla Maria Haen" ;
    a2a:PersonNameFirstName "Hendrina Sebilla Maria" ;
    a2a:PersonNameLastName "Haen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person-ca6e244a-85d9-8ae4-77d0-8f9daee57f29
  a a2a:Person ;
  rdfs:label "Adolph Johannes Franciscus Hems" ;
  a2a:PersonName [
    rdfs:label "Adolph Johannes Franciscus Hems" ;
    a2a:PersonNameFirstName "Adolph Johannes Franciscus" ;
    a2a:PersonNameLastName "Hems"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1907-03-09"^^xsd:date
  ] .

oa:event_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1907-03-09"^^xsd:date
  ] .

oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person:289b7fb1-d35f-eaf0-1cc1-4c12e134be6c ;
  a2a:EventKeyRef oa:event_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Event1 .

oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person:3c8983b9-d2a6-6bcd-5c01-0bc48b982091 ;
  a2a:EventKeyRef oa:event_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Event1 .

oa:relationep_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Person:ca6e244a-85d9-8ae4-77d0-8f9daee57f29 ;
  a2a:EventKeyRef oa:event_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff_Event1 .

oa:source_bhi_fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1907-03-10 - 1907-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1907-03-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2997, Periode: 1907" ;
    a2a:Book "Geboorteregister Tilburg 1907" ;
    a2a:DocumentNumber "313" ;
    a2a:RegistryNumber "2997" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2997, Periode: 1907, Geboorteregister Tilburg 1907, 313, 2997"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/75b48a10-75a7-91d7-8ed5-f305e9ab0cdc.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/75b48a10-75a7-91d7-8ed5-f305e9ab0cdc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff" ;
  a2a:RecordGUID "{fc3dc66c-fd5b-87c0-9339-e8d56d9e21ff}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_995_00000995.xml van BHI" .

