@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_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34
  a a2a:Record ;
  rdfs:label "Geboorte op 15 oktober 1903" ;
  a2a:hasPerson oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-62d6185c-b3ca-5e96-13fb-a9acccffd286, oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-775f0fdf-b4fb-c467-1887-55ac57740934, oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-361a718a-21e8-83d7-ade7-5c39cf1d940a ;
  a2a:hasEvent oa:event_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_0, oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_1, oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_2 ;
  a2a:hasSource oa:source_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34 .

oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-62d6185c-b3ca-5e96-13fb-a9acccffd286
  a a2a:Person ;
  rdfs:label "Maria Catharina Labee" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Labee" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Labee"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1903-10-15"^^xsd:date
  ] .

oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-775f0fdf-b4fb-c467-1887-55ac57740934
  a a2a:Person ;
  rdfs:label "Adriana Dielemans" ;
  a2a:PersonName [
    rdfs:label "Adriana Dielemans" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Dielemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person-361a718a-21e8-83d7-ade7-5c39cf1d940a
  a a2a:Person ;
  rdfs:label "Antonius Cornelis Labee" ;
  a2a:PersonName [
    rdfs:label "Antonius Cornelis Labee" ;
    a2a:PersonNameFirstName "Antonius Cornelis" ;
    a2a:PersonNameLastName "Labee"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1903-10-15"^^xsd:date
  ] .

oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person:62d6185c-b3ca-5e96-13fb-a9acccffd286 ;
  a2a:EventKeyRef oa:event_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Event1 .

oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person:775f0fdf-b4fb-c467-1887-55ac57740934 ;
  a2a:EventKeyRef oa:event_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Event1 .

oa:relationep_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Person:361a718a-21e8-83d7-ade7-5c39cf1d940a ;
  a2a:EventKeyRef oa:event_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34_Event1 .

oa:source_bhi_da2dbe4c-83cd-a75a-e2ac-94ed284d8a34
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1903-10-16 - 1903-10-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-10-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-10-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1903-10-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 442, Periode: 1903" ;
    a2a:Book "Geboorteregister 1903" ;
    a2a:DocumentNumber "638" ;
    a2a:RegistryNumber "442" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 442, Periode: 1903, Geboorteregister 1903, 638, 442"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d692e84a-b3f2-18ad-08a5-3224b6e55392.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d692e84a-b3f2-18ad-08a5-3224b6e55392.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da2dbe4c-83cd-a75a-e2ac-94ed284d8a34" ;
  a2a:RecordGUID "{da2dbe4c-83cd-a75a-e2ac-94ed284d8a34}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6442_00006442.xml van BHI" .

