@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_0648f5a1-dada-e047-e3bd-83d3b0fe7c85
  a a2a:Record ;
  rdfs:label "Geboorte op 30 januari 1918" ;
  a2a:hasPerson oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-59e69df5-7428-c008-6692-16f0505a4180, oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-afeeb002-80e1-94a2-5527-6346bcccc0aa, oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-aca5d958-5fd9-fdfa-5a2c-4311b2665efd ;
  a2a:hasEvent oa:event_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_0, oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_1, oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_2 ;
  a2a:hasSource oa:source_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85 .

oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-59e69df5-7428-c008-6692-16f0505a4180
  a a2a:Person ;
  rdfs:label "Maria Canters" ;
  a2a:PersonName [
    rdfs:label "Maria Canters" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Canters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-afeeb002-80e1-94a2-5527-6346bcccc0aa
  a a2a:Person ;
  rdfs:label "Maria Magdalena Bernards" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Bernards" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Bernards"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1918-01-30"^^xsd:date
  ] .

oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person-aca5d958-5fd9-fdfa-5a2c-4311b2665efd
  a a2a:Person ;
  rdfs:label "Adriaan Bernards" ;
  a2a:PersonName [
    rdfs:label "Adriaan Bernards" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Bernards"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1918-01-30"^^xsd:date
  ] .

oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person:59e69df5-7428-c008-6692-16f0505a4180 ;
  a2a:EventKeyRef oa:event_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Event1 .

oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person:afeeb002-80e1-94a2-5527-6346bcccc0aa ;
  a2a:EventKeyRef oa:event_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Event1 .

oa:relationep_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Person:aca5d958-5fd9-fdfa-5a2c-4311b2665efd ;
  a2a:EventKeyRef oa:event_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85_Event1 .

oa:source_bhi_0648f5a1-dada-e047-e3bd-83d3b0fe7c85
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Someren" ;
    rdfs:label "Someren", "1918-01-31 - 1918-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1918-01-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2771, Periode: 1918" ;
    a2a:Book "Geboorteregister Someren 1918" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "2771" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2771, Periode: 1918, Geboorteregister Someren 1918, 5, 2771"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3d843387-8969-c2a1-b9da-534247c5fe30.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3d843387-8969-c2a1-b9da-534247c5fe30.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0648f5a1-dada-e047-e3bd-83d3b0fe7c85" ;
  a2a:RecordGUID "{0648f5a1-dada-e047-e3bd-83d3b0fe7c85}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_8799_00008799.xml van BHI" .

