@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_df77d83f-e376-b803-2df0-632a69f44cd8
  a a2a:Record ;
  rdfs:label "Geboorte op 2 juni 1911" ;
  a2a:hasPerson oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-d06fb36b-53ea-e6cb-5963-acbdab76b8b6, oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-7613134c-700d-febe-b80e-3607d714880b, oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-2a2ef188-0715-afe8-504f-0532008dd7a2 ;
  a2a:hasEvent oa:event_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_0, oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_1, oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_2 ;
  a2a:hasSource oa:source_bhi_df77d83f-e376-b803-2df0-632a69f44cd8 .

oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-d06fb36b-53ea-e6cb-5963-acbdab76b8b6
  a a2a:Person ;
  rdfs:label "Cornelia van Rijswijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Rijswijk" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijswijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-7613134c-700d-febe-b80e-3607d714880b
  a a2a:Person ;
  rdfs:label "Marinus Antonie Weck" ;
  a2a:PersonName [
    rdfs:label "Marinus Antonie Weck" ;
    a2a:PersonNameFirstName "Marinus Antonie" ;
    a2a:PersonNameLastName "Weck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person-2a2ef188-0715-afe8-504f-0532008dd7a2
  a a2a:Person ;
  rdfs:label "Catharina Goverdina Weck" ;
  a2a:PersonName [
    rdfs:label "Catharina Goverdina Weck" ;
    a2a:PersonNameFirstName "Catharina Goverdina" ;
    a2a:PersonNameLastName "Weck"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1911-06-02"^^xsd:date
  ] .

oa:event_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1911-06-02"^^xsd:date
  ] .

oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person:d06fb36b-53ea-e6cb-5963-acbdab76b8b6 ;
  a2a:EventKeyRef oa:event_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Event1 .

oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person:7613134c-700d-febe-b80e-3607d714880b ;
  a2a:EventKeyRef oa:event_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Event1 .

oa:relationep_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Person:2a2ef188-0715-afe8-504f-0532008dd7a2 ;
  a2a:EventKeyRef oa:event_bhi_df77d83f-e376-b803-2df0-632a69f44cd8_Event1 .

oa:source_bhi_df77d83f-e376-b803-2df0-632a69f44cd8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden", "1911-06-03 - 1911-06-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-06-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-06-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "6" ;
    a2a:Day "3" ;
    rdfs:label "1911-06-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2375, Periode: 1911" ;
    a2a:Book "Geboorteregister Oudheusden 1911" ;
    a2a:DocumentNumber "12" ;
    a2a:RegistryNumber "2375" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2375, Periode: 1911, Geboorteregister Oudheusden 1911, 12, 2375"
  ] ;
  a2a:SourceLastChangeDate "2016-05-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/df77d83f-e376-b803-2df0-632a69f44cd8" ;
  a2a:RecordGUID "{df77d83f-e376-b803-2df0-632a69f44cd8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6619_00006619.xml van BHI" .

