Import SMW .jsonld as RDFStore in Wolfram Language

Revision as of 16:10, 13 November 2022 by 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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

import = Import["/Users/kylemaclaury/Downloads/statements.jsonld"]