@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_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb
  a a2a:Record ;
  rdfs:label "Geboorte op 16 mei 1917" ;
  a2a:hasPerson oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-05add966-a8de-3f91-ad77-1cc69fa7bb49, oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-a6717c36-4bec-4162-034c-026b94dea297, oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-456646ad-f053-5275-867b-267fd241cfeb ;
  a2a:hasEvent oa:event_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_0, oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_1, oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_2 ;
  a2a:hasSource oa:source_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb .

oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-05add966-a8de-3f91-ad77-1cc69fa7bb49
  a a2a:Person ;
  rdfs:label "Maria Jacoba Ebben" ;
  a2a:PersonName [
    rdfs:label "Maria Jacoba Ebben" ;
    a2a:PersonNameFirstName "Maria Jacoba" ;
    a2a:PersonNameLastName "Ebben"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-a6717c36-4bec-4162-034c-026b94dea297
  a a2a:Person ;
  rdfs:label "Cornelia Helena Clabbers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Helena Clabbers" ;
    a2a:PersonNameFirstName "Cornelia Helena" ;
    a2a:PersonNameLastName "Clabbers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1917-05-16"^^xsd:date
  ] .

oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person-456646ad-f053-5275-867b-267fd241cfeb
  a a2a:Person ;
  rdfs:label "Wilhelmus Antonius Clabbers" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Antonius Clabbers" ;
    a2a:PersonNameFirstName "Wilhelmus Antonius" ;
    a2a:PersonNameLastName "Clabbers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1917-05-16"^^xsd:date
  ] .

oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person:05add966-a8de-3f91-ad77-1cc69fa7bb49 ;
  a2a:EventKeyRef oa:event_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Event1 .

oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person:a6717c36-4bec-4162-034c-026b94dea297 ;
  a2a:EventKeyRef oa:event_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Event1 .

oa:relationep_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Person:456646ad-f053-5275-867b-267fd241cfeb ;
  a2a:EventKeyRef oa:event_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb_Event1 .

oa:source_bhi_2fc67449-8b3b-69f4-e67d-8ef649ceb2eb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Boxmeer" ;
    rdfs:label "Boxmeer", "1917-05-16 - 1917-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1917-05-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 394, Periode: 1917" ;
    a2a:Book "Geboorteregister Boxmeer 1917" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "394" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 394, Periode: 1917, Geboorteregister Boxmeer 1917, 33, 394"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/444b09d8-922c-f41f-175a-0a3ca405460f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/444b09d8-922c-f41f-175a-0a3ca405460f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2fc67449-8b3b-69f4-e67d-8ef649ceb2eb" ;
  a2a:RecordGUID "{2fc67449-8b3b-69f4-e67d-8ef649ceb2eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5685_00005685.xml van BHI" .

