@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_804b9d45-e02b-9c6d-3824-98eb647cc8f8
  a a2a:Record ;
  rdfs:label "Geboorte op 3 juli 1890 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-532c31a4-1d14-bd35-f3ac-e8abd4364c13, oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-537ed405-9ddb-bb84-804a-ead003511582, oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-6a940b35-77c1-997f-e939-21713482ec27 ;
  a2a:hasEvent oa:event_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_0, oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_1, oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_2 ;
  a2a:hasSource oa:source_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8 .

oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-532c31a4-1d14-bd35-f3ac-e8abd4364c13
  a a2a:Person ;
  rdfs:label "Eugenius Maria Godefridus Moors" ;
  a2a:PersonName [
    rdfs:label "Eugenius Maria Godefridus Moors" ;
    a2a:PersonNameFirstName "Eugenius Maria Godefridus" ;
    a2a:PersonNameLastName "Moors"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "burgemeester" .

oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-537ed405-9ddb-bb84-804a-ead003511582
  a a2a:Person ;
  rdfs:label "Cornelia Maria Kroft" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Kroft" ;
    a2a:PersonNameFirstName "Cornelia Maria" ;
    a2a:PersonNameLastName "Kroft"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person-6a940b35-77c1-997f-e939-21713482ec27
  a a2a:Person ;
  rdfs:label "Alphonse Maria Hermanus Joseph Moors" ;
  a2a:PersonName [
    rdfs:label "Alphonse Maria Hermanus Joseph Moors" ;
    a2a:PersonNameFirstName "Alphonse Maria Hermanus Joseph" ;
    a2a:PersonNameLastName "Moors"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1890-07-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:event_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1890-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person:532c31a4-1d14-bd35-f3ac-e8abd4364c13 ;
  a2a:EventKeyRef oa:event_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Event1 .

oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person:537ed405-9ddb-bb84-804a-ead003511582 ;
  a2a:EventKeyRef oa:event_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Event1 .

oa:relationep_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Person:6a940b35-77c1-997f-e939-21713482ec27 ;
  a2a:EventKeyRef oa:event_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8_Event1 .

oa:source_wba_804b9d45-e02b-9c6d-3824-98eb647cc8f8
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1890-07-03 - 1890-07-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-07-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-07-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1890-07-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10001, Pe..." ;
    a2a:Book "Geboorteregister 1881-1890" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "10001" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10001, Pe..., Geboorteregister 1881-1890, 35, 10001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/3cbf2df3-9c00-a263-3905-c2fa54c1e040.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/804b9d45-e02b-9c6d-3824-98eb647cc8f8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/3cbf2df3-9c00-a263-3905-c2fa54c1e040.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-10-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/804b9d45-e02b-9c6d-3824-98eb647cc8f8" ;
  a2a:RecordGUID "{804b9d45-e02b-9c6d-3824-98eb647cc8f8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17659_00017659.xml van WBA" .

