[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Thu Nov 3 22:37:12 UTC 2005


gss
Thu Nov  3 17:37:12 EST 2005
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello
In directory pub.open-bio.org:/tmp/cvs-serv22813/WebRoot/examples/hello

Modified Files:
	hello-world.rdf hello-world.n3 
Log Message:
Changed outputURI

s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.rdf,1.5,1.6 hello-world.n3,1.5,1.6
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2005/10/28 04:08:39	1.5
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2005/11/03 22:37:11	1.6
@@ -11,10 +11,11 @@
     <moby:mapsTo rdf:nodeID="A1"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.semanticmoby.org/examples/hello-world">
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Service"/>
+    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Resource"/>
     <rdf:type rdf:resource="http://www.semanticmoby.org/examples/ontologies/GreetingResource"/>
     <moby:name>VPIN Hello World resource</moby:name>
     <moby:oneLineDescription>Simple example of a VPIN resource</moby:oneLineDescription>
+    <moby:aboutURI>http://www.semanticmoby.org/examples/hello-world</moby:aboutURI>
     <moby:outputURI>http://www.semanticmoby.org/examples/display-hello-world</moby:outputURI>
     <moby:operatesOn rdf:nodeID="A2"/>
   </rdf:Description>

===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3	2005/10/28 04:08:39	1.5
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3	2005/11/03 22:37:11	1.6
@@ -10,7 +10,8 @@
     a moby:Resource, exterms:GreetingResource ;
     moby:name "VPIN Hello World resource" ;
     moby:oneLineDescription "Simple example of a VPIN resource" ;
-    moby:outputURI "http://www.semanticmoby.org/examples/display-hello-world-results" ;
+    moby:aboutURI "http://www.semanticmoby.org/examples/hello-world" ;
+    moby:outputURI "http://www.semanticmoby.org/examples/display-hello-world" ;
     moby:operatesOn [
         a moby:Graph ;
         moby:hasMapping [




More information about the MOBY-guts mailing list