You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
["--context",GetoptLong::REQUIRED_ARGUMENT,"Context to apply for expand, compact and converting from RDF"],
91
+
["--embed",GetoptLong::REQUIRED_ARGUMENT,"a flag specifying that objects should be directly embedded in the output, instead of being referred to by their IRI"],
91
92
["--evaluate","-e",GetoptLong::REQUIRED_ARGUMENT,"Evaluate argument as a JSON-LD document"],
92
93
["--expand",GetoptLong::NO_ARGUMENT,"Expand document, using an optional --context"],
94
+
["--expanded",GetoptLong::OPTIONAL_ARGUMENT,"Input is already expanded"],
95
+
["--explicit",GetoptLong::OPTIONAL_ARGUMENT,"a flag specifying that for properties to be included in the output, they must be explicitly declared in the framing context"],
93
96
["--flatten",GetoptLong::NO_ARGUMENT,"Flatten document, using an optional --context"],
94
97
["--format",GetoptLong::REQUIRED_ARGUMENT,"Specify output format when converting to RDF"],
95
98
["--frame",GetoptLong::REQUIRED_ARGUMENT,"Frame document, using the file or URL as a frame specification"],
96
99
["--input-format",GetoptLong::REQUIRED_ARGUMENT,"Format of the input document, when converting from RDF."],
100
+
["--omitDefault",GetoptLong::OPTIONAL_ARGUMENT,"a flag specifying that properties that are missing from the JSON-LD input should be omitted from the output"],
97
101
["--output","-o",GetoptLong::REQUIRED_ARGUMENT,"Output to the specified file path"],
98
102
["--parse-only",GetoptLong::NO_ARGUMENT,"Parse the document for well-formedness only"],
103
+
["--processingMode",GetoptLong::REQUIRED_ARGUMENT,"Set processing mode, defaults to json-ld-1.1"],
99
104
["--quiet",GetoptLong::NO_ARGUMENT,"Supress most output other than progress indicators"],
105
+
["--rename_bnodes",GetoptLong::OPTIONAL_ARGUMENT,"Rename bnodes as part of expansion, or keep them the same"],
106
+
["--requireAll",GetoptLong::OPTIONAL_ARGUMENT,"Rename bnodes as part of expansion, or keep them the same"],
107
+
["--simple_compact_iris",GetoptLong::OPTIONAL_ARGUMENT,"When compacting IRIs, do not use terms with expanded term definitions"],
0 commit comments