~ubuntu-branches/debian/squeeze/redland-bindings/squeeze

« back to all changes in this revision

Viewing changes to docs/pod/RDF/Redland/BlankNode.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
2
<?xml version="1.0"?>
3
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5
3
<html xmlns="http://www.w3.org/1999/xhtml">
6
4
<head>
7
5
<title>Redland RDF Application Framework - Perl RDF::Redland::BlankNode Class</title>
11
9
<h1 style="text-align:center">Redland RDF Application Framework - Perl RDF::Redland::BlankNode Class</h1>
12
10
 
13
11
 
 
12
<!-- INDEX BEGIN -->
 
13
<div name="index">
14
14
<p><a name="__index__"></a></p>
15
 
<!-- INDEX BEGIN -->
16
15
<!--
17
16
 
18
17
<ul>
24
23
        <li><a href="#see_also">SEE ALSO</a></li>
25
24
        <li><a href="#author">AUTHOR</a></li>
26
25
</ul>
27
 
-->
 
26
 
 
27
--></div>
28
28
<!-- INDEX END -->
29
29
 
30
 
<h2><a name="name" id="name">NAME</a></h2>
 
30
<h2><a name="name">NAME</a></h2>
31
31
<p>RDF::Redland::BlankNode - Redland RDF Blank Node Class</p>
32
32
 
33
 
<h2><a name="synopsis" id="synopsis">SYNOPSIS</a></h2>
 
33
<h2><a name="synopsis">SYNOPSIS</a></h2>
34
34
<pre>
35
35
  use RDF::Redland;
36
36
  my $node1=new RDF::Redland::BlankNode("id");
37
37
</pre>
38
38
 
39
 
<h2><a name="description" id="description">DESCRIPTION</a></h2>
 
39
<h2><a name="description">DESCRIPTION</a></h2>
40
40
<p>This class represents a blank nodes in the RDF graph. See <a href="Node.html">the RDF::Redland::Node manpage</a> for the methods on this object.</p>
41
41
 
42
 
<h2><a name="constructor" id="constructor">CONSTRUCTOR</a></h2>
 
42
<h2><a name="constructor">CONSTRUCTOR</a></h2>
43
43
<dl>
44
 
<dt><strong><a name="item_new" id="item_new">new IDENTIFIER</a></strong></dt>
 
44
<dt><strong><a name="new" class="item">new IDENTIFIER</a></strong></dt>
45
45
<dd>
46
46
<p>Create a new blank node with identifier <em>IDENTIFIER</em>.</p>
47
47
</dd>
48
48
</dl>
49
49
 
50
 
<h2><a name="see_also" id="see_also">SEE ALSO</a></h2>
 
50
<h2><a name="see_also">SEE ALSO</a></h2>
51
51
<p><a href="Node.html">the RDF::Redland::Node manpage</a></p>
52
52
 
53
 
<h2><a name="author" id="author">AUTHOR</a></h2>
54
 
<p>Dave Beckett - <a href="http://purl.org/net/dajobe/">http://purl.org/net/dajobe/</a></p>
 
53
<h2><a name="author">AUTHOR</a></h2>
 
54
<p>Dave Beckett - <a href="http://www.dajobe.org/">http://www.dajobe.org/</a></p>
55
55
<hr />
56
56
 
57
 
<p>(C) Copyright 2000-2007 <a href="http://purl.org/net/dajobe/">Dave Beckett</a>, (C) Copyright 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
 
57
<p>(C) Copyright 2000-2008 <a href="http://www.dajobe.org/">Dave Beckett</a>, (C) Copyright 2000-2005 <a href="http://www.bristol.ac.uk/">University of Bristol</a></p>
58
58
 
59
59
</body>
60
60
</html>