comparison sparql_import.xml @ 5:eee537fd4600 draft default tip

Uploaded
author saml
date Wed, 21 Nov 2012 12:55:30 -0500
parents 62cfd14e2520
children
comparison
equal deleted inserted replaced
4:ee072a7d271b 5:eee537fd4600
27 WHERE { ?s ?p ?o } 27 WHERE { ?s ?p ?o }
28 LIMIT 10 28 LIMIT 10
29 29
30 This will generate a 3-column tabular output like this:: 30 This will generate a 3-column tabular output like this::
31 31
32 http://identifiers.org/pubmed/12860264 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 32 <http://identifiers.org/pubmed/12860264> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
33 http://identifiers.org/pubmed/15782111 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 33 <http://identifiers.org/pubmed/15782111> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
34 http://identifiers.org/pubmed/11017945 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 34 <http://identifiers.org/pubmed/11017945> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
35 http://identifiers.org/pubmed/10997684 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 35 <http://identifiers.org/pubmed/10997684> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
36 http://identifiers.org/pubmed/19635799 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 36 <http://identifiers.org/pubmed/19635799> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
37 http://identifiers.org/pubmed/16480962 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 37 <http://identifiers.org/pubmed/16480962> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
38 http://identifiers.org/pubmed/15976321 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 38 <http://identifiers.org/pubmed/15976321> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
39 http://identifiers.org/pubmed/17218259 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 39 <http://identifiers.org/pubmed/17218259> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
40 http://identifiers.org/pubmed/17215298 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 40 <http://identifiers.org/pubmed/17215298> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
41 http://identifiers.org/pubmed/11177571 http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://vocabularies.wikipathways.org/wp#PublicationReference 41 <http://identifiers.org/pubmed/11177571> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://vocabularies.wikipathways.org/wp#PublicationReference>
42
42 43
43 </help> 44 </help>
44 </tool> 45 </tool>