-
Notifications
You must be signed in to change notification settings - Fork 5
655 Note on BigSemantics
655 Students -- This page contains information for using BigSemantics in your class project.
BigSemantics comes with a repository of wrappers that you can use immediately. The following table shows some examples. You can use the interactive wrapper ontology visualization to explore other wrappers.
The BigSemantics Service provides convenient access to meta-metadata wrappers and extracted metadata over HTTP. See the API documentation for usage.
Note that if you access the BigSemantics Service from JavaScript, you may want to use the JSONP format since it allows for cross-site service invocation. To use this format, you will need to provide a callback function which will be invoked with the returned metadata object when the service call finishes.
You are encouraged to author your own wrappers. Follow the following steps:
-
Fork the BigSemanticsWrapperRepository project which contains all wrappers.
-
Follow the development tutorials to learn about how to author wrappers, and author wrappers for your target websites.
-
Send a Pull Request to us, to share your wrapper with other developers!
Or, you can also file a GitHub issue to request new wrappers. Please include at least one example URL of the web resources you want to wrap, and provide descriptions of what information you need in the wrapper. In our spare time, we will try to address these requests.