@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_8612e7c6-e112-ea93-c2db-f727fd6ad6d2
  a a2a:Record ;
  rdfs:label "Registratie op 16 november 1871 te Goes" ;
  a2a:hasPerson oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-6ae81856-b422-b01d-38cf-22eeda849d86, oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-84643554-bb35-60ca-3123-0af5c72b62c2, oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-d0eac57b-d579-45f5-514e-6ce5359e8e5d ;
  a2a:hasEvent oa:event_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_0, oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_1, oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_2 ;
  a2a:hasSource oa:source_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2 .

oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-6ae81856-b422-b01d-38cf-22eeda849d86
  a a2a:Person ;
  rdfs:label "Antoinetta Maria Loobeek" ;
  a2a:PersonName [
    rdfs:label "Antoinetta Maria Loobeek" ;
    a2a:PersonNameFirstName "Antoinetta Maria" ;
    a2a:PersonNameLastName "Loobeek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1871-11-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-84643554-bb35-60ca-3123-0af5c72b62c2
  a a2a:Person ;
  rdfs:label "Maria Christina Boel" ;
  a2a:PersonName [
    rdfs:label "Maria Christina Boel" ;
    a2a:PersonNameFirstName "Maria Christina" ;
    a2a:PersonNameLastName "Boel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person-d0eac57b-d579-45f5-514e-6ce5359e8e5d
  a a2a:Person ;
  rdfs:label "Kasper Loobeek" ;
  a2a:PersonName [
    rdfs:label "Kasper Loobeek" ;
    a2a:PersonNameFirstName "Kasper" ;
    a2a:PersonNameLastName "Loobeek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "11" ;
    a2a:Day "16" ;
    rdfs:label "1871-11-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person:6ae81856-b422-b01d-38cf-22eeda849d86 ;
  a2a:EventKeyRef oa:event_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Event1 .

oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person:84643554-bb35-60ca-3123-0af5c72b62c2 ;
  a2a:EventKeyRef oa:event_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Event1 .

oa:relationep_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Person:d0eac57b-d579-45f5-514e-6ce5359e8e5d ;
  a2a:EventKeyRef oa:event_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2_Event1 .

oa:source_wba_8612e7c6-e112-ea93-c2db-f727fd6ad6d2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1880-01-01 - 1890-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3677, Periode: 1880-1890" ;
    a2a:Book "Bevolkingsregister Wouw, 1880-1890, Deel B, namen F-L." ;
    a2a:RegistryNumber "3677" ;
    a2a:Folio "345" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3677, Periode: 1880-1890, Bevolkingsregister Wouw, 1880-1890, Deel B, namen F-L., 3677, 345"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/15d512b4-bdb0-991c-5937-839776653c4d.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/8612e7c6-e112-ea93-c2db-f727fd6ad6d2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/15d512b4-bdb0-991c-5937-839776653c4d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/8612e7c6-e112-ea93-c2db-f727fd6ad6d2" ;
  a2a:RecordGUID "{8612e7c6-e112-ea93-c2db-f727fd6ad6d2}" ;
  a2a:SourceRemarkOpmerking """Boek nr: 25
Uit1Datum: 29-01-1889
Uit1Plaats: Bergen op Zoom
In1Datum: 02-11-1888
In1Plaats: Woensdrecht""" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_240_00000240.xml van WBA" .

[] a2a:PersonRemarkdiversen "dochter" .
