1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 23:32:53 +02:00
audacity/lib-src/redland/rasqal/docs/tmpl/section-data.sgml
2010-01-24 09:19:39 +00:00

69 lines
1.0 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
Data Graphs
<!-- ##### SECTION Short_Description ##### -->
RDF graph sources for triples.
<!-- ##### SECTION Long_Description ##### -->
<para>
Data graphs are used in the query to describe RDF graphs that can be
used to query against. The graphs can be used either with #raptor_uri
to name the graph, or without a name. The query language determines
which graphs are used in the query.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT rasqal_data_graph ##### -->
<para>
</para>
@uri:
@name_uri:
@flags:
<!-- ##### FUNCTION rasqal_new_data_graph ##### -->
<para>
</para>
@uri:
@name_uri:
@flags:
@Returns:
<!-- ##### FUNCTION rasqal_free_data_graph ##### -->
<para>
</para>
@dg:
<!-- ##### ENUM rasqal_data_graph_flags ##### -->
<para>
</para>
@RASQAL_DATA_GRAPH_NONE:
@RASQAL_DATA_GRAPH_NAMED:
@RASQAL_DATA_GRAPH_BACKGROUND:
<!-- ##### FUNCTION rasqal_data_graph_print ##### -->
<para>
</para>
@dg:
@fh: