New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substances should have a "other names" property. #14
Comments
I would be willing to help add this if someone runs me over how I can deduce the alternative names. Seems the mediawiki api doesn't return it as a simple property. |
Here is the current list of aliases I have pulled into the caterpillar bot from the API, can spit out any way you want (CSV,JSON, YML) if you just want to parse
|
@KnightHawk3 thanks for your idea! We're currently considering implementing this. I'll keep you updated. @estiens thanks for the list! That's definitely helpful when we create the respective properties in the articles. |
@estiens Thanks for the list, super helpful. Would I be able to grab that as JSON? (tried my hand at quickly converting the one you supplied to json but it was tricky) Edit: nevermind, I used https://www.json2yaml.com/ to convert it. Thanks <3 |
Yup. I’m off grid for the next 5 days at a burn, but I’ll pop it here after that! Ping me if I forget.
…Sent from my iPhone
On Jun 6, 2019, at 12:54 AM, Melody Kelly ***@***.***> wrote:
@estiens Thanks for the list, super helpful. Would I be able to grab that as JSON? (tried my hand at quickly converting the one you supplied to json but it was tricky)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Good one! I would also consider type Substance {
# Alternative names
aliases: [String]
} |
Here's a JSON file of the above info |
I'll have a look at this. |
Something like this would be ideal
->
The text was updated successfully, but these errors were encountered: