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

From Synthesis Infrastructures
(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
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]]

Revision as of 16:12, 13 November 2022

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

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