Crates.io | ekg-namespace |
lib.rs | ekg-namespace |
version | 0.0.10 |
source | src |
created_at | 2024-01-28 21:13:13.31781 |
updated_at | 2024-02-06 17:01:03.477263 |
description | All standard EKG namespaces and OWL axiom IRIs for EKG |
homepage | |
repository | https://github.com/EKGF/ekg-rs |
max_upload_size | |
id | 1117859 |
size | 104,577 |
This crate provides a set of constants and basic functions and classes for Enterprise Knowledge Graph (EKG) projects.
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#
.