@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_7fe290ce-101a-2ed4-53a6-2d8b362863fb
  a a2a:Record ;
  rdfs:label "Geboorte op 4 december 1900" ;
  a2a:hasPerson oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-647f3c96-8ca8-db01-a3d1-de57dc382c70, oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-39df6513-a2af-59f4-c999-3c7b4af6cb9c, oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-0ba32e36-40fd-3333-26ff-516779d55347 ;
  a2a:hasEvent oa:event_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_0, oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_1, oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_2 ;
  a2a:hasSource oa:source_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb .

oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-647f3c96-8ca8-db01-a3d1-de57dc382c70
  a a2a:Person ;
  rdfs:label "Adriana Dimphna Maria Meesters" ;
  a2a:PersonName [
    rdfs:label "Adriana Dimphna Maria Meesters" ;
    a2a:PersonNameFirstName "Adriana Dimphna Maria" ;
    a2a:PersonNameLastName "Meesters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1900-12-04"^^xsd:date
  ] .

oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-39df6513-a2af-59f4-c999-3c7b4af6cb9c
  a a2a:Person ;
  rdfs:label "Petrus Cornelis Meesters" ;
  a2a:PersonName [
    rdfs:label "Petrus Cornelis Meesters" ;
    a2a:PersonNameFirstName "Petrus Cornelis" ;
    a2a:PersonNameLastName "Meesters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person-0ba32e36-40fd-3333-26ff-516779d55347
  a a2a:Person ;
  rdfs:label "Maria Cornelia Marijnissen" ;
  a2a:PersonName [
    rdfs:label "Maria Cornelia Marijnissen" ;
    a2a:PersonNameFirstName "Maria Cornelia" ;
    a2a:PersonNameLastName "Marijnissen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1900-12-04"^^xsd:date
  ] .

oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person:647f3c96-8ca8-db01-a3d1-de57dc382c70 ;
  a2a:EventKeyRef oa:event_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Event1 .

oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person:39df6513-a2af-59f4-c999-3c7b4af6cb9c ;
  a2a:EventKeyRef oa:event_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Event1 .

oa:relationep_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Person:0ba32e36-40fd-3333-26ff-516779d55347 ;
  a2a:EventKeyRef oa:event_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb_Event1 .

oa:source_wba_7fe290ce-101a-2ed4-53a6-2d8b362863fb
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1900-12-04 - 1900-12-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-12-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1900" ;
    a2a:Month "12" ;
    a2a:Day "4" ;
    rdfs:label "1900-12-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2040, Per..." ;
    a2a:Book "Geboorteregister Roosendaal 1900" ;
    a2a:DocumentNumber "474" ;
    a2a:RegistryNumber "2040" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Roosendaal en Nispen, 1851-1916, Bron: boek, Deel: 2040, Per..., Geboorteregister Roosendaal 1900, 474, 2040"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/60a7ce49-eba3-ac04-c377-ab9a39c091ab.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7fe290ce-101a-2ed4-53a6-2d8b362863fb" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/60a7ce49-eba3-ac04-c377-ab9a39c091ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7fe290ce-101a-2ed4-53a6-2d8b362863fb" ;
  a2a:RecordGUID "{7fe290ce-101a-2ed4-53a6-2d8b362863fb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17650_00017650.xml van WBA" .

[] a2a:PersonRemarkdiversen "25 jaar, bakker" .
[] a2a:PersonRemarkdiversen "zonder beroep" .
