[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Wed Sep 14 22:06:57 UTC 2005


gss
Wed Sep 14 18:06:57 EDT 2005
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot
In directory pub.open-bio.org:/tmp/cvs-serv17344/WebRoot

Modified Files:
	get-individuals.rdf get-individuals.n3 
Log Message:
Changed to work after major API overhaul

moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot get-individuals.rdf,1.1,1.2 get-individuals.n3,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.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/example-providers/brebiou.cshl.org/WebRoot/get-individuals.rdf	2005/01/26 18:51:48	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.rdf	2005/09/14 22:06:57	1.2
@@ -6,29 +6,30 @@
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:moby="http://www.semanticmoby.org/ontologies/core/" >
+  <rdf:Description rdf:nodeID="A0">
+    <cshlterms:individualName rdf:nodeID="A1"/>
+    <rdf:type rdf:resource="http://brebiou.cshl.org:8080/ontologies/Individual"/>
+    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
+  </rdf:Description>
   <rdf:Description rdf:about="http://brebiou.cshl.org:8080/get-individuals">
+    <moby:operatesOn rdf:nodeID="A2"/>
     <moby:inputURI>http://brebiou.cshl.org:8080/get-individuals.html</moby:inputURI>
-    <moby:operatesOn rdf:nodeID="A0"/>
     <moby:oneLineDescription>Retrieve all individuals for a panel</moby:oneLineDescription>
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Provider"/>
+    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Service"/>
     <moby:name>get-individuals</moby:name>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <moby:hasMapping rdf:nodeID="A1"/>
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
+  <rdf:Description rdf:nodeID="A3">
+    <rdf:_1 rdf:nodeID="A0"/>
+    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A2">
-    <cshlterms:individualName rdf:nodeID="A3"/>
-    <rdf:type rdf:resource="http://brebiou.cshl.org:8080/ontologies/Individual"/>
+    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
+    <moby:hasMapping rdf:nodeID="A4"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A1">
-    <moby:mapsTo rdf:nodeID="A4"/>
+  <rdf:Description rdf:nodeID="A4">
     <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
     <cshlterms:panelName rdf:nodeID="A5"/>
+    <moby:mapsTo rdf:nodeID="A3"/>
     <rdf:type rdf:resource="http://brebiou.cshl.org:8080/ontologies/Panel"/>
   </rdf:Description>
-  <rdf:Description rdf:nodeID="A4">
-    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
-    <rdf:_1 rdf:nodeID="A2"/>
-  </rdf:Description>
 </rdf:RDF>
\ No newline at end of file

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.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/example-providers/brebiou.cshl.org/WebRoot/get-individuals.n3	2005/01/26 18:51:48	1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.n3	2005/09/14 22:06:57	1.2
@@ -7,7 +7,7 @@
 @prefix cshlterms:  <http://brebiou.cshl.org:8080/ontologies/> .
 
 cshl:get-individuals
-    a moby:Provider ;
+    a moby:Service ;
     moby:name "get-individuals" ;
     moby:oneLineDescription "Retrieve all individuals for a panel" ;
     moby:inputURI "http://brebiou.cshl.org:8080/get-individuals.html" ;
@@ -19,7 +19,7 @@
            moby:mapsTo [
                a rdf:Bag ;
                rdf:_1 [
-                   a cshlterms:Individual ;
+                   a moby:Object, cshlterms:Individual ;
                    cshlterms:individualName []
                ]
            ]




More information about the MOBY-guts mailing list