@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_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f
  a a2a:Record ;
  rdfs:label "Registratie op 2 februari 1931 te RoosendaaL" ;
  a2a:hasPerson oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-986f8171-588c-3448-bdd4-df52b85402f3, oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-9ee6db31-beb0-0fbc-1435-ce9c228bb3ac, oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-43a214bf-bd4f-740c-ce2d-542debc0108c ;
  a2a:hasEvent oa:event_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_0, oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_1, oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_2 ;
  a2a:hasSource oa:source_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f .

oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-986f8171-588c-3448-bdd4-df52b85402f3
  a a2a:Person ;
  rdfs:label "Wilhelmus Josephus Mollen" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Josephus Mollen" ;
    a2a:PersonNameFirstName "Wilhelmus Josephus" ;
    a2a:PersonNameLastName "Mollen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1900-04-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Boxtel" ;
    rdfs:label "Boxtel"
  ] ;
  a2a:Profession "molenaarsknecht" .

oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-9ee6db31-beb0-0fbc-1435-ce9c228bb3ac
  a a2a:Person ;
  rdfs:label "Helena Josephina de Boets" ;
  a2a:PersonName [
    rdfs:label "Helena Josephina de Boets" ;
    a2a:PersonNameFirstName "Helena Josephina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Boets"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1905-06-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person-43a214bf-bd4f-740c-ce2d-542debc0108c
  a a2a:Person ;
  rdfs:label "Annie Catharina Henrica Maria Mollen" ;
  a2a:PersonName [
    rdfs:label "Annie Catharina Henrica Maria Mollen" ;
    a2a:PersonNameFirstName "Annie Catharina Henrica Maria" ;
    a2a:PersonNameLastName "Mollen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1931" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1931-02-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:event_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1931-02-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "RoosendaaL" ;
    rdfs:label "RoosendaaL"
  ] .

oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person:986f8171-588c-3448-bdd4-df52b85402f3 ;
  a2a:EventKeyRef oa:event_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Event1 .

oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person:9ee6db31-beb0-0fbc-1435-ce9c228bb3ac ;
  a2a:EventKeyRef oa:event_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Event1 .

oa:relationep_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Person:43a214bf-bd4f-740c-ce2d-542debc0108c ;
  a2a:EventKeyRef oa:event_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f_Event1 .

oa:source_wba_e404dd93-94b8-aeb9-74a1-e6e4dd0c304f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1900-04-25 - 1900-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-04-25"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 18498-085" ;
    a2a:Book "Gezinskaarten 1910-1939 Mol t/m Mou" ;
    a2a:DocumentNumber "018" ;
    a2a:RegistryNumber "18498-085" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 18498-085, Gezinskaarten 1910-1939 Mol t/m Mou, 018, 18498-085"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/e2639933-6eae-3b34-7cba-dcb85585ee9d.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e404dd93-94b8-aeb9-74a1-e6e4dd0c304f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/e2639933-6eae-3b34-7cba-dcb85585ee9d.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/0e5de53e-b8b7-9d01-c50f-314d29b2d7e0.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e404dd93-94b8-aeb9-74a1-e6e4dd0c304f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/0e5de53e-b8b7-9d01-c50f-314d29b2d7e0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e404dd93-94b8-aeb9-74a1-e6e4dd0c304f" ;
  a2a:RecordGUID "{e404dd93-94b8-aeb9-74a1-e6e4dd0c304f}" ;
  a2a:SourceRemarkProvenance "A2Acollection wba_a2a_br_a-201802.239.xml van WBA" .

