iilab / openoil

Open Oil Corporate Network Navigator
GNU General Public License v3.0
14 stars 6 forks source link

people as nodes? #59

Open antnrueh opened 9 years ago

antnrueh commented 9 years ago

@jmatsushita just came across a node in the system that represents a person, Arthur (when testing random searches, that time in particular i entered "art" into the searchbar). maybe the Arthur node is from an earlier version? people as nodes

elf-pavlik commented 9 years ago

interesting! i stay at WhoControlsIt organized hack day ATM and @CountCulture mentioned that BP data doesn't include people which currently doesn't make it that attractive for WhoControlsIt

antnrueh commented 9 years ago

not sure if relevant, but the Nigeria dataset includes directors and shareholders

On Monday, January 19, 2015, ☮ elf Pavlik ☮ notifications@github.com wrote:

interesting! i stay at WhoControlsIt organized hack day ATM and @CountCulture mentioned that BP data doesn't include people which currently doesn't make it that attractive for WhoControlsIt

— Reply to this email directly or view it on GitHub.< https://ci5.googleusercontent.com/proxy/UGM3PnuKgSre065e7YhGtGFJGnFT3nA4q3XzaIwZS3W5gfJhg4lPdjsHbGgxXBbjn7LD_Naos5jccLgl0XBrF0DhOD9y0F7O1VGDKKdw2193PrJlTPHgSUXyej_HmnTufTEUXzfj4pKO10qLYv8eHXZIjvo0pQ=s0-d-e1-ft#https://github.com/notifications/beacon/AH8cPr5DTH2m4Onj5BRLA3WOz7lXf8UUks5njP2hgaJpZM4Cdbys.gif

elf-pavlik commented 9 years ago

@antnrueh @jmatsushita where do i find this data about directors and shareholders?

antnrueh commented 9 years ago

its integrated on data.openoil.net, just download nigeria datasets there

On Monday, January 19, 2015, ☮ elf Pavlik ☮ notifications@github.com wrote:

@antnrueh @jmatsushita where do i find this data about directors and shareholders?

— Reply to this email directly or view it on GitHub.< https://ci4.googleusercontent.com/proxy/Yg5JjwN1KyOjL45n4kTHXJ-DT1u1noky5ZNIng53DYMHLr3cw4qXixqUSLGjn1qHZw_zuZUgl_YT5G1PuNoO7LmlqOuTAdJdsieEYypP_3CbfzS-SSOrJ7Z86oVeUZ3C3Q5dD5BPMCFzhcVJs_X7tahCE9HUcg=s0-d-e1-ft#https://github.com/notifications/beacon/AH8cPl7aX_mik8sC7hS_UmWOhXFWA3htks5njQdbgaJpZM4Cdbys.gif

jmatsushita commented 9 years ago

More specifically, director and shareholder data are text properties of the Company object. Within these properties each person is on one line (separated by \n) and:

Obviously a first attempt at lightly structuring this data with obvious weaknesses!

                {
                  "node": {
                    "name": "Amban Nigeria Limited",
                    "website": "",
                    "headquarters": "ng/180052",
                    "oc_id": "ng/180052",
                    "source_url": "/documents/Nigeria Company List - Source URL.csv",
                    "directors": "Aniemene Fabian Ndubuisi, Director \nAniemene Pascal Okwuchukwu, Director\nAniemene Ifoma Queendaline, Director \nIringe-koko Hector Joshua, Director      \nNweke Emmanuel, Director\nOsoms Maimiller, Director\n\n",
                    "shareholders": "Aniemene Fabian Ndubuisi (3,000,000) \nAniemene Pascal Okwuchukwu (1,000,000)\nAniemene Ifoma Queendaline (1,000,000)",
                    "other_names": "Amban Nigeria Limited",
                    "foundation_date": "",
                    "previous_names": "",
                    "document_filename": "ng_180052 AMBAN NIG. LTD.pdf",
                    "document_summary": "Generic company filing",
                    "document_raw": "Company filing from the Nigerian Corporate Affairs Commission, Abuja Retrieved 25 June 2014 SEARCH REPORT DATE OF SEARCH 25th June, 2014 PLACE OF SEARCH Corporate Affairs Commission, Maitama, Abuja. NAME OF COMPANY SENT: AMBAN NIG. LTD DATE OF INCORPORATION 19th Nov., 1991 RC. NO.: 180052 REG. OFFICE ADDRESS: 21, Ogbunabali Road, Port Harcourt, Rivers State INITIAL SHARE CAPITAL 50, 000 divided into 50,000 ordinary shares of N1.00 each INCREASE IN SHARE CAPITAL: 5,000,000 SHARES ALLOTTED 5,000,000 CLASSES OF SHARES ORDINARY MAIN OBJECT: General contractors and merchants. SHAREHOLDERS: NAME SHARES 1. ANIEMENE FABIAN NDUBUISI Address is as above 3,000,000 2. ANIEMENE PASCAL OKWUCHUKWU Same as above 1,000,000 3. ANIEMENE IFEOMA QUEENDALINE Same as above 1,000,000 FIRST DIRECTORS: 1. ANIEMENE FABIAN NDUBUISI 2. ANIEMENE PASCAL OKWUCHUKWU CURRENT DIRECTORS (13/2/2012): 1. ANIEMENE FABIAN NDUBUISI 2. ANIEMENE PASCAL OKWUCHUKWU 3. ANIEMENE IFEOMA QUEENDALINE 4. IRINGE-KOKO HECTOR JOSHUA 5. NWEKE EMMANUEL 6. OSOMS MAIMILLER SECRETARY: Odo Hillary (Barr.) of 16, Awka Street, Aba Road, D/Line, Port Harcourt. BORROWING POWER: Clauses 32 and 31, Memorandum and Article of Association respectively ANNUAL RETURNS 2011 CHARGES: NIL REMARK/COMMENT: Duly registered"
                  },
elf-pavlik commented 9 years ago

hmmm... so sometimes we have % of shares and sometimes just a number of them?

CountCulture commented 9 years ago

Yes, the model we have for Shareholding Control Relationship allows either/both

On 20 January 2015 at 15:43, ☮ elf Pavlik ☮ notifications@github.com wrote:

hmmm... so sometimes we have % of shares and sometimes just a number of them?

— Reply to this email directly or view it on GitHub https://github.com/iilab/openoil/issues/59#issuecomment-70674142.


OpenCorporates :: The Open Database of the Corporate World http://opencorporates.com OpenlyLocal :: Making Local Government More Transparent http://openlylocal.com Blog: http://countculture.wordpress.com Twitter: http://twitter.com/CountCulture

elf-pavlik commented 9 years ago

@CountCulture do you use the same property for both and differentiate based on presence of % in a value? I think using different properties, for example percentage and count makes things more straight forward!

CountCulture commented 9 years ago

We have separate property for each.