@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_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1
  a a2a:Record ;
  rdfs:label "Geboorte op 24 juli 1907 te Essen (België)" ;
  a2a:hasPerson oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-d404d9f2-8afe-fc4f-e7b6-a3f5fdaa13b5, oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-6d6c8aba-98c8-0bb0-00d5-f6b55c863389, oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-6c88ba68-3ae6-cd78-100d-7aed30c7f9f2 ;
  a2a:hasEvent oa:event_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_0, oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_1, oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_2 ;
  a2a:hasSource oa:source_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1 .

oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-d404d9f2-8afe-fc4f-e7b6-a3f5fdaa13b5
  a a2a:Person ;
  rdfs:label "Julianus Josephus Jacobs" ;
  a2a:PersonName [
    rdfs:label "Julianus Josephus Jacobs" ;
    a2a:PersonNameFirstName "Julianus Josephus" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-6d6c8aba-98c8-0bb0-00d5-f6b55c863389
  a a2a:Person ;
  rdfs:label "Ludovica Jaques" ;
  a2a:PersonName [
    rdfs:label "Ludovica Jaques" ;
    a2a:PersonNameFirstName "Ludovica" ;
    a2a:PersonNameLastName "Jaques"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person-6c88ba68-3ae6-cd78-100d-7aed30c7f9f2
  a a2a:Person ;
  rdfs:label "Eduard Florent Romain Jacobs" ;
  a2a:PersonName [
    rdfs:label "Eduard Florent Romain Jacobs" ;
    a2a:PersonNameFirstName "Eduard Florent Romain" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1907-07-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:event_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1907-07-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen (België)" ;
    rdfs:label "Essen (België)"
  ] .

oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person:d404d9f2-8afe-fc4f-e7b6-a3f5fdaa13b5 ;
  a2a:EventKeyRef oa:event_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Event1 .

oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person:6d6c8aba-98c8-0bb0-00d5-f6b55c863389 ;
  a2a:EventKeyRef oa:event_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Event1 .

oa:relationep_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Person:6c88ba68-3ae6-cd78-100d-7aed30c7f9f2 ;
  a2a:EventKeyRef oa:event_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1_Event1 .

oa:source_wba_c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1907-07-24 - 1907-07-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-07-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-07-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1907-07-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Periode: 1907" ;
    a2a:Book "Geboorteregister Essen 1907" ;
    a2a:DocumentNumber "117" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Periode: 1907, Geboorteregister Essen 1907, 117"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/98ffee18-9eb0-f6a5-a0e6-a338d4230c82.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/98ffee18-9eb0-f6a5-a0e6-a338d4230c82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1" ;
  a2a:RecordGUID "{c5f6ea7c-eb72-8d6b-efa5-9172e4cc0ee1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_26615_00026615.xml van WBA" .

