@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_c514b4c8-28e8-678d-2e30-c134c9e20823
  a a2a:Record ;
  rdfs:label "Geboorte op 6 november 1917" ;
  a2a:hasPerson oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-bc017560-1576-e3fa-de6f-cc39d8cd97a5, oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-6e78786e-38a0-5f21-b67f-aa2b61a5ffe8, oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-849972a1-9a74-9678-c818-dae3078169e4 ;
  a2a:hasEvent oa:event_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_0, oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_1, oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_2 ;
  a2a:hasSource oa:source_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823 .

oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-bc017560-1576-e3fa-de6f-cc39d8cd97a5
  a a2a:Person ;
  rdfs:label "Petronella Donkers" ;
  a2a:PersonName [
    rdfs:label "Petronella Donkers" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Donkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-6e78786e-38a0-5f21-b67f-aa2b61a5ffe8
  a a2a:Person ;
  rdfs:label "Antonius Scheerens" ;
  a2a:PersonName [
    rdfs:label "Antonius Scheerens" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Scheerens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1917-11-06"^^xsd:date
  ] .

oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person-849972a1-9a74-9678-c818-dae3078169e4
  a a2a:Person ;
  rdfs:label "Alphons Scheerens" ;
  a2a:PersonName [
    rdfs:label "Alphons Scheerens" ;
    a2a:PersonNameFirstName "Alphons" ;
    a2a:PersonNameLastName "Scheerens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1917-11-06"^^xsd:date
  ] .

oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person:bc017560-1576-e3fa-de6f-cc39d8cd97a5 ;
  a2a:EventKeyRef oa:event_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Event1 .

oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person:6e78786e-38a0-5f21-b67f-aa2b61a5ffe8 ;
  a2a:EventKeyRef oa:event_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Event1 .

oa:relationep_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Person:849972a1-9a74-9678-c818-dae3078169e4 ;
  a2a:EventKeyRef oa:event_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823_Event1 .

oa:source_bhi_c514b4c8-28e8-678d-2e30-c134c9e20823
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Luyksgestel" ;
    rdfs:label "Luyksgestel", "1917-11-06 - 1917-11-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-11-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-11-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1917-11-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1887, Periode: 1917" ;
    a2a:Book "Geboorteregister Luyksgestel 1917" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "1887" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1887, Periode: 1917, Geboorteregister Luyksgestel 1917, 27, 1887"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/59bf55e2-1323-8c28-4c68-73296f3fad5f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/59bf55e2-1323-8c28-4c68-73296f3fad5f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c514b4c8-28e8-678d-2e30-c134c9e20823" ;
  a2a:RecordGUID "{c514b4c8-28e8-678d-2e30-c134c9e20823}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77037_00077037.xml van BHI" .

