You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit improves handling full class uris in three ways:
- It preserves the `$base` field in a `_base` global variable to allow
using it in the generated Python parser
- It relies on the `_base` variable to distinguish between base classes
and namespaced extensions while saving a document
- It removes the `class_uri` field and retrieves the full class uri
directly from the `rvocab` data structure
0 commit comments