At the moment, the API is available in a prototype version. This is organized in two parts, corresponding to two URLs:
- Classes : http://ontologies.dataforhistory.org/api/classes/project/1/json
- Properties : http://ontologies.dataforhistory.org/api/properties/project/1/json
To query the API you must insert a project ID: in the example above, the project ID is the one of the symogih.org project.
The API returns a JSON serialization of the classes selected in the project and provides at the same time some basic attributes such as a standard name, the root namespace to which a class belongs, etc.
Concerning the properties ...