[MOBY-guts] biomoby commit
Gary Schiltz
gss at pub.open-bio.org
Wed Nov 23 23:57:31 UTC 2005
gss
Wed Nov 23 18:57:31 EST 2005
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello
In directory pub.open-bio.org:/tmp/cvs-serv18396/WebRoot/examples/hello
Modified Files:
hello-world.rdf hello-world.n3
Log Message:
Updated to remove keyword properties, add metadata properties
s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.rdf,1.6,1.7 hello-world.n3,1.6,1.7
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf 2005/11/03 22:37:11 1.6
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf 2005/11/23 23:57:31 1.7
@@ -6,25 +6,25 @@
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">
<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"/>
+ <moby:metadata>http://www.semanticmoby.org/examples/hello/metadata.txt</moby:metadata>
+ <moby:operatesOn rdf:nodeID="A0"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A1">
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
- <exterms:greeting rdf:nodeID="A3"/>
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
+ <moby:mapsTo rdf:nodeID="A2"/>
</rdf:Description>
- <rdf:Description rdf:nodeID="A2">
+ <rdf:Description rdf:nodeID="A0">
<rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
- <moby:hasMapping rdf:nodeID="A0"/>
+ <moby:hasMapping rdf:nodeID="A1"/>
+ </rdf:Description>
+ <rdf:Description rdf:nodeID="A2">
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
+ <exterms:greeting rdf:nodeID="A3"/>
</rdf:Description>
</rdf:RDF>
\ No newline at end of file
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3 2005/11/03 22:37:11 1.6
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.n3 2005/11/23 23:57:31 1.7
@@ -7,11 +7,12 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:hello-world
- a moby:Resource, exterms:GreetingResource ;
+ a moby:Resource ;
moby:name "VPIN Hello World resource" ;
moby:oneLineDescription "Simple example of a VPIN resource" ;
moby:aboutURI "http://www.semanticmoby.org/examples/hello-world" ;
moby:outputURI "http://www.semanticmoby.org/examples/display-hello-world" ;
+ moby:metadata "http://www.semanticmoby.org/examples/hello/metadata.txt" ;
moby:operatesOn [
a moby:Graph ;
moby:hasMapping [
More information about the MOBY-guts
mailing list