Perform JSON-LD expansion of input, followed by compaction into the codemeta context
crosswalk_transform(x, crosswalk_context = NULL, codemeta_context = getOption("codemeta_context", "http://purl.org/codemeta/2.0"))
x | a JSON list or file with data fields to be crosswalked |
---|---|
crosswalk_context | Context to be added to x |
codemeta_context | the address or contents of codemeta context. Leave at default |
a valid codemeta json description.