-
Notifications
You must be signed in to change notification settings - Fork 577
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
Context
andTerm
as public classes - Convert
Term
to a dataclass orEnum
class so we get typed fields - Add documentation to the public methods of each of these classes
- Move
Context._term_dict
intoTerm.to_dict()
- Export the
_ContextSourceType
asContextSourceType
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