[MOBY-guts] biomoby commit
Gary Schiltz
gss at pub.open-bio.org
Sun Sep 25 19:17:29 UTC 2005
gss
Sun Sep 25 15:17:28 EDT 2005
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello
In directory pub.open-bio.org:/tmp/cvs-serv13043/WebRoot/examples/hello
Modified Files:
hello-world.rdf hello-world.n3
Log Message:
Changed references to MOBYProvider to MOBYService
moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.rdf,1.3,1.4 hello-world.n3,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf 2004/11/04 22:28:02 1.3
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf 2005/09/25 19:17:28 1.4
@@ -6,24 +6,24 @@
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">
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
+ <moby:mapsTo rdf:nodeID="A1"/>
+ </rdf:Description>
<rdf:Description rdf:about="http://www.semanticmoby.org/examples/hello-world">
- <moby:operatesOn rdf:nodeID="A0"/>
- <moby:outputURI>http://www.semanticmoby.org/examples/display-hello-world-results</moby:outputURI>
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Service"/>
<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>
+ <moby:oneLineDescription>Simple example of a Semantic MOBY provider</moby:oneLineDescription>
+ <moby:outputURI>http://www.semanticmoby.org/examples/display-hello-world-results</moby:outputURI>
+ <moby:operatesOn rdf:nodeID="A2"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A1">
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
- <moby:mapsTo rdf:nodeID="A2"/>
- </rdf:Description>
- <rdf:Description rdf:nodeID="A2">
- <exterms:greeting rdf:nodeID="A3"/>
<rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
+ <exterms:greeting rdf:nodeID="A3"/>
</rdf:Description>
- <rdf:Description rdf:nodeID="A0">
+ <rdf:Description rdf:nodeID="A2">
<rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
- <moby:hasMapping rdf:nodeID="A1"/>
+ <moby:hasMapping rdf:nodeID="A0"/>
</rdf:Description>
</rdf:RDF>
\ No newline at end of file
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3 2004/11/04 22:28:02 1.3
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3 2005/09/25 19:17:28 1.4
@@ -7,7 +7,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:hello-world
- a moby:Provider, exterms:GreetingProvider ;
+ a moby:Service, exterms:GreetingProvider ;
moby:name "Semantic MOBY Hello World provider" ;
moby:oneLineDescription "Simple example of a Semantic MOBY provider" ;
moby:outputURI "http://www.semanticmoby.org/examples/display-hello-world-results" ;
More information about the MOBY-guts
mailing list