~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to docs/xml/section-triples.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-10-22 21:15:07 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061022211507-c93p7f5mhapszeom
Tags: 1.4.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]>
4
6
<refentry id="raptor-section-triples">
5
7
<refmeta>
6
 
<refentrytitle id="top_of_page">Triples</refentrytitle>
 
8
<refentrytitle role="top_of_page">Triples</refentrytitle>
7
9
<manvolnum>3</manvolnum>
8
10
<refmiscinfo>RAPTOR Library</refmiscinfo>
9
11
</refmeta>
14
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
15
17
</refnamediv>
16
18
 
17
 
<refsynopsisdiv id="synopsis">
18
 
<title id="synopsis.title">Synopsis</title>
 
19
<refsynopsisdiv role="synopsis">
 
20
<title role="synopsis.title">Synopsis</title>
19
21
 
20
22
<synopsis>
21
23
 
65
67
 
66
68
 
67
69
 
68
 
<refsect1 id="desc">
69
 
<title id="desc.title">Description</title>
 
70
<refsect1 role="desc">
 
71
<title role="desc.title">Description</title>
70
72
<para>
71
73
Representation of RDF triples inside Raptor.  They are a sequence
72
74
of three <link linkend="raptor-identifier"><type>raptor_identifier</type></link> which cover the RDF terms of
77
79
</para>
78
80
</refsect1>
79
81
 
80
 
<refsect1 id="details">
81
 
<title id="details.title">Details</title>
 
82
<refsect1 role="details">
 
83
<title role="details.title">Details</title>
82
84
<refsect2>
83
85
<title><anchor id="raptor-genid-type" role="enum"/>enum raptor_genid_type</title>
84
86
<indexterm><primary>raptor_genid_type</primary></indexterm><programlisting>typedef enum {
137
139
</varlistentry>
138
140
<varlistentry>
139
141
<term><anchor id="RAPTOR-IDENTIFIER-TYPE-PREDICATE:CAPS" role="constant"/><literal>RAPTOR_IDENTIFIER_TYPE_PREDICATE</literal></term>
140
 
<listitem><simpara>   predicate URI.  WARNING: Will not be generated in in Raptor 1.4.9 or newer.  Instead a <link linkend="RAPTOR-IDENTIFIER-RESOURCE:CAPS"><type>RAPTOR_IDENTIFIER_RESOURCE</type></link> will be returned.
 
142
<listitem><simpara>   predicate URI.  WARNING: Will not be generated in in Raptor 1.4.9 or newer.  Instead a <link linkend="RAPTOR-IDENTIFIER-TYPE-RESOURCE:CAPS"><type>RAPTOR_IDENTIFIER_TYPE_RESOURCE</type></link> will be returned.
141
143
</simpara></listitem>
142
144
</varlistentry>
143
145
<varlistentry>
144
146
<term><anchor id="RAPTOR-IDENTIFIER-TYPE-ORDINAL:CAPS" role="constant"/><literal>RAPTOR_IDENTIFIER_TYPE_ORDINAL</literal></term>
145
 
<listitem><simpara>     <literal>rdf:li</literal>, <literal>rdf:_</literal><emphasis>n</emphasis>.  May not be generated in Raptor 1.4.9 or newer, instead a <link linkend="RAPTOR-IDENTIFIER-RESOURCE:CAPS"><type>RAPTOR_IDENTIFIER_RESOURCE</type></link> will be returned.
 
147
<listitem><simpara>     <literal>rdf:li</literal>, <literal>rdf:_</literal><emphasis>n</emphasis>.  No longer generated in any parser in Raptor 1.4.10+, instead a <link linkend="RAPTOR-IDENTIFIER-TYPE-RESOURCE:CAPS"><type>RAPTOR_IDENTIFIER_TYPE_RESOURCE</type></link> is returned.
146
148
</simpara></listitem>
147
149
</varlistentry>
148
150
<varlistentry>