@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_e9bafd75-d002-e46f-4239-e76d389830ea
  a a2a:Record ;
  rdfs:label "Registratie op 18 februari 1934 te Wouw" ;
  a2a:hasPerson oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-a7dd4af9-8e83-d45f-edfa-f248a4fc4746, oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-ce6a2766-0b63-ce5a-41af-67268e850633, oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-4d2b9bbe-41bc-32cd-7a48-1560ed3ed049 ;
  a2a:hasEvent oa:event_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_0, oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_1, oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_2 ;
  a2a:hasSource oa:source_wba_e9bafd75-d002-e46f-4239-e76d389830ea .

oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-a7dd4af9-8e83-d45f-edfa-f248a4fc4746
  a a2a:Person ;
  rdfs:label "Wilhelmus Jacobus Sebregts" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Jacobus Sebregts" ;
    a2a:PersonNameFirstName "Wilhelmus Jacobus" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-ce6a2766-0b63-ce5a-41af-67268e850633
  a a2a:Person ;
  rdfs:label "Cornelia Goorden" ;
  a2a:PersonName [
    rdfs:label "Cornelia Goorden" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Goorden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person-4d2b9bbe-41bc-32cd-7a48-1560ed3ed049
  a a2a:Person ;
  rdfs:label "Cornelis Petrus Sebregts" ;
  a2a:PersonName [
    rdfs:label "Cornelis Petrus Sebregts" ;
    a2a:PersonNameFirstName "Cornelis Petrus" ;
    a2a:PersonNameLastName "Sebregts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1934" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1934-02-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1934" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1934-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person:a7dd4af9-8e83-d45f-edfa-f248a4fc4746 ;
  a2a:EventKeyRef oa:event_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Event1 .

oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person:ce6a2766-0b63-ce5a-41af-67268e850633 ;
  a2a:EventKeyRef oa:event_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Event1 .

oa:relationep_wba_e9bafd75-d002-e46f-4239-e76d389830ea_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Person:4d2b9bbe-41bc-32cd-7a48-1560ed3ed049 ;
  a2a:EventKeyRef oa:event_wba_e9bafd75-d002-e46f-4239-e76d389830ea_Event1 .

oa:source_wba_e9bafd75-d002-e46f-4239-e76d389830ea
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1912-01-01 - 1940-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1940-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Gemeentebestuur Wouw 1811-1927, Bron: boek, Deel: 3694, Periode: 1912-1940" ;
    a2a:Book "Bevolkingsregisters Wouw. Tiende serie, 1912-1940; ingedeeld op gezinshoofden. Deel 8, namen S." ;
    a2a:RegistryNumber "3694" ;
    a2a:Folio "70" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Gemeentebestuur Wouw 1811-1927, Bron: boek, Deel: 3694, Periode: 1912-1940, Bevolkingsregisters Wouw. Tiende serie, 1912-1940; ingedeeld op gezinshoofden. Deel 8, namen S., 3694, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/da014e25-a931-0eb6-2f8e-e3bbe938fae9.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e9bafd75-d002-e46f-4239-e76d389830ea" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/da014e25-a931-0eb6-2f8e-e3bbe938fae9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e9bafd75-d002-e46f-4239-e76d389830ea" ;
  a2a:RecordGUID "{e9bafd75-d002-e46f-4239-e76d389830ea}" ;
  a2a:SourceRemarkOpmerking "Boek nr: 42" ;
  a2a:SourceRemarkProvenance "A2Acollection wba_a2a_br_a-201802.314.xml van WBA" .

[] a2a:PersonRemarkdiversen "zoon" .
