[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Jul 28 23:45:33 UTC 2004


mwilkinson
Wed Jul 28 19:45:33 EDT 2004
Update of /home/repository/moby/moby-live/Perl/MOBY/RDF
In directory pub.open-bio.org:/tmp/cvs-serv16625/RDF

Modified Files:
	InOutArticlesRDF.pm 
Log Message:
call the method, not the variable

moby-live/Perl/MOBY/RDF InOutArticlesRDF.pm,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/RDF/InOutArticlesRDF.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Perl/MOBY/RDF/InOutArticlesRDF.pm	2004/07/28 23:41:39	1.4
+++ /home/repository/moby/moby-live/Perl/MOBY/RDF/InOutArticlesRDF.pm	2004/07/28 23:45:33	1.5
@@ -91,10 +91,10 @@
     my $subject = $self->subject;
     my $model = $self->model;
     
-    $self->{inputfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:input', GenCounter => &inputcounter(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
-    $self->{outputfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:output', GenCounter => &outputcounter(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
-    $self->{simplefactory} = new RDF::Core::NodeFactory( GenPrefix => '_:simple', GenCounter => &simplecounter(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
-    $self->{collectionfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:collection', GenCounter => &collectioncounter(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
+    $self->{inputfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:input', GenCounter => &nextinput(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
+    $self->{outputfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:output', GenCounter => &nextoutput(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
+    $self->{simplefactory} = new RDF::Core::NodeFactory( GenPrefix => '_:simple', GenCounter => &nextsimple(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
+    $self->{collectionfactory} = new RDF::Core::NodeFactory( GenPrefix => '_:collection', GenCounter => &nextcollection(),BaseURI=>'http://www.biomoby.org/nil');# BaseURI=>'http://www.foo.org/');
 
 	$self->{Bag} = new RDF::Core::Resource(RDF_NS,'Bag');
     




More information about the MOBY-guts mailing list