[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Tue Jan 25 17:08:24 UTC 2005
gss
Tue Jan 25 12:08:23 EST 2005
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot
In directory pub.open-bio.org:/tmp/cvs-serv6196/WebRoot
Modified Files:
get-individuals.rdf get-individuals.n3
Log Message:
Misc fixes
moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot get-individuals.rdf,1.1,1.2 get-individuals.n3,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.rdf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.rdf 2004/11/19 17:17:05 1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.rdf 2005/01/25 17:08:23 1.2
@@ -1,36 +1,34 @@
<rdf:RDF
+ xmlns:cshl="http://brebiou.cshl.org:8080/"
+ xmlns:cshlterms="http://brebiou.cshl.org:8080/ontologies/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
- xmlns:cshlterms="http://brebiou.cshl.org/ontologies/"
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/"
- xmlns:cshl="http://brebiou.cshl.org/" >
+ xmlns:moby="http://www.semanticmoby.org/ontologies/core/" >
+ <rdf:Description rdf:about="http://brebiou.cshl.org:8080/get-individuals">
+ <moby:inputURI>http://brebiou.cshl.org:8080/get-individuals.html</moby:inputURI>
+ <moby:operatesOn rdf:nodeID="A0"/>
+ <moby:oneLineDescription>Retrieve all individuals for a panel</moby:oneLineDescription>
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Provider"/>
+ <moby:name>get-individuals</moby:name>
+ </rdf:Description>
<rdf:Description rdf:nodeID="A0">
- <cshlterms:panelName rdf:nodeID="A1"/>
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
- <rdf:type rdf:resource="http://brebiou.cshl.org/ontologies/Panel"/>
- <moby:mapsTo rdf:nodeID="A2"/>
+ <moby:hasMapping rdf:nodeID="A1"/>
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
</rdf:Description>
<rdf:Description rdf:nodeID="A2">
- <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
- <rdf:_1 rdf:nodeID="A3"/>
- </rdf:Description>
- <rdf:Description rdf:nodeID="A4">
- <moby:hasMapping rdf:nodeID="A0"/>
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Graph"/>
+ <cshlterms:individualName rdf:nodeID="A3"/>
+ <rdf:type rdf:resource="http://brebiou.cshl.org:8080/ontologies/Individual"/>
</rdf:Description>
- <rdf:Description rdf:about="http://brebiou.cshl.org/get-individuals">
- <moby:inputURI>http://brebiou.cshl.org/get-individuals.html</moby:inputURI>
- <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Provider"/>
- <moby:keyword>wormbase</moby:keyword>
- <moby:operatesOn rdf:nodeID="A4"/>
- <moby:keyword>cshl</moby:keyword>
- <moby:name>get-individuals</moby:name>
- <moby:oneLineDescription>Retrieve all individuals for a panel</moby:oneLineDescription>
+ <rdf:Description rdf:nodeID="A1">
+ <moby:mapsTo rdf:nodeID="A4"/>
+ <rdf:type rdf:resource="http://www.semanticmoby.org/ontologies/core/Subject"/>
+ <cshlterms:panelName rdf:nodeID="A5"/>
+ <rdf:type rdf:resource="http://brebiou.cshl.org:8080/ontologies/Panel"/>
</rdf:Description>
- <rdf:Description rdf:nodeID="A3">
- <rdf:type rdf:resource="http://brebiou.cshl.org/ontologies/Individual"/>
- <cshlterms:individualName rdf:nodeID="A5"/>
+ <rdf:Description rdf:nodeID="A4">
+ <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"/>
+ <rdf:_1 rdf:nodeID="A2"/>
</rdf:Description>
</rdf:RDF>
\ No newline at end of file
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.n3,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.n3 2004/11/19 17:17:05 1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/example-providers/brebiou.cshl.org/WebRoot/get-individuals.n3 2005/01/25 17:08:23 1.2
@@ -3,16 +3,14 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- at prefix cshl: <http://brebiou.cshl.org/> .
- at prefix cshlterms: <http://brebiou.cshl.org/ontologies/> .
+ at prefix cshl: <http://brebiou.cshl.org:8080/> .
+ at prefix cshlterms: <http://brebiou.cshl.org:8080/ontologies/> .
cshl:get-individuals
a moby:Provider ;
moby:name "get-individuals" ;
moby:oneLineDescription "Retrieve all individuals for a panel" ;
- moby:keyword "wormbase" ;
- moby:keyword "cshl" ;
- moby:inputURI "http://brebiou.cshl.org/get-individuals.html" ;
+ moby:inputURI "http://brebiou.cshl.org:8080/get-individuals.html" ;
moby:operatesOn [
a moby:Graph ;
moby:hasMapping [
More information about the MOBY-guts
mailing list