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>") |
KyleMacLaury (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
A .jsonld file imported into the Wolfram Language results in an RDFStore object<syntaxhighlight lang="mathematica"> | A .jsonld file imported into the Wolfram Language results in an RDFStore object<syntaxhighlight lang="mathematica"> | ||
import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"] | import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[File:Screen Shot 2022-11-13 at 11.10.58 AM.png|thumb]] |