[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Thu Nov 4 22:28:02 UTC 2004
gss
Thu Nov 4 17:28:02 EST 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-serv31553/WebRoot/examples/hello
Modified Files:
hello-world.n3 hello-world.rdf
Log Message:
Added inputURI and outputURI
moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.n3,1.2,1.3 hello-world.rdf,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /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
+++ /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
@@ -10,6 +10,7 @@
a moby:Provider, 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" ;
moby:operatesOn [
a moby:Graph ;
moby:hasMapping [
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /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
+++ /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
@@ -8,21 +8,22 @@
xmlns:moby="http://www.semanticmoby.org/ontologies/core/" >
<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/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">
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
- <exterms:greeting rdf:nodeID="A2"/>
- </rdf:Description>
- <rdf:Description rdf:nodeID="A3">
<rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
- <moby:mapsTo rdf:nodeID="A1"/>
+ <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"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A0">
<rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
- <moby:hasMapping rdf:nodeID="A3"/>
+ <moby:hasMapping rdf:nodeID="A1"/>
</rdf:Description>
</rdf:RDF>
\ No newline at end of file
More information about the MOBY-guts
mailing list