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

From Synthesis Infrastructures
No edit summary
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"]
semiWiki = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]


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