Skip to content

Commit

Permalink
updated graphql/rdf cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
terazus committed Feb 11, 2023
1 parent c84fcc1 commit b89982c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
"cell_type": "markdown",
"source": [
"The `set_context()` method takes five parameters:\n",
" - vocab: to choose the vocabulary to use between `sdo`, `obo`, `wdt`, `wd` and `sio`\n",
" - local: if `True`, uses local files else the GitHub contexts\n",
" - prepend_url: the url to prepend to the isa identifiers (this is the URL of your SPARQL endpoint)\n",
" - all_in_on: if `True`, all the contexts are pulled from a single file instead of separate context files\n",
" - include_context: if `True`, the context is included in the JSON-LD serialization, else it only contains the URL or local path to the context file."
" - vocab: to choose the vocabulary to use between `sdo`, `obo`, `wdt`, `wd` and `sio`\n",
" - local: if `True`, uses local files else the GitHub contexts\n",
" - prepend_url: the url to prepend to the isa identifiers (this is the URL of your SPARQL endpoint)\n",
" - all_in_on: if `True`, all the contexts are pulled from a single file instead of separate context files\n",
" - include_context: if `True`, the context is included in the JSON-LD serialization, else it only contains the URL or local path to the context file."
],
"metadata": {
"collapsed": false
Expand Down

0 comments on commit b89982c

Please sign in to comment.