ekg-namespace

Crates.ioekg-namespace
lib.rsekg-namespace
version0.0.10
sourcesrc
created_at2024-01-28 21:13:13.31781
updated_at2024-02-06 17:01:03.477263
descriptionAll standard EKG namespaces and OWL axiom IRIs for EKG
homepage
repositoryhttps://github.com/EKGF/ekg-rs
max_upload_size
id1117859
size104,577
Jacobus Geluk (jgeluk)

documentation

README

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#.

Commit count: 24

cargo fmt