[MOBY-guts] biomoby commit

Gary Schiltz gss at pub.open-bio.org
Thu Mar 16 21:51:43 UTC 2006


gss
Thu Mar 16 16:51:43 EST 2006
Update of /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello
In directory pub.open-bio.org:/tmp/cvs-serv8229/WebRoot/examples/hello

Modified Files:
	hello-world.rdf 
Log Message:
Changed moby: prefix from http://www.semanticmoby.org/ontologies/core/ to http://ontologies.ncgr.org/moby/

s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello hello-world.rdf,1.10,1.11
===================================================================
RCS file: /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2005/12/14 18:07:11	1.10
+++ /home/repository/moby/s-moby/ref-impl/semanticmoby.org/WebRoot/examples/hello/hello-world.rdf	2006/03/16 21:51:43	1.11
@@ -1,31 +1,43 @@
-<rdf:RDF
-    xmlns:ex="http://www.semanticmoby.org/examples/hello/"
-    xmlns:exterms="http://www.semanticmoby.org/examples/ontologies/"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-    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:about="http://www.semanticmoby.org/examples/hello/hello-world">
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Resource"/>
-    <moby:name>VPIN Hello World resource</moby:name>
-    <moby:oneLineDescription>Simple example of a VPIN resource</moby:oneLineDescription>
-    <moby:outputURI>http://www.semanticmoby.org/examples/hello/display-hello-world</moby:outputURI>
-    <moby:providerName>VPIN</moby:providerName>
-    <moby:providerAboutURI>http://www.semanticmoby.org</moby:providerAboutURI>
-    <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/Subject"/>
-    <moby:mapsTo rdf:nodeID="A2"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
-    <moby:hasMapping rdf:nodeID="A1"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A2">
-    <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Object"/>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY rdf      "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+    <!ENTITY rdfs     "http://www.w3.org/2000/01/rdf-schema#">
+    <!ENTITY xsd      "http://www.w3.org/2001/XMLSchema#">
+    <!ENTITY owl      "http://www.w3.org/2002/07/owl#">
+    <!ENTITY ex       "http://www.semanticmoby.org/examples/hello/">
+    <!ENTITY exterms  "http://www.semanticmoby.org/examples/ontologies/">
+    <!ENTITY moby     "http://ontologies.ncgr.org/moby/">
+]>
+
+<rdf:RDF xmlns:rdf      = "&rdf;"
+         xmlns:rdfs     = "&rdfs;"
+         xmlns:xsd      = "&xsd;"
+         xmlns:owl      = "&owl;"
+         xmlns:ex       = "&ex;"
+         xmlns:exterms  = "&exterms;"
+         xmlns          = "&moby;">
+  
+  <Resource rdf:about="&ex;hello-world">
+    <name>VPIN Hello World resource</name>
+    <oneLineDescription>Simple example of a VPIN resource</oneLineDescription>
+    <outputURI>&ex;display-hello-world</outputURI>
+    <providerName>VPIN</providerName>
+    <providerAboutURI>http://www.semanticmoby.org</providerAboutURI>
+    <metadata>http://www.semanticmoby.org/examples/hello/metadata.txt</metadata>
+    <operatesOn rdf:nodeID="A0"/>
+  </Resource>
+  
+  <Graph rdf:nodeID="A0">
+    <hasMapping rdf:nodeID="A1"/>
+  </Graph>
+  
+  <Subject rdf:nodeID="A1">
+    <mapsTo rdf:nodeID="A2"/>
+  </Subject>
+  
+  <Object rdf:nodeID="A2">
     <exterms:greeting rdf:nodeID="A3"/>
-  </rdf:Description>
+  </Object>
+  
 </rdf:RDF>
\ No newline at end of file




More information about the MOBY-guts mailing list