[MOBY-guts] biomoby commit

Gary Schlitz gss at pub.open-bio.org
Wed May 19 20:42:37 UTC 2004


gss
Wed May 19 16:42:37 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot
In directory pub.open-bio.org:/tmp/cvs-serv1897/WebRoot

Modified Files:
	citationSearch.rdf citationSearch.n3 
Log Message:
Misc fixes

moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot citationSearch.rdf,1.5,1.6 citationSearch.n3,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.rdf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.rdf	2004/05/19 18:26:52	1.5
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.rdf	2004/05/19 20:42:37	1.6
@@ -12,31 +12,38 @@
     <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DataTypeProperty"/>
     <rdfs:domain rdf:resource="http://www.go.org:8080/terms#GeneSymbol"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.s-moby.org:8080/terms#Property"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A0">
-    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Graph"/>
     <moby:hasMapping rdf:nodeID="A1"/>
-    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
-  </rdf:Description>
-  <rdf:Description rdf:nodeID="A2">
-    <acmepubs:literatureGuideURL rdf:nodeID="A3"/>
-    <rdf:type rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
-    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Object"/>
+    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Graph"/>
   </rdf:Description>
   <rdf:Description rdf:nodeID="A1">
-    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Subject"/>
-    <moby:mapsTo rdf:nodeID="A2"/>
-    <acmepubs:geneSymbol rdf:nodeID="A4"/>
+    <acmepubs:geneSymbol rdf:nodeID="A2"/>
     <rdf:type rdf:resource="http://www.go.org:8080/terms#GeneSymbol"/>
+    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Subject"/>
+    <moby:mapsTo rdf:nodeID="A3"/>
+  </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="A0"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.acmepubs.com:8080/citationSearch">
     <rdf:type rdf:resource="http://www.pubs.org:8081/terms#citationSearch"/>
-    <moby:operatesOn rdf:nodeID="A0"/>
+    <moby:operatesOn rdf:nodeID="A4"/>
+    <moby:oneLineDescription>Industry standard search</moby:oneLineDescription>
+    <moby:aboutURI>http://www.acmepubs.com/about/citationSearch</moby:aboutURI>
     <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Provider"/>
-    <rdfs:comment>Industry standard search</rdfs:comment>
+    <moby:name>AcmePubs Citation Search</moby:name>
+  </rdf:Description>
+  <rdf:Description rdf:nodeID="A3">
+    <rdf:type rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
+    <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Object"/>
+    <acmepubs:literatureGuideURL rdf:nodeID="A5"/>
   </rdf:Description>
   <rdf:Description rdf:about="http://www.acmepubs.com:8080/literatureGuideURL">
     <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
+    <rdfs:subPropertyOf rdf:resource="http://www.s-moby.org:8080/terms#Property"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DataTypeProperty"/>
     <rdfs:domain rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
   </rdf:Description>

===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.n3,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.n3	2004/04/01 00:33:35	1.4
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/acmepubs.com/WebRoot/citationSearch.n3	2004/05/19 20:42:37	1.5
@@ -10,28 +10,32 @@
 
 acmepubs:citationSearch
     a moby:Provider, pubs:citationSearch ;
-    rdfs:comment "Industry standard search" ;
-    moby:operatesOn _:bnode1 .
-
-_:bnode1
-    a moby:Graph, rdf:Bag ;
-    moby:hasMapping _:bnode2 .
-
-_:bnode2
-    a moby:Subject, go:GeneSymbol ;
-    moby:mapsTo _:bnode3 ;
-    acmepubs:geneSymbol _:bnode4 .
-
-_:bnode3
-    a moby:Object, sgd:LiteratureGuide ;
-    acmepubs:literatureGuideURL _:bnode6 .
+    moby:name "AcmePubs Citation Search" ;
+    moby:oneLineDescription "Industry standard search" ;
+    moby:aboutURI "http://www.acmepubs.com/about/citationSearch" ;
+    moby:operatesOn [
+        a rdf:Bag ;
+        rdf:_1 [
+            a moby:Graph ;
+            moby:hasMapping [
+                a moby:Subject, go:GeneSymbol ;
+                acmepubs:geneSymbol _:bnode1 ;
+                moby:mapsTo [
+                    a moby:Object, sgd:LiteratureGuide ;
+                    acmepubs:literatureGuideURL _:bnode2
+                ]
+            ]
+        ]
+    ] .
 
 acmepubs:geneSymbol
     a owl:DataTypeProperty ;
+    rdfs:subPropertyOf moby:Property ;
     rdfs:domain go:GeneSymbol ;
     rdfs:range xsd:string .
 
 acmepubs:literatureGuideURL
     a owl:DataTypeProperty ;
+    rdfs:subPropertyOf moby:Property ;
     rdfs:domain sgd:LiteratureGuide ;
     rdfs:range xsd:anyURI .
\ No newline at end of file




More information about the MOBY-guts mailing list