Import SMW .jsonld as RDFStore in Wolfram Language: Difference between revisions

(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 edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A .jsonld file  imported into the Wolfram Language results in an RDFStore object<syntaxhighlight lang="mathematica">
 
import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]
A .jsonld file  imported into the Wolfram Language results in an RDFStore object.<syntaxhighlight lang="mathematica">
semiWiki = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]


</syntaxhighlight>
</syntaxhighlight>
[[File:Screen Shot 2022-11-13 at 11.10.58 AM.png|thumb]]

Latest revision as of 16:24, 13 November 2022

A .jsonld file imported into the Wolfram Language results in an RDFStore object.

semiWiki = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]
Screen Shot 2022-11-13 at 11.10.58 AM.png