@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_2d973b13-9832-e63f-f58f-7b45fcaef4f0
  a a2a:Record ;
  rdfs:label "Geboorte op 19 juli 1889 te Essen" ;
  a2a:hasPerson oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-2857e847-635b-bbab-e3d7-b278ad156e50, oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-96edbb06-b955-1132-9889-195b112b630c, oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-dc068eab-b79d-66e8-7c72-bec627d939c0 ;
  a2a:hasEvent oa:event_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_0, oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_1, oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_2 ;
  a2a:hasSource oa:source_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0 .

oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-2857e847-635b-bbab-e3d7-b278ad156e50
  a a2a:Person ;
  rdfs:label "Medardus Modestus Matthys" ;
  a2a:PersonName [
    rdfs:label "Medardus Modestus Matthys" ;
    a2a:PersonNameFirstName "Medardus Modestus" ;
    a2a:PersonNameLastName "Matthys"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-96edbb06-b955-1132-9889-195b112b630c
  a a2a:Person ;
  rdfs:label "Maria Pulcheria Verbruggen" ;
  a2a:PersonName [
    rdfs:label "Maria Pulcheria Verbruggen" ;
    a2a:PersonNameFirstName "Maria Pulcheria" ;
    a2a:PersonNameLastName "Verbruggen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person-dc068eab-b79d-66e8-7c72-bec627d939c0
  a a2a:Person ;
  rdfs:label "Laura Maria Henrika Josephina Matthys" ;
  a2a:PersonName [
    rdfs:label "Laura Maria Henrika Josephina Matthys" ;
    a2a:PersonNameFirstName "Laura Maria Henrika Josephina" ;
    a2a:PersonNameLastName "Matthys"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1889-07-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1889-07-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person:2857e847-635b-bbab-e3d7-b278ad156e50 ;
  a2a:EventKeyRef oa:event_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Event1 .

oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person:96edbb06-b955-1132-9889-195b112b630c ;
  a2a:EventKeyRef oa:event_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Event1 .

oa:relationep_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Person:dc068eab-b79d-66e8-7c72-bec627d939c0 ;
  a2a:EventKeyRef oa:event_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0_Event1 .

oa:source_wba_2d973b13-9832-e63f-f58f-7b45fcaef4f0
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1889-07-19 - 1889-07-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-07-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-07-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "7" ;
    a2a:Day "19" ;
    rdfs:label "1889-07-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 24, Periode: 1889" ;
    a2a:Book "Geboorteregister Essen 1889" ;
    a2a:DocumentNumber "78" ;
    a2a:RegistryNumber "24" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 24, Periode: 1889, Geboorteregister Essen 1889, 78, 24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3c4a706e-7231-3f98-a19a-6dabf0dc0d6c.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2d973b13-9832-e63f-f58f-7b45fcaef4f0" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3c4a706e-7231-3f98-a19a-6dabf0dc0d6c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/2d973b13-9832-e63f-f58f-7b45fcaef4f0" ;
  a2a:RecordGUID "{2d973b13-9832-e63f-f58f-7b45fcaef4f0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_26601_00026601.xml van WBA" .

