DLR-SC / prov-db-connector

PROV Database Connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prov-Document: Convert

B-Stefan opened this issue · comments

If the library receives a JSON, XML or PROV-N formated string as input it should also work. The library should convert the string into a ProvDocument instance.

As far as I know the [prov Python lib.] only supports:

  • ProvDocument -> Prov-N
  • ProvDocument <-> JSON
  • ProvDocument -> XML

Overview