Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

Is there a way to programmatically access the structure of curated data present in Mathematica (for each type of information, for example for CountryData or ChemicalData) that would allow access to any kind of available information ? This would also allow the possibility to build generic graphical interfaces for accessing the data.

share|improve this question
I sort of remember reading a while ago (I think when Alpha was launched) that there might be a public API made one day to access this data directly from WRI servers. I do not remember now where I read that, or seen it. I did now some googling, and can't find it. So, for now, to access the data, I think the only way is to use Mathematica functions as explained here reference.wolfram.com/mathematica/guide/… – Nasser Dec 1 '12 at 11:12

1 Answer

This howto illustrates how to use curated data:
http://reference.wolfram.com/mathematica/howto/UseCuratedData.html

Basically the general structure of curated data seems to be Classes>Entities>Properties.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.