[MOBY-guts] biomoby commit

Gary Schlitz gss at pub.open-bio.org
Wed Jul 21 22:01:20 UTC 2004


gss
Wed Jul 21 18:01:20 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello
In directory pub.open-bio.org:/tmp/cvs-serv12905/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello

Modified Files:
	hello-world.n3 hello-world.rdf 
Log Message:
Many changes prior to BOSC

moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.n3,1.1,1.2 hello-world.rdf,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3	2004/07/15 20:27:15	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3	2004/07/21 22:01:20	1.2
@@ -7,7 +7,7 @@
 @prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
 
 ex:hello-world
-    a moby:Provider ;
+    a moby:Provider, exterms:GreetingProvider ;
     moby:name "Semantic MOBY Hello World provider" ;
     moby:oneLineDescription "Simple example of a Semantic MOBY provider" ;
     moby:operatesOn [

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2004/07/15 20:27:15	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2004/07/21 22:01:20	1.2
@@ -8,20 +8,21 @@
     xmlns:moby="http://www.semanticmoby.org/ontologies/core/" >
   <rdf:Description rdf:about="http://www.semanticmoby.org/examples/hello-world">
     <moby:operatesOn rdf:nodeID="A0"/>
+    <rdf:type rdf:resource="http://www.semanticmoby.org/examples/ontologies/GreetingProvider"/>
     <moby:oneLineDescription>Simple example of a Semantic MOBY provider</moby:oneLineDescription>
     <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Provider"/>
     <moby:name>Semantic MOBY Hello World provider</moby:name>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <exterms:greeting rdf:nodeID="A2"/>
     <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <moby:hasMapping rdf:nodeID="A3"/>
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
+    <exterms:greeting rdf:nodeID="A2"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A3">
-    <moby:mapsTo rdf:nodeID="A1"/>
     <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
+    <moby:mapsTo rdf:nodeID="A1"/>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A0">
+    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
+    <moby:hasMapping rdf:nodeID="A3"/>
   </rdf:Description>
 </rdf:RDF>
\ No newline at end of file




More information about the MOBY-guts mailing list