[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Wed Jun 16 18:51:13 UTC 2004
gss
Wed Jun 16 14:51:13 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-serv20579/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot
Modified Files:
citationSearch.n3 citationSearch.rdf
Log Message:
Separated terms from provider description graphs
moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot citationSearch.n3,1.5,1.6 citationSearch.rdf,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.n3,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.n3 2004/05/19 20:42:33 1.5
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.n3 2004/06/16 18:51:13 1.6
@@ -1,41 +1,28 @@
- at prefix pubs: <http://www.pubs.org:8081/terms#> .
- at prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- at prefix megapubs: <http://www.megapubs.com:8080/> .
- at prefix go: <http://www.go.org:8080/terms#> .
- at prefix sgd: <http://www.sgd.org:8080/terms#> .
- at prefix moby: <http://www.s-moby.org:8080/terms#> .
- at prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- at prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- at prefix owl: <http://www.w3.org/2002/07/owl#> .
+ at prefix megapubs: <http://www.megapubs.com:8080/> .
+ at prefix megaterms: <http://www.megapubs.com:8080/terms/> .
+ at prefix pubs: <http://www.pubs.org:8080/terms/> .
+ at prefix go: <http://www.go.org:8080/terms/> .
+ at prefix sgd: <http://www.sgd.org:8080/terms/> .
+ at prefix moby: <http://www.s-moby.org:8080/terms/> .
+ at prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+ at prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+ at prefix owl: <http://www.w3.org/2002/07/owl#> .
megapubs:citationSearch
a moby:Provider, pubs:citationSearch ;
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 ;
+ megaterms:geneSymbol _:bnode1 ;
moby:mapsTo [
a moby:Object, sgd:LiteratureGuide ;
- megapubs:literatureGuideURL _:bnode2
+ megaterms:literatureGuideURI _: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
+ ] .
\ 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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.rdf 2004/05/19 20:42:34 1.6
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/megapubs.com/WebRoot/citationSearch.rdf 2004/06/16 18:51:13 1.7
@@ -1,50 +1,37 @@
<rdf:RDF
- xmlns:go="http://www.go.org:8080/terms#"
+ xmlns:sgd="http://www.sgd.org:8080/terms/"
+ xmlns:pubs="http://www.pubs.org:8080/terms/"
xmlns:megapubs="http://www.megapubs.com:8080/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+ xmlns:go="http://www.go.org:8080/terms/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
- 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#" >
+ xmlns:moby="http://www.s-moby.org:8080/terms/"
+ xmlns:megaterms="http://www.megapubs.com: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"/>
+ <megaterms:geneSymbol rdf:nodeID="A1"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms/Subject"/>
+ <moby:mapsTo rdf:nodeID="A2"/>
+ <rdf:type rdf:resource="http://www.go.org:8080/terms/GeneSymbol"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.megapubs.com:8080/citationSearch">
- <rdf:type rdf:resource="http://www.pubs.org:8081/terms#citationSearch"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms/Provider"/>
+ <moby:operatesOn rdf:nodeID="A3"/>
<moby:oneLineDescription>Cool new search</moby:oneLineDescription>
- <moby:operatesOn rdf:nodeID="A2"/>
- <moby:aboutURI>http://www.megapubs.com/about/citationSearch</moby:aboutURI>
+ <rdf:type rdf:resource="http://www.pubs.org:8080/terms/citationSearch"/>
<moby:name>MegaPubs Citation Search</moby:name>
- <rdf:type rdf:resource="http://www.s-moby.org:8080/terms#Provider"/>
- </rdf:Description>
- <rdf:Description rdf:nodeID="A2">
- <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:_1 rdf:nodeID="A4"/>
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
</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:nodeID="A2">
+ <rdf:type rdf:resource="http://www.sgd.org:8080/terms/LiteratureGuide"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms/Object"/>
+ <megaterms:literatureGuideURI rdf:nodeID="A5"/>
+ </rdf:Description>
+ <rdf:Description rdf:nodeID="A4">
+ <moby:hasMapping rdf:nodeID="A0"/>
+ <rdf:type rdf:resource="http://www.s-moby.org:8080/terms/Graph"/>
</rdf:Description>
</rdf:RDF>
More information about the MOBY-guts
mailing list