[redland-dev] Redland macros for RDF/RDFS namespace concepts
Dave Beckett
dave at dajobe.org
Sat Aug 18 08:30:58 BST 2007
Is anyone using the librdf_concept / LIBRDF_S_* macros?
It allows access to URIs (librdf_uri)
and librdf_node* objects for all the RDF and RDF schema namespace
concepts
For example:
macro LIBRDF_S_label gives the librdf_node* for rdfs:label
macro LIBRDF_S_label_URI the URI for the same.
Theres a bug/issue about these things:
http://bugs.librdf.org/mantis/view.php?id=213
since they *should* have been defined with a parameter of the world
that they are attached to. So if they stay, they should change
macro. If nobody screams, the module can go.
(This is one of the very first things I wrote in redland, so
I guess it's one of the first mistakes).
Dave
More information about the redland-dev
mailing list