jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Expand XSD2PY Map #63

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

50 implements a mapping from XML Standard Datatypes (XSD) to python for most of the SPARQL supported types.

This ticket expands the mapper to include missing types (e.g. XSD.byte and XSD.dateTime).

Blocked by #50