@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_03cbbe20-fd24-9f6f-e25a-44660e373d4f
  a a2a:Record ;
  rdfs:label "Geboorte op 16 oktober 1826" ;
  a2a:hasPerson oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-c14e6271-28e1-3da4-4de2-7ec639f68e6c, oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-2e76f5e4-631c-473b-b8ff-d02c98625c4c, oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-d88e1410-2f86-d228-60c2-4280d0ed8371 ;
  a2a:hasEvent oa:event_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_0, oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_1, oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_2 ;
  a2a:hasSource oa:source_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f .

oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-c14e6271-28e1-3da4-4de2-7ec639f68e6c
  a a2a:Person ;
  rdfs:label "Johanna Smoor" ;
  a2a:PersonName [
    rdfs:label "Johanna Smoor" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Smoor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-2e76f5e4-631c-473b-b8ff-d02c98625c4c
  a a2a:Person ;
  rdfs:label "Marijn de Greef" ;
  a2a:PersonName [
    rdfs:label "Marijn de Greef" ;
    a2a:PersonNameFirstName "Marijn" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Greef"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person-d88e1410-2f86-d228-60c2-4280d0ed8371
  a a2a:Person ;
  rdfs:label "Cornelius de Greef" ;
  a2a:PersonName [
    rdfs:label "Cornelius de Greef" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Greef"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1826-10-16"^^xsd:date
  ] .

oa:event_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1826-10-16"^^xsd:date
  ] .

oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person:c14e6271-28e1-3da4-4de2-7ec639f68e6c ;
  a2a:EventKeyRef oa:event_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Event1 .

oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person:2e76f5e4-631c-473b-b8ff-d02c98625c4c ;
  a2a:EventKeyRef oa:event_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Event1 .

oa:relationep_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Person:d88e1410-2f86-d228-60c2-4280d0ed8371 ;
  a2a:EventKeyRef oa:event_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f_Event1 .

oa:source_wba_03cbbe20-fd24-9f6f-e25a-44660e373d4f
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1826-10-16 - 1826-10-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-10-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-10-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1826-10-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3607, Periode: 1826" ;
    a2a:Book "Geboorteregister Wouw 1826" ;
    a2a:DocumentNumber "62" ;
    a2a:RegistryNumber "3607" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3607, Periode: 1826, Geboorteregister Wouw 1826, 62, 3607"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/45524225-bcd3-a081-967a-344dfb282e9e.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/03cbbe20-fd24-9f6f-e25a-44660e373d4f" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/45524225-bcd3-a081-967a-344dfb282e9e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/03cbbe20-fd24-9f6f-e25a-44660e373d4f" ;
  a2a:RecordGUID "{03cbbe20-fd24-9f6f-e25a-44660e373d4f}" ;
  a2a:SourceRemarkOpmerking "tweeling" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1841_00001841.xml van WBA" .

[] a2a:PersonRemarkdiversen "33 jaar, bouweresse" .
[] a2a:PersonRemarkdiversen "35 jaar, bouwman" .
