@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_95e5537d-e8fe-922a-2697-e247f1ad1187
  a a2a:Record ;
  rdfs:label "Registratie op 7 januari 1873 te Goes" ;
  a2a:hasPerson oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-a005bb59-37a5-d499-e301-1f9d4d697af4, oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-177d98d5-bd3a-8519-2347-7811917b96a2, oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-cae683ff-1b03-7cd7-aafd-13c55618ecdb ;
  a2a:hasEvent oa:event_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_0, oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_1, oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_2 ;
  a2a:hasSource oa:source_wba_95e5537d-e8fe-922a-2697-e247f1ad1187 .

oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-a005bb59-37a5-d499-e301-1f9d4d697af4
  a a2a:Person ;
  rdfs:label "Jean Joseph Loobeek" ;
  a2a:PersonName [
    rdfs:label "Jean Joseph Loobeek" ;
    a2a:PersonNameFirstName "Jean Joseph" ;
    a2a:PersonNameLastName "Loobeek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1873" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1873-01-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-177d98d5-bd3a-8519-2347-7811917b96a2
  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_95e5537d-e8fe-922a-2697-e247f1ad1187_Person-cae683ff-1b03-7cd7-aafd-13c55618ecdb
  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_95e5537d-e8fe-922a-2697-e247f1ad1187_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1873" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1873-01-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person:a005bb59-37a5-d499-e301-1f9d4d697af4 ;
  a2a:EventKeyRef oa:event_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Event1 .

oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person:177d98d5-bd3a-8519-2347-7811917b96a2 ;
  a2a:EventKeyRef oa:event_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Event1 .

oa:relationep_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Person:cae683ff-1b03-7cd7-aafd-13c55618ecdb ;
  a2a:EventKeyRef oa:event_wba_95e5537d-e8fe-922a-2697-e247f1ad1187_Event1 .

oa:source_wba_95e5537d-e8fe-922a-2697-e247f1ad1187
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1890-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-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: 3683, Periode: 1890-1911" ;
    a2a:Book "Bevolkingsregister Wouw, 1890-1911, Deel C, namen K-N." ;
    a2a:RegistryNumber "3683" ;
    a2a:Folio "129" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3683, Periode: 1890-1911, Bevolkingsregister Wouw, 1890-1911, Deel C, namen K-N., 3683, 129"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/09850c52-e991-e943-fabb-39998e129977.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/95e5537d-e8fe-922a-2697-e247f1ad1187" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/09850c52-e991-e943-fabb-39998e129977.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/95e5537d-e8fe-922a-2697-e247f1ad1187" ;
  a2a:RecordGUID "{95e5537d-e8fe-922a-2697-e247f1ad1187}" ;
  a2a:SourceRemarkOpmerking """Boek nr: 31
Uit1Datum: 11-04-1890
Uit1Plaats: Brussel (Blg)""" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_269_00000269.xml van WBA" .

[] a2a:PersonRemarkdiversen """zoon
D Zuideinde 12nk""" .
