@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_edc71096-0e27-e5fa-4e01-cd27a378def2
  a a2a:Record ;
  rdfs:label "Geboorte op 22 april 1899 te Essen" ;
  a2a:hasPerson oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-c8a6a71e-cada-e364-c97e-dfd879235bd4, oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-06d87ea6-7e2a-c15d-717d-e9aa7f439a4a, oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-d6b083a7-64f7-37cb-f048-f6adaa4e0211 ;
  a2a:hasEvent oa:event_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_0, oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_1, oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_2 ;
  a2a:hasSource oa:source_wba_edc71096-0e27-e5fa-4e01-cd27a378def2 .

oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-c8a6a71e-cada-e364-c97e-dfd879235bd4
  a a2a:Person ;
  rdfs:label "Simon van Opdorp" ;
  a2a:PersonName [
    rdfs:label "Simon van Opdorp" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Opdorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-06d87ea6-7e2a-c15d-717d-e9aa7f439a4a
  a a2a:Person ;
  rdfs:label "Joanna Maria Loos" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Loos" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person-d6b083a7-64f7-37cb-f048-f6adaa4e0211
  a a2a:Person ;
  rdfs:label "Joanna Cornelia van Opdorp" ;
  a2a:PersonName [
    rdfs:label "Joanna Cornelia van Opdorp" ;
    a2a:PersonNameFirstName "Joanna Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Opdorp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1899-04-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:event_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1899-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen"
  ] .

oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person:c8a6a71e-cada-e364-c97e-dfd879235bd4 ;
  a2a:EventKeyRef oa:event_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Event1 .

oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person:06d87ea6-7e2a-c15d-717d-e9aa7f439a4a ;
  a2a:EventKeyRef oa:event_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Event1 .

oa:relationep_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Person:d6b083a7-64f7-37cb-f048-f6adaa4e0211 ;
  a2a:EventKeyRef oa:event_wba_edc71096-0e27-e5fa-4e01-cd27a378def2_Event1 .

oa:source_wba_edc71096-0e27-e5fa-4e01-cd27a378def2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Essen" ;
    rdfs:label "Essen", "1899-04-22 - 1899-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1899-04-22"^^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 "53" ;
    a2a:RegistryNumber "34" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 34, Periode: 1899, Geboorteregister Essen 1899, 53, 34"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/2ffd0e9a-9ed8-d39d-3c30-6b885001fb3f.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/edc71096-0e27-e5fa-4e01-cd27a378def2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/2ffd0e9a-9ed8-d39d-3c30-6b885001fb3f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-11-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/edc71096-0e27-e5fa-4e01-cd27a378def2" ;
  a2a:RecordGUID "{edc71096-0e27-e5fa-4e01-cd27a378def2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_21957_00021957.xml van WBA" .

