We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce2a1 commit daf87acCopy full SHA for daf87ac
reproschema/jsonldutils.py
@@ -75,7 +75,7 @@ def validate_data(data, shape_file_path):
75
return conforms, v_text
76
77
78
-def to_newformat(path, format, prefixfile, contextfile):
+def to_newformat(path, format, prefixfile=None, contextfile=None):
79
"""Convert a JSONLD document to n-triples format
80
81
Since PyLD requires an http url, a local server is started to serve the
0 commit comments