#knowledge-graph #ekg #rdf #aws #digital-twin

ekg-namespace

All standard EKG namespaces and OWL axiom IRIs for EKG

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

#6 in #digital-twin

27 downloads per month
Used in rdfox-rs

Custom license

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–26MB
~355K SLoC