@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_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9
  a a2a:Record ;
  rdfs:label "Geboorte op 8 december 1911" ;
  a2a:hasPerson oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-a81230fe-565c-4860-d3ee-432b84d4a3c1, oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-187b03fe-ebd2-3ced-5e6d-5248d8c0922e, oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-ad2fa979-1c01-ff4b-164b-e3f36095be89 ;
  a2a:hasEvent oa:event_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_0, oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_1, oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_2 ;
  a2a:hasSource oa:source_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9 .

oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-a81230fe-565c-4860-d3ee-432b84d4a3c1
  a a2a:Person ;
  rdfs:label "Maria Neutkens" ;
  a2a:PersonName [
    rdfs:label "Maria Neutkens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Neutkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-187b03fe-ebd2-3ced-5e6d-5248d8c0922e
  a a2a:Person ;
  rdfs:label "Maria Francisca Cornelia Leemans" ;
  a2a:PersonName [
    rdfs:label "Maria Francisca Cornelia Leemans" ;
    a2a:PersonNameFirstName "Maria Francisca Cornelia" ;
    a2a:PersonNameLastName "Leemans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1911-12-08"^^xsd:date
  ] .

oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person-ad2fa979-1c01-ff4b-164b-e3f36095be89
  a a2a:Person ;
  rdfs:label "Wouterus Leemans" ;
  a2a:PersonName [
    rdfs:label "Wouterus Leemans" ;
    a2a:PersonNameFirstName "Wouterus" ;
    a2a:PersonNameLastName "Leemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1911-12-08"^^xsd:date
  ] .

oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person:a81230fe-565c-4860-d3ee-432b84d4a3c1 ;
  a2a:EventKeyRef oa:event_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Event1 .

oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person:187b03fe-ebd2-3ced-5e6d-5248d8c0922e ;
  a2a:EventKeyRef oa:event_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Event1 .

oa:relationep_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Person:ad2fa979-1c01-ff4b-164b-e3f36095be89 ;
  a2a:EventKeyRef oa:event_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9_Event1 .

oa:source_bhi_dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vessem" ;
    rdfs:label "Vessem", "1911-12-09 - 1911-12-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-12-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "9" ;
    rdfs:label "1911-12-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3362, Periode: 1911" ;
    a2a:Book "Geboorteregister Vessem 1911" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "3362" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3362, Periode: 1911, Geboorteregister Vessem 1911, 27, 3362"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/3e97202b-b8d2-16be-0d67-6996d802b358.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/3e97202b-b8d2-16be-0d67-6996d802b358.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9" ;
  a2a:RecordGUID "{dd52d3bf-ca1b-5b7c-e5f3-08be8e6a00c9}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_811_00000811.xml van BHI" .

