-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should more namespaces be added to sophia_api::ns? #87
Comments
I'm not the owner of However, for exactly this reason the #[macro_use]
extern crate sophia_api;
pub mod lemon {
namespace!(
"http://www.w3.org/ns/lemon/ontolex#",
// I don't know the actual vocabulary
Lemon,
Grenade,
Orange,
...
)
} |
@MattesWhite This is exactly what I was about to answer. :-) @YEver unless you have a strong objection, I think we can close this issue? |
Thank you both :-) I'll create my own crate for the namespaces I need, so I'm closing this issue. |
@YEver , @pchampin , @MattesWhite It also includes ontolex lemon, lime, vartrans, and lexvo, gold ontologies for semantic linguistics. It also provides their ontologies as sophia datasets behind corresponding feature flags. These vocabs are generated from their ontology distributions directly. feedback welcome. |
@damooo thanks, that looks very nice. |
I would like to use sophia for building a multilingual dictionary, for which I need
http://www.w3.org/ns/lemon/ontolex#
and some other associated modules.I'm wondering whether it would make sense to contribute these namespaces to
sophia_api::ns
, or are you satisfied with the existing ones as "the most common namespaces"?The text was updated successfully, but these errors were encountered: