mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-08 16:12:31 +02:00
1106 lines
38 KiB
HTML
1106 lines
38 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
<title>Concepts</title>
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||
<link rel="start" href="index.html" title="Redland RDF Library Manual">
|
||
<link rel="up" href="reference-manual.html" title="Part II. Reference Manual">
|
||
<link rel="prev" href="redland-world.html" title="World">
|
||
<link rel="next" href="redland-digest.html" title="Digests">
|
||
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
|
||
<link rel="stylesheet" href="style.css" type="text/css">
|
||
<link rel="chapter" href="redland.html" title="Redland Overview">
|
||
<link rel="chapter" href="introduction.html" title="Introduction">
|
||
<link rel="part" href="tutorial.html" title="Part I. Tutorial">
|
||
<link rel="part" href="reference-manual.html" title="Part II. Reference Manual">
|
||
<link rel="chapter" href="objects.html" title="Objects in C">
|
||
<link rel="chapter" href="redland-storage-modules.html" title="Storage Modules">
|
||
<link rel="index" href="indexes.html" title="Index">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||
<tr valign="middle">
|
||
<td><a accesskey="p" href="redland-world.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||
<td><a accesskey="u" href="reference-manual.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||
<th width="100%" align="center">Redland RDF Library Manual</th>
|
||
<td><a accesskey="n" href="redland-digest.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
|
||
</tr>
|
||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#redland-concepts.synopsis" class="shortcut">Top</a>
|
||
|
|
||
<a href="#redland-concepts.description" class="shortcut">Description</a></nobr></td></tr>
|
||
</table>
|
||
<div class="refentry" lang="en">
|
||
<a name="redland-concepts"></a><div class="titlepage"></div>
|
||
<div class="refnamediv"><table width="100%"><tr>
|
||
<td valign="top">
|
||
<h2><span class="refentrytitle"><a name="redland-concepts.top_of_page"></a>Concepts</span></h2>
|
||
<p>Concepts — Pre-defined URIS and Nodes in the RDF namespaces.</p>
|
||
</td>
|
||
<td valign="top" align="right"></td>
|
||
</tr></table></div>
|
||
<div class="refsynopsisdiv">
|
||
<a name="redland-concepts.synopsis"></a><h2>Synopsis</h2>
|
||
<pre class="synopsis">
|
||
<a class="link" href="redland-node.html#librdf-node" title="librdf_node">librdf_node</a>* <a class="link" href="redland-concepts.html#librdf-get-concept-resource-by-index" title="librdf_get_concept_resource_by_index ()">librdf_get_concept_resource_by_index</a>
|
||
(<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world,
|
||
librdf_concepts_index idx);
|
||
<a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* <a class="link" href="redland-concepts.html#librdf-get-concept-uri-by-index" title="librdf_get_concept_uri_by_index ()">librdf_get_concept_uri_by_index</a> (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world,
|
||
librdf_concepts_index idx);
|
||
<a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* <a class="link" href="redland-concepts.html#librdf-get-concept-ms-namespace" title="librdf_get_concept_ms_namespace ()">librdf_get_concept_ms_namespace</a> (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world);
|
||
<a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* <a class="link" href="redland-concepts.html#librdf-get-concept-schema-namespace" title="librdf_get_concept_schema_namespace ()">librdf_get_concept_schema_namespace</a> (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world);
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Alt" title="LIBRDF_MS_Alt">LIBRDF_MS_Alt</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Alt-URI" title="LIBRDF_MS_Alt_URI">LIBRDF_MS_Alt_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Bag" title="LIBRDF_MS_Bag">LIBRDF_MS_Bag</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Bag-URI" title="LIBRDF_MS_Bag_URI">LIBRDF_MS_Bag_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Description" title="LIBRDF_MS_Description">LIBRDF_MS_Description</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Description-URI" title="LIBRDF_MS_Description_URI">LIBRDF_MS_Description_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Property" title="LIBRDF_MS_Property">LIBRDF_MS_Property</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Property-URI" title="LIBRDF_MS_Property_URI">LIBRDF_MS_Property_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-RDF:CAPS" title="LIBRDF_MS_RDF">LIBRDF_MS_RDF</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-RDF-URI:CAPS" title="LIBRDF_MS_RDF_URI">LIBRDF_MS_RDF_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Seq" title="LIBRDF_MS_Seq">LIBRDF_MS_Seq</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Seq-URI" title="LIBRDF_MS_Seq_URI">LIBRDF_MS_Seq_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Statement" title="LIBRDF_MS_Statement">LIBRDF_MS_Statement</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-Statement-URI" title="LIBRDF_MS_Statement_URI">LIBRDF_MS_Statement_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-aboutEach" title="LIBRDF_MS_aboutEach">LIBRDF_MS_aboutEach</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-aboutEachPrefix" title="LIBRDF_MS_aboutEachPrefix">LIBRDF_MS_aboutEachPrefix</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-aboutEachPrefix-URI" title="LIBRDF_MS_aboutEachPrefix_URI">LIBRDF_MS_aboutEachPrefix_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-aboutEach-URI" title="LIBRDF_MS_aboutEach_URI">LIBRDF_MS_aboutEach_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-li" title="LIBRDF_MS_li">LIBRDF_MS_li</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-li-URI" title="LIBRDF_MS_li_URI">LIBRDF_MS_li_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-object" title="LIBRDF_MS_object">LIBRDF_MS_object</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-object-URI" title="LIBRDF_MS_object_URI">LIBRDF_MS_object_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-predicate" title="LIBRDF_MS_predicate">LIBRDF_MS_predicate</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-predicate-URI" title="LIBRDF_MS_predicate_URI">LIBRDF_MS_predicate_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-subject" title="LIBRDF_MS_subject">LIBRDF_MS_subject</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-subject-URI" title="LIBRDF_MS_subject_URI">LIBRDF_MS_subject_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-type" title="LIBRDF_MS_type">LIBRDF_MS_type</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-type-URI" title="LIBRDF_MS_type_URI">LIBRDF_MS_type_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-value" title="LIBRDF_MS_value">LIBRDF_MS_value</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-MS-value-URI" title="LIBRDF_MS_value_URI">LIBRDF_MS_value_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-List" title="LIBRDF_RS_List">LIBRDF_RS_List</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-List-URI" title="LIBRDF_RS_List_URI">LIBRDF_RS_List_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-XMLLiteral" title="LIBRDF_RS_XMLLiteral">LIBRDF_RS_XMLLiteral</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-XMLLiteral-URI" title="LIBRDF_RS_XMLLiteral_URI">LIBRDF_RS_XMLLiteral_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-first" title="LIBRDF_RS_first">LIBRDF_RS_first</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-first-URI" title="LIBRDF_RS_first_URI">LIBRDF_RS_first_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-nil" title="LIBRDF_RS_nil">LIBRDF_RS_nil</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-nil-URI" title="LIBRDF_RS_nil_URI">LIBRDF_RS_nil_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-nodeID" title="LIBRDF_RS_nodeID">LIBRDF_RS_nodeID</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-nodeID-URI" title="LIBRDF_RS_nodeID_URI">LIBRDF_RS_nodeID_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-rest" title="LIBRDF_RS_rest">LIBRDF_RS_rest</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-RS-rest-URI" title="LIBRDF_RS_rest_URI">LIBRDF_RS_rest_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Class" title="LIBRDF_S_Class">LIBRDF_S_Class</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Class-URI" title="LIBRDF_S_Class_URI">LIBRDF_S_Class_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ConstraintProperty" title="LIBRDF_S_ConstraintProperty">LIBRDF_S_ConstraintProperty</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ConstraintProperty-URI" title="LIBRDF_S_ConstraintProperty_URI">LIBRDF_S_ConstraintProperty_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ConstraintResource" title="LIBRDF_S_ConstraintResource">LIBRDF_S_ConstraintResource</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ConstraintResource-URI" title="LIBRDF_S_ConstraintResource_URI">LIBRDF_S_ConstraintResource_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Container" title="LIBRDF_S_Container">LIBRDF_S_Container</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ContainerMembershipProperty" title="LIBRDF_S_ContainerMembershipProperty">LIBRDF_S_ContainerMembershipProperty</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-ContainerMembershipProperty-URI" title="LIBRDF_S_ContainerMembershipProperty_URI">LIBRDF_S_ContainerMembershipProperty_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Container-URI" title="LIBRDF_S_Container_URI">LIBRDF_S_Container_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Literal" title="LIBRDF_S_Literal">LIBRDF_S_Literal</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Literal-URI" title="LIBRDF_S_Literal_URI">LIBRDF_S_Literal_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Resource" title="LIBRDF_S_Resource">LIBRDF_S_Resource</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-Resource-URI" title="LIBRDF_S_Resource_URI">LIBRDF_S_Resource_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-comment" title="LIBRDF_S_comment">LIBRDF_S_comment</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-comment-URI" title="LIBRDF_S_comment_URI">LIBRDF_S_comment_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-domain" title="LIBRDF_S_domain">LIBRDF_S_domain</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-domain-URI" title="LIBRDF_S_domain_URI">LIBRDF_S_domain_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-isDefinedBy" title="LIBRDF_S_isDefinedBy">LIBRDF_S_isDefinedBy</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-isDefinedBy-URI" title="LIBRDF_S_isDefinedBy_URI">LIBRDF_S_isDefinedBy_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-label" title="LIBRDF_S_label">LIBRDF_S_label</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-label-URI" title="LIBRDF_S_label_URI">LIBRDF_S_label_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-range" title="LIBRDF_S_range">LIBRDF_S_range</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-range-URI" title="LIBRDF_S_range_URI">LIBRDF_S_range_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-seeAlso" title="LIBRDF_S_seeAlso">LIBRDF_S_seeAlso</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-seeAlso-URI" title="LIBRDF_S_seeAlso_URI">LIBRDF_S_seeAlso_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-subClassOf" title="LIBRDF_S_subClassOf">LIBRDF_S_subClassOf</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-subClassOf-URI" title="LIBRDF_S_subClassOf_URI">LIBRDF_S_subClassOf_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-subPropertyOf" title="LIBRDF_S_subPropertyOf">LIBRDF_S_subPropertyOf</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-S-subPropertyOf-URI" title="LIBRDF_S_subPropertyOf_URI">LIBRDF_S_subPropertyOf_URI</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-URI-RDF-MS:CAPS" title="LIBRDF_URI_RDF_MS">LIBRDF_URI_RDF_MS</a>
|
||
#define <a class="link" href="redland-concepts.html#LIBRDF-URI-RDF-SCHEMA:CAPS" title="LIBRDF_URI_RDF_SCHEMA">LIBRDF_URI_RDF_SCHEMA</a>
|
||
</pre>
|
||
</div>
|
||
<div class="refsect1" lang="en">
|
||
<a name="redland-concepts.description"></a><h2>Description</h2>
|
||
<p>
|
||
This module presents RDF concepts from either the RDF namespace
|
||
<a class="ulink" href="http://www.w3.org/1999/02/22-rdf-syntax-ns#" target="_top">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>
|
||
or the RDF Schema namespace
|
||
<a class="ulink" href="http://www.w3.org/2000/01/rdf-schema#" target="_top">http://www.w3.org/2000/01/rdf-schema#</a>
|
||
</p>
|
||
<p>
|
||
This list includes both syntax terms such as
|
||
<code class="literal">rdf:li</code> as well as model concepts (RDF
|
||
properties or classes) such as <code class="literal">rdf:Seq</code>
|
||
</p>
|
||
<p>
|
||
These are used in code using two lists of macros to get fast
|
||
pointers to <a class="link" href="redland-node.html#librdf-node" title="librdf_node"><span class="type">librdf_node</span></a> or <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> objects for the concept.
|
||
These should be copied with the appropriate <a class="link" href="redland-node.html#librdf-node" title="librdf_node"><span class="type">librdf_node</span></a>
|
||
or <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> class copy constructors before use.
|
||
</p>
|
||
<div class="example">
|
||
<a name="redland-example-rdfconcept"></a><p class="title"><b>Example 1. Using macros to get a node and URI for an RDF concept</b></p>
|
||
<div class="example-contents"><pre class="programlisting">
|
||
#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);
|
||
</pre></div>
|
||
</div>
|
||
<br class="example-break">
|
||
</div>
|
||
<div class="refsect1" lang="en">
|
||
<a name="redland-concepts.details"></a><h2>Details</h2>
|
||
<div class="refsect2" lang="en">
|
||
<a name="librdf-get-concept-resource-by-index"></a><h3>librdf_get_concept_resource_by_index ()</h3>
|
||
<pre class="programlisting"><a class="link" href="redland-node.html#librdf-node" title="librdf_node">librdf_node</a>* librdf_get_concept_resource_by_index
|
||
(<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world,
|
||
librdf_concepts_index idx);</pre>
|
||
<p>
|
||
Get Redland node object for RDF concepts.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>world</code></em> :</span></p></td>
|
||
<td> redland world object
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>idx</code></em> :</span></p></td>
|
||
<td> <span class="type">librdf_concepts_index</span>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> <a class="link" href="redland-node.html#librdf-node" title="librdf_node"><span class="type">librdf_node</span></a> pointer or NULL on failure.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="librdf-get-concept-uri-by-index"></a><h3>librdf_get_concept_uri_by_index ()</h3>
|
||
<pre class="programlisting"><a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* librdf_get_concept_uri_by_index (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world,
|
||
librdf_concepts_index idx);</pre>
|
||
<p>
|
||
Get Redland uri object for RDF concepts.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>world</code></em> :</span></p></td>
|
||
<td> redland world object
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>idx</code></em> :</span></p></td>
|
||
<td> <span class="type">librdf_concepts_index</span>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> pointer or NULL on failure.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="librdf-get-concept-ms-namespace"></a><h3>librdf_get_concept_ms_namespace ()</h3>
|
||
<pre class="programlisting"><a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* librdf_get_concept_ms_namespace (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world);</pre>
|
||
<p>
|
||
Get a shared <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> for the RDF Syntax namespace.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>world</code></em> :</span></p></td>
|
||
<td> librdf world object
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> pointer or NULL on failure.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="librdf-get-concept-schema-namespace"></a><h3>librdf_get_concept_schema_namespace ()</h3>
|
||
<pre class="programlisting"><a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri">librdf_uri</a>* librdf_get_concept_schema_namespace (<a class="link" href="redland-world.html#librdf-world" title="librdf_world">librdf_world</a> *world);</pre>
|
||
<p>
|
||
Get a shared <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> for the RDF Schema namespace.</p>
|
||
<p>
|
||
|
||
</p>
|
||
<div class="variablelist"><table border="0">
|
||
<col align="left" valign="top">
|
||
<tbody>
|
||
<tr>
|
||
<td><p><span class="term"><em class="parameter"><code>world</code></em> :</span></p></td>
|
||
<td> librdf world object
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||
<td> <a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> pointer or NULL on failure.
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Alt"></a><h3>LIBRDF_MS_Alt</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Alt
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Alt</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Alt-URI"></a><h3>LIBRDF_MS_Alt_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Alt_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Alt</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Bag"></a><h3>LIBRDF_MS_Bag</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Bag
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Bag</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Bag-URI"></a><h3>LIBRDF_MS_Bag_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Bag_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Bag</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Description"></a><h3>LIBRDF_MS_Description</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Description
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Description</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Description-URI"></a><h3>LIBRDF_MS_Description_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Description_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Description</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Property"></a><h3>LIBRDF_MS_Property</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Property
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Property</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Property-URI"></a><h3>LIBRDF_MS_Property_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Property_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Property</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-RDF:CAPS"></a><h3>LIBRDF_MS_RDF</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_RDF
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node RDF</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-RDF-URI:CAPS"></a><h3>LIBRDF_MS_RDF_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_RDF_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI RDF</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Seq"></a><h3>LIBRDF_MS_Seq</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Seq
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Seq</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Seq-URI"></a><h3>LIBRDF_MS_Seq_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Seq_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Seq</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Statement"></a><h3>LIBRDF_MS_Statement</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Statement
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node Statement</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-Statement-URI"></a><h3>LIBRDF_MS_Statement_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_Statement_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI Statement</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-aboutEach"></a><h3>LIBRDF_MS_aboutEach</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_aboutEach
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node aboutEach</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-aboutEachPrefix"></a><h3>LIBRDF_MS_aboutEachPrefix</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_aboutEachPrefix
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node aboutEachPrefix</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-aboutEachPrefix-URI"></a><h3>LIBRDF_MS_aboutEachPrefix_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_aboutEachPrefix_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI aboutEachPrefix</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-aboutEach-URI"></a><h3>LIBRDF_MS_aboutEach_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_aboutEach_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI aboutEach</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-li"></a><h3>LIBRDF_MS_li</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_li
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node li</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-li-URI"></a><h3>LIBRDF_MS_li_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_li_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI li</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-object"></a><h3>LIBRDF_MS_object</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_object
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node object</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-object-URI"></a><h3>LIBRDF_MS_object_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_object_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI object</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-predicate"></a><h3>LIBRDF_MS_predicate</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_predicate
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node predicate</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-predicate-URI"></a><h3>LIBRDF_MS_predicate_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_predicate_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI predicate</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-subject"></a><h3>LIBRDF_MS_subject</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_subject
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node subject</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-subject-URI"></a><h3>LIBRDF_MS_subject_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_subject_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI subject</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-type"></a><h3>LIBRDF_MS_type</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_type
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node type</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-type-URI"></a><h3>LIBRDF_MS_type_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_type_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI type</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-value"></a><h3>LIBRDF_MS_value</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_value
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node value</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-MS-value-URI"></a><h3>LIBRDF_MS_value_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_MS_value_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI value</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-List"></a><h3>LIBRDF_RS_List</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_List
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node List</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-List-URI"></a><h3>LIBRDF_RS_List_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_List_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI List</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-XMLLiteral"></a><h3>LIBRDF_RS_XMLLiteral</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_XMLLiteral
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node XMLLiteral</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-XMLLiteral-URI"></a><h3>LIBRDF_RS_XMLLiteral_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_XMLLiteral_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI XMLLiteral</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-first"></a><h3>LIBRDF_RS_first</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_first
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node first</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-first-URI"></a><h3>LIBRDF_RS_first_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_first_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI first</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-nil"></a><h3>LIBRDF_RS_nil</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_nil
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node nil</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-nil-URI"></a><h3>LIBRDF_RS_nil_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_nil_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI nil</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-nodeID"></a><h3>LIBRDF_RS_nodeID</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_nodeID
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node nodeID</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-nodeID-URI"></a><h3>LIBRDF_RS_nodeID_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_nodeID_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI nodeID</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-rest"></a><h3>LIBRDF_RS_rest</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_rest
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept librdf_node rest</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-RS-rest-URI"></a><h3>LIBRDF_RS_rest_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_RS_rest_URI
|
||
</pre>
|
||
<p>
|
||
RDF namespace concept URI rest</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Class"></a><h3>LIBRDF_S_Class</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Class
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept Class</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Class-URI"></a><h3>LIBRDF_S_Class_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Class_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI Class</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ConstraintProperty"></a><h3>LIBRDF_S_ConstraintProperty</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ConstraintProperty
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept ConstraintProperty</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ConstraintProperty-URI"></a><h3>LIBRDF_S_ConstraintProperty_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ConstraintProperty_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI ConstraintProperty</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ConstraintResource"></a><h3>LIBRDF_S_ConstraintResource</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ConstraintResource
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept ConstraintResource</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ConstraintResource-URI"></a><h3>LIBRDF_S_ConstraintResource_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ConstraintResource_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI ConstraintResource</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Container"></a><h3>LIBRDF_S_Container</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Container
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept Container</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ContainerMembershipProperty"></a><h3>LIBRDF_S_ContainerMembershipProperty</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ContainerMembershipProperty
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept ContainerMembershipProperty</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-ContainerMembershipProperty-URI"></a><h3>LIBRDF_S_ContainerMembershipProperty_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_ContainerMembershipProperty_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI ContainerMembershipProperty</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Container-URI"></a><h3>LIBRDF_S_Container_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Container_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI Container</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Literal"></a><h3>LIBRDF_S_Literal</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Literal
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept Literal</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Literal-URI"></a><h3>LIBRDF_S_Literal_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Literal_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI Literal</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Resource"></a><h3>LIBRDF_S_Resource</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Resource
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept Resource</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-Resource-URI"></a><h3>LIBRDF_S_Resource_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_Resource_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI Resource</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-comment"></a><h3>LIBRDF_S_comment</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_comment
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept comment</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-comment-URI"></a><h3>LIBRDF_S_comment_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_comment_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI comment</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-domain"></a><h3>LIBRDF_S_domain</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_domain
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept domain</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-domain-URI"></a><h3>LIBRDF_S_domain_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_domain_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI domain</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-isDefinedBy"></a><h3>LIBRDF_S_isDefinedBy</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_isDefinedBy
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept isDefinedBy</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-isDefinedBy-URI"></a><h3>LIBRDF_S_isDefinedBy_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_isDefinedBy_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI isDefinedBy</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-label"></a><h3>LIBRDF_S_label</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_label
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept label</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-label-URI"></a><h3>LIBRDF_S_label_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_label_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI label</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-range"></a><h3>LIBRDF_S_range</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_range
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept range</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-range-URI"></a><h3>LIBRDF_S_range_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_range_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI range</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-seeAlso"></a><h3>LIBRDF_S_seeAlso</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_seeAlso
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept seeAlso</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-seeAlso-URI"></a><h3>LIBRDF_S_seeAlso_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_seeAlso_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI seeAlso</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-subClassOf"></a><h3>LIBRDF_S_subClassOf</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_subClassOf
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept subClassOf</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-subClassOf-URI"></a><h3>LIBRDF_S_subClassOf_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_subClassOf_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI subClassOf</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-subPropertyOf"></a><h3>LIBRDF_S_subPropertyOf</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_subPropertyOf</pre>
|
||
<p>
|
||
RDFS namespace concept subPropertyOf</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-S-subPropertyOf-URI"></a><h3>LIBRDF_S_subPropertyOf_URI</h3>
|
||
<pre class="programlisting">#define LIBRDF_S_subPropertyOf_URI
|
||
</pre>
|
||
<p>
|
||
RDFS namespace concept URI subPropertyOf</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-URI-RDF-MS:CAPS"></a><h3>LIBRDF_URI_RDF_MS</h3>
|
||
<pre class="programlisting">#define LIBRDF_URI_RDF_MS
|
||
</pre>
|
||
<p>
|
||
<a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> for <code class="literal">rdf:</code> namespace. Copy with
|
||
<a class="link" href="redland-uri.html#librdf-new-uri-from-uri" title="librdf_new_uri_from_uri ()"><code class="function">librdf_new_uri_from_uri()</code></a> before using.</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
<hr>
|
||
<div class="refsect2" lang="en">
|
||
<a name="LIBRDF-URI-RDF-SCHEMA:CAPS"></a><h3>LIBRDF_URI_RDF_SCHEMA</h3>
|
||
<pre class="programlisting">#define LIBRDF_URI_RDF_SCHEMA
|
||
</pre>
|
||
<p>
|
||
<a class="link" href="redland-uri.html#librdf-uri" title="librdf_uri"><span class="type">librdf_uri</span></a> for <code class="literal">rdfs:</code> namespace. Copy with
|
||
<a class="link" href="redland-uri.html#librdf-new-uri-from-uri" title="librdf_new_uri_from_uri ()"><code class="function">librdf_new_uri_from_uri()</code></a> before using.</p>
|
||
<p>
|
||
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="refsect1" lang="en">
|
||
<a name="redland-concepts.see-also"></a><h2>See Also</h2>
|
||
<p>
|
||
<a class="ulink" href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210/" target="_top">RDF Vocabulary Description Language 1.0: RDF Schema</a>, Graham Klyne and Jeremy J. Carroll, Editors, W3C Recommendation, 10 February 2004.
|
||
</p>
|
||
<p>
|
||
<a class="ulink" href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/" target="_top">Resource Description Framework (RDF): Concepts and Abstract Syntax</a>, Dan Brickley and R. V. Guha, Editors, W3C Recommendation, 10 February 2004.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="footer">
|
||
<hr>
|
||
Generated by GTK-Doc V1.10</div>
|
||
</body>
|
||
</html>
|