@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_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f
  a a2a:Record ;
  rdfs:label "Geboorte op 28 augustus 1899 te Essen" ;
  a2a:hasPerson oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-5847550d-7201-cf6e-5dc8-4e6997fbee06, oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-0a7a44fc-1c14-58c4-266d-680e47c3ab62, oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-88396719-2582-2aee-02a8-fab15ebd8bd8 ;
  a2a:hasEvent oa:event_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_0, oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_1, oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_2 ;
  a2a:hasSource oa:source_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f .

oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-5847550d-7201-cf6e-5dc8-4e6997fbee06
  a a2a:Person ;
  rdfs:label "Josephus Cornelis de Crom" ;
  a2a:PersonName [
    rdfs:label "Josephus Cornelis de Crom" ;
    a2a:PersonNameFirstName "Josephus Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Crom"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-0a7a44fc-1c14-58c4-266d-680e47c3ab62
  a a2a:Person ;
  rdfs:label "Maria Joanna van de Keybus" ;
  a2a:PersonName [
    rdfs:label "Maria Joanna van de Keybus" ;
    a2a:PersonNameFirstName "Maria Joanna" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Keybus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person-88396719-2582-2aee-02a8-fab15ebd8bd8
  a a2a:Person ;
  rdfs:label "Aloisius Cornelius de Crom" ;
  a2a:PersonName [
    rdfs:label "Aloisius Cornelius de Crom" ;
    a2a:PersonNameFirstName "Aloisius Cornelius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Crom"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1899-08-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1899-08-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person:5847550d-7201-cf6e-5dc8-4e6997fbee06 ;
  a2a:EventKeyRef oa:event_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Event1 .

oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person:0a7a44fc-1c14-58c4-266d-680e47c3ab62 ;
  a2a:EventKeyRef oa:event_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Event1 .

oa:relationep_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Person:88396719-2582-2aee-02a8-fab15ebd8bd8 ;
  a2a:EventKeyRef oa:event_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f_Event1 .

oa:source_wba_26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1899-08-28 - 1899-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1899-08-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 34, Periode: 1899" ;
    a2a:Book "Geboorteregister Essen 1899" ;
    a2a:DocumentNumber "97" ;
    a2a:RegistryNumber "34" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 34, Periode: 1899, Geboorteregister Essen 1899, 97, 34"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/d453fe15-7f21-3887-a441-bae64ce95629.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/d453fe15-7f21-3887-a441-bae64ce95629.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f" ;
  a2a:RecordGUID "{26a4f30f-01eb-1bd7-22e4-e6c30d99bd9f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21957_00021957.xml van WBA" .

