mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
5a5dd1e016
commit
5c23fe5cf8
|
@ -1457,6 +1457,7 @@ class JsonLdProcessor(object):
|
||||||
if 'format' in opts:
|
if 'format' in opts:
|
||||||
del opts['format']
|
del opts['format']
|
||||||
opts['produceGeneralizedRdf'] = False
|
opts['produceGeneralizedRdf'] = False
|
||||||
|
print('to_rdf: ' + str(input_))
|
||||||
dataset = self.to_rdf(input_, opts)
|
dataset = self.to_rdf(input_, opts)
|
||||||
except JsonLdError as cause:
|
except JsonLdError as cause:
|
||||||
raise JsonLdError(
|
raise JsonLdError(
|
||||||
|
|
Loading…
Reference in New Issue