As of rdflib 6.0.0, we have DefinedNamespaces which contain the elements of a namespace (ontology/vocabulary/profile etc) and make them available for type hinting and warning-based validation.
If people would like to create DefinedNamespaces for interesting/important/their favourite namespaces, we can include them in rdflib's rdflib.namespace package. This will make your namesapces more visible and less prone to error in use.
If you are interested, have a look at those already there and put a PR in to add yours.
As of rdflib 6.0.0, we have DefinedNamespaces which contain the elements of a namespace (ontology/vocabulary/profile etc) and make them available for type hinting and warning-based validation.
If people would like to create DefinedNamespaces for interesting/important/their favourite namespaces, we can include them in rdflib's
rdflib.namespacepackage. This will make your namesapces more visible and less prone to error in use.If you are interested, have a look at those already there and put a PR in to add yours.