-
Notifications
You must be signed in to change notification settings - Fork 580
Open
Description
I hope to craft my contexts programmatically, since I'm working with a format (RO-Crate) where the context must have a specific form. Therefore I'd like to propose these changes:
- Export
ContextandTermas public classes - Convert
Termto a dataclass orEnumclass so we get typed fields - Add documentation to the public methods of each of these classes
- Move
Context._term_dictintoTerm.to_dict() - Export the
_ContextSourceTypeasContextSourceType
Some initial work has already been done in #3169, but I'd like to check if this agrees with the vision for rdflib.
Metadata
Metadata
Assignees
Labels
No labels