Import SMW .jsonld as RDFStore in Wolfram Language: Difference between revisions
KyleMacLaury (talk | contribs) (Created page with "A .jsonld file imported into the Wolfram Language results in an RDFStore object<syntaxhighlight lang="mathematica"> import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"] </syntaxhighlight>") |
(No difference)
|
Revision as of 16:10, 13 November 2022
A .jsonld file imported into the Wolfram Language results in an RDFStore object
import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]