4 releases
0.0.10 | Feb 6, 2024 |
---|---|
0.0.9 | Jan 29, 2024 |
0.0.8 | Jan 29, 2024 |
0.0.6 | Jan 28, 2024 |
#12 in #knowledge-graph
Used in rdfox-rs
125KB
2.5K
SLoC
ekg-namespace
This crate provides a set of constants and basic functions and classes for Enterprise Knowledge Graph (EKG) projects.
ADRs
Fluent-uri
We're using the fluent-uri crate for all
IRI/URI/URL related functionality, after having tried many other crates such
as hyper (their Uri type), iref and iri-string, each of which has its own issues,
for instance, hyper's Uri does not allow a hash or slash at the end of the path
which is a problem for RDF IRIs such as https://placeholder.kg/ontology/abc#
.
Dependencies
~12–23MB
~338K SLoC