diff --git a/pyjsonld.py b/pyjsonld.py index 1826cf82f..9133929dc 100644 --- a/pyjsonld.py +++ b/pyjsonld.py @@ -1457,6 +1457,7 @@ class JsonLdProcessor(object): if 'format' in opts: del opts['format'] opts['produceGeneralizedRdf'] = False + print('to_rdf: ' + str(input_)) dataset = self.to_rdf(input_, opts) except JsonLdError as cause: raise JsonLdError(