@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_126cad61-7181-e2f9-e7d6-d027ef2349af
  a a2a:Record ;
  rdfs:label "Geboorte op 8 maart 1900" ;
  a2a:hasPerson oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-d45459e8-ceea-e3e0-c166-ee075d67426f, oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-b7cdae8a-eb67-604c-3d2f-efc6a65e23b3, oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-5e840a92-9e66-93b8-7e74-45325e25627b ;
  a2a:hasEvent oa:event_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_0, oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_1, oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_2 ;
  a2a:hasSource oa:source_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af .

oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-d45459e8-ceea-e3e0-c166-ee075d67426f
  a a2a:Person ;
  rdfs:label "Johannes Swinkels" ;
  a2a:PersonName [
    rdfs:label "Johannes Swinkels" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Swinkels"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1900-03-08"^^xsd:date
  ] .

oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-b7cdae8a-eb67-604c-3d2f-efc6a65e23b3
  a a2a:Person ;
  rdfs:label "Johanna Maria Petronella Verbiest" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Petronella Verbiest" ;
    a2a:PersonNameFirstName "Johanna Maria Petronella" ;
    a2a:PersonNameLastName "Verbiest"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person-5e840a92-9e66-93b8-7e74-45325e25627b
  a a2a:Person ;
  rdfs:label "Johannes Swinkels" ;
  a2a:PersonName [
    rdfs:label "Johannes Swinkels" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Swinkels"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1900-03-08"^^xsd:date
  ] .

oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person:d45459e8-ceea-e3e0-c166-ee075d67426f ;
  a2a:EventKeyRef oa:event_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Event1 .

oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person:b7cdae8a-eb67-604c-3d2f-efc6a65e23b3 ;
  a2a:EventKeyRef oa:event_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Event1 .

oa:relationep_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Person:5e840a92-9e66-93b8-7e74-45325e25627b ;
  a2a:EventKeyRef oa:event_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af_Event1 .

oa:source_bhi_126cad61-7181-e2f9-e7d6-d027ef2349af
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1900-03-08 - 1900-03-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-03-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-03-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1900-03-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3540, Periode: 1900" ;
    a2a:Book "Geboorteregister Helmond 1900" ;
    a2a:DocumentNumber "102" ;
    a2a:RegistryNumber "3540" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3540, Periode: 1900, Geboorteregister Helmond 1900, 102, 3540"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b6b5b8df-6174-f82f-ef84-4b2d92cdb90d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b6b5b8df-6174-f82f-ef84-4b2d92cdb90d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/126cad61-7181-e2f9-e7d6-d027ef2349af" ;
  a2a:RecordGUID "{126cad61-7181-e2f9-e7d6-d027ef2349af}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_684_00000684.xml van BHI" .

