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

no edit summary
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]]
86

edits