We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix126UrlFileUnusedVariable does not work.
work well in browser side
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/p2m2/discovery@unused_var_126/dist/discovery-web.min.js"> </script> <script> let config = SWDiscoveryConfiguration.setConfigString(` { "sources" : [{ "id" : "file_metabo", "url" : "http://localhost:8080/animals_basic.ttl", "mimetype" : "text/turtle" }], "settings" : { "logLevel" : "all" } } `) SWDiscovery(config) .prefix("ns0","http://www.some-ficticious-zoo.com/rdf#") .something("animal") .datatype("ns0:name","name") .select("animal","name") .console() .commit().raw().then((response) => { console.log(JSON.stringify(response) ); }).catch( (error) => { console.error(" -- catch exception --") console.error(error) } ); </script>
The text was updated successfully, but these errors were encountered:
import a missing comunica library
Sorry, something went wrong.
ofilangi
No branches or pull requests
Fix126UrlFileUnusedVariable
does not work.
work well in browser side
The text was updated successfully, but these errors were encountered: