Concepts
Pre-defined URIS and Nodes in the RDF namespaces.
This module presents RDF concepts from either the RDF namespace
http://www.w3.org/1999/02/22-rdf-syntax-ns#
or the RDF Schema namespace
http://www.w3.org/2000/01/rdf-schema#
This list includes both syntax terms such as
rdf:li as well as model concepts (RDF
properties or classes) such as rdf:Seq
These are used in code using two lists of macros to get fast
pointers to #librdf_node or #librdf_uri objects for the concept.
These should be copied with the appropriate #librdf_node
or #librdf_uri class copy constructors before use.
Using macros to get a node and URI for an RDF concept
#include <redland.h>
...
librdf_node* n=librdf_new_node_from_node(LIBRDF_MS_value);
librdf_uri* u=librdf_new_uri_from_uri(LIBRDF_MS_value_URI);
RDF Vocabulary Description Language 1.0: RDF Schema, Graham Klyne and Jeremy J. Carroll, Editors, W3C Recommendation, 10 February 2004.
Resource Description Framework (RDF): Concepts and Abstract Syntax, Dan Brickley and R. V. Guha, Editors, W3C Recommendation, 10 February 2004.
@world:
@idx:
@Returns:
@world:
@idx:
@Returns:
@world:
@Returns:
@world:
@Returns: