@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_fe8ea889-5f79-e0f2-c323-2ed9a8a485db
  a a2a:Record ;
  rdfs:label "Geboorte op 28 juli 1897" ;
  a2a:hasPerson oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-7ae8ff50-f41b-4ca4-8b97-fa97e50ecc2b, oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-8d2c6318-7dcd-c594-7b4f-c1381e16bec7, oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-c25da932-7dd5-bee2-709b-7075886259ef ;
  a2a:hasEvent oa:event_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_0, oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_1, oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_2 ;
  a2a:hasSource oa:source_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db .

oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-7ae8ff50-f41b-4ca4-8b97-fa97e50ecc2b
  a a2a:Person ;
  rdfs:label "Martina Driessen" ;
  a2a:PersonName [
    rdfs:label "Martina Driessen" ;
    a2a:PersonNameFirstName "Martina" ;
    a2a:PersonNameLastName "Driessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-8d2c6318-7dcd-c594-7b4f-c1381e16bec7
  a a2a:Person ;
  rdfs:label "Judoca Bukkems" ;
  a2a:PersonName [
    rdfs:label "Judoca Bukkems" ;
    a2a:PersonNameFirstName "Judoca" ;
    a2a:PersonNameLastName "Bukkems"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1897-07-28"^^xsd:date
  ] .

oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person-c25da932-7dd5-bee2-709b-7075886259ef
  a a2a:Person ;
  rdfs:label "Godefridus Bukkems" ;
  a2a:PersonName [
    rdfs:label "Godefridus Bukkems" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNameLastName "Bukkems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1897-07-28"^^xsd:date
  ] .

oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person:7ae8ff50-f41b-4ca4-8b97-fa97e50ecc2b ;
  a2a:EventKeyRef oa:event_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Event1 .

oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person:8d2c6318-7dcd-c594-7b4f-c1381e16bec7 ;
  a2a:EventKeyRef oa:event_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Event1 .

oa:relationep_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Person:c25da932-7dd5-bee2-709b-7075886259ef ;
  a2a:EventKeyRef oa:event_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db_Event1 .

oa:source_bhi_fe8ea889-5f79-e0f2-c323-2ed9a8a485db
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Someren" ;
    rdfs:label "Someren", "1897-07-28 - 1897-07-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-07-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-07-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1897-07-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7116, Periode: 1897" ;
    a2a:Book "Geboorteregister Someren 1897" ;
    a2a:DocumentNumber "63" ;
    a2a:RegistryNumber "7116" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7116, Periode: 1897, Geboorteregister Someren 1897, 63, 7116"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5cdef1f6-f018-ca85-e353-6ff6cd9327cd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5cdef1f6-f018-ca85-e353-6ff6cd9327cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fe8ea889-5f79-e0f2-c323-2ed9a8a485db" ;
  a2a:RecordGUID "{fe8ea889-5f79-e0f2-c323-2ed9a8a485db}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_495_00000495.xml van BHI" .

