base64Binary data type

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

base64Binary data type

Rickshow
Greetings,

I would like to know if this type of data is available in the owlready2 library and if so, how can I detect it. I get the error related to 145, that it cannot read this type of data.
Reply | Threaded
Open this post in threaded view
|

Re: base64Binary data type

Jiba
Administrator
Hello,

I've just added support for binary data in the development version of Owlready, on Bitbucket.

You can now access base64Binary data in existing ontologies, and Python's bytes data are automatically converted to base64Binary (= base64-encoded).

Enjoy,
Jiba
Reply | Threaded
Open this post in threaded view
|

Re: base64Binary data type

Rickshow
Thank you very much Jiba