[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Wed May 19 20:42:34 UTC 2004
gss
Wed May 19 16:42:34 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot
In directory pub.open-bio.org:/tmp/cvs-serv1860/WebRoot
Modified Files:
citationSearch.n3 citationSearch.rdf
Log Message:
Misc fixes
moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot citationSearch.n3,1.4,1.5 citationSearch.rdf,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.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/megapubs.com/WebRoot/citationSearch.n3 2004/04/02 00:04:21 1.4
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.n3 2004/05/19 20:42:33 1.5
@@ -10,28 +10,32 @@
megapubs:citationSearch
a moby:Provider, pubs:citationSearch ;
- rdfs:comment "Cool new search" ;
- moby:operatesOn _:bnode1 .
-
-_:bnode1
- a moby:Graph, rdf:Bag ;
- moby:hasMapping _:bnode2 .
-
-_:bnode2
- a moby:Subject, go:GeneSymbol ;
- moby:mapsTo _:bnode3 ;
- megapubs:geneSymbol _:bnode4 .
-
-_:bnode3
- a moby:Object, sgd:LiteratureGuide ;
- megapubs:literatureGuideURL _:bnode6 .
+ moby:name "MegaPubs Citation Search" ;
+ moby:oneLineDescription "Cool new search" ;
+ moby:aboutURI "http://www.megapubs.com/about/citationSearch" ;
+ moby:operatesOn [
+ a rdf:Bag ;
+ rdf:_1 [
+ a moby:Graph ;
+ moby:hasMapping [
+ a moby:Subject, go:GeneSymbol ;
+ megapubs:geneSymbol _:bnode1 ;
+ moby:mapsTo [
+ a moby:Object, sgd:LiteratureGuide ;
+ megapubs:literatureGuideURL _:bnode2
+ ]
+ ]
+ ]
+ ] .
megapubs:geneSymbol
a owl:DataTypeProperty ;
+ rdfs:subPropertyOf moby:Property ;
rdfs:domain go:GeneSymbol ;
rdfs:range xsd:string .
megapubs:literatureGuideURL
a owl:DataTypeProperty ;
+ rdfs:subPropertyOf moby:Property ;
rdfs:domain sgd:LiteratureGuide ;
rdfs:range xsd:anyURI .
\ No newline at end of file
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.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/megapubs.com/WebRoot/citationSearch.rdf 2004/05/19 18:26:48 1.5
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.rdf 2004/05/19 20:42:34 1.6
@@ -8,36 +8,43 @@
xmlns:pubs="http://www.pubs.org:8081/terms#"
xmlns:moby="http://www.s-moby.org:8080/terms#"
xmlns:sgd="http://www.sgd.org:8080/terms#" >
+ <rdf:Description rdf:nodeID="A0">
+ <moby:hasMapping rdf:nodeID="A1"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Graph"/>
+ </rdf:Description>
<rdf:Description rdf:about="http://www.megapubs.com:8080/literatureGuideURL">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DataTypeProperty"/>
+ <rdfs:subPropertyOf rdf:resource="http://www.s-moby.org:8080/terms#Property"/>
<rdfs:domain rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
</rdf:Description>
- <rdf:Description rdf:nodeID="A0">
- <megapubs:literatureGuideURL rdf:nodeID="A1"/>
- <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Object"/>
- <rdf:type rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
- </rdf:Description>
<rdf:Description rdf:about="http://www.megapubs.com:8080/citationSearch">
<rdf:type rdf:resource="http://www.pubs.org:8081/terms#citationSearch"/>
+ <moby:oneLineDescription>Cool new search</moby:oneLineDescription>
<moby:operatesOn rdf:nodeID="A2"/>
+ <moby:aboutURI>http://www.megapubs.com/about/citationSearch</moby:aboutURI>
+ <moby:name>MegaPubs Citation Search</moby:name>
<rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Provider"/>
- <rdfs:comment>Cool new search</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:nodeID="A2">
- <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Graph"/>
- <moby:hasMapping rdf:nodeID="A3"/>
+ <rdf:_1 rdf:nodeID="A0"/>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
</rdf:Description>
+ <rdf:Description rdf:nodeID="A1">
+ <moby:mapsTo rdf:nodeID="A3"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Subject"/>
+ <megapubs:geneSymbol rdf:nodeID="A4"/>
+ <rdf:type rdf:resource="http://www.go.org:8080/terms#GeneSymbol"/>
+ </rdf:Description>
+ <rdf:Description rdf:nodeID="A3">
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Object"/>
+ <megapubs:literatureGuideURL rdf:nodeID="A5"/>
+ <rdf:type rdf:resource="http://www.sgd.org:8080/terms#LiteratureGuide"/>
+ </rdf:Description>
<rdf:Description rdf:about="http://www.megapubs.com:8080/geneSymbol">
+ <rdfs:subPropertyOf rdf:resource="http://www.s-moby.org:8080/terms#Property"/>
<rdfs:domain rdf:resource="http://www.go.org:8080/terms#GeneSymbol"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DataTypeProperty"/>
</rdf:Description>
- <rdf:Description rdf:nodeID="A3">
- <moby:mapsTo rdf:nodeID="A0"/>
- <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Subject"/>
- <megapubs:geneSymbol rdf:nodeID="A4"/>
- <rdf:type rdf:resource="http://www.go.org:8080/terms#GeneSymbol"/>
- </rdf:Description>
-</rdf:RDF>
\ No newline at end of file
+</rdf:RDF>
More information about the MOBY-guts
mailing list