| Database | WikiPathways |
| SPARQl endpoint | https://sparql.wikipathways.org/sparql |
| License | CCZero |
Code examples: curl
SELECT DISTINCT ?type WHERE {
[] a ?type .
}
| type |
| http://www.openlinksw.com/schemas/virtrdf#QuadMapFormat |
| http://www.openlinksw.com/schemas/virtrdf#QuadStorage |
| http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapFormat |
| http://www.openlinksw.com/schemas/virtrdf#QuadMap |
| http://www.openlinksw.com/schemas/virtrdf#QuadMapValue |
| http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapColumn |
| http://www.openlinksw.com/schemas/virtrdf#QuadMapColumn |
| http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMapATable |
| http://www.openlinksw.com/schemas/virtrdf#QuadMapATable |
| http://www.openlinksw.com/schemas/virtrdf#QuadMapFText |
| http://www.openlinksw.com/schemas/virtrdf#array-of-string |
| http://www.openlinksw.com/schemas/virtrdf#array-of-QuadMap |
| http://www.w3.org/2002/07/owl#Class |
| http://www.w3.org/2002/07/owl#Ontology |
| http://www.w3.org/2002/07/owl#AnnotationProperty |
| http://www.w3.org/2002/07/owl#Restriction |
| http://www.w3.org/2002/07/owl#ObjectProperty |
| http://www.w3.org/2002/07/owl#DatatypeProperty |
| http://www.w3.org/ns/sparql-service-description#Service |
| http://www.w3.org/2004/02/skos/core#Collection |
| http://vocabularies.wikipathways.org/gpml#Anchor |
| http://vocabularies.wikipathways.org/gpml#Comment |
| http://vocabularies.wikipathways.org/gpml#DataNode |
| http://vocabularies.wikipathways.org/gpml#GraphicalLine |
| http://vocabularies.wikipathways.org/gpml#Group |
| http://vocabularies.wikipathways.org/gpml#InfoBox |
| http://vocabularies.wikipathways.org/gpml#Interaction |
| http://vocabularies.wikipathways.org/gpml#Label |
| http://vocabularies.wikipathways.org/gpml#Point |
| http://vocabularies.wikipathways.org/gpml#PublicationXref |
| http://vocabularies.wikipathways.org/gpml#State |
| http://vocabularies.wikipathways.org/gpml#shape |
| http://vocabularies.wikipathways.org/wp#Binding |
| http://vocabularies.wikipathways.org/wp#Catalysis |
| http://vocabularies.wikipathways.org/wp#Complex |
| http://vocabularies.wikipathways.org/wp#ComplexBinding |
| http://vocabularies.wikipathways.org/wp#Conversion |
| http://vocabularies.wikipathways.org/wp#DataNode |
| http://vocabularies.wikipathways.org/wp#DirectedInteraction |
| http://vocabularies.wikipathways.org/wp#GeneProduct |
| http://vocabularies.wikipathways.org/wp#Inhibition |
| http://vocabularies.wikipathways.org/wp#Interaction |
| http://vocabularies.wikipathways.org/wp#Metabolite |
| http://vocabularies.wikipathways.org/wp#Pathway |
| http://vocabularies.wikipathways.org/wp#Protein |
| http://vocabularies.wikipathways.org/wp#PublicationReference |
| http://vocabularies.wikipathways.org/wp#Rna |
| http://vocabularies.wikipathways.org/wp#Stimulation |
| http://vocabularies.wikipathways.org/wp#TranscriptionTranslation |
| http://xmlns.com/foaf/0.1/Image |
| http://rdfs.org/ns/void#Dataset |
| http://www.w3.org/ns/dcat#Distribution |
| http://rdfs.org/ns/void#DatasetDescription |
| http://rdfs.org/ns/void#Linkset |
| http://www.w3.org/2002/07/owl#Axiom |
| http://www.w3.org/2004/02/skos/core#ConceptScheme |
| http://vocabularies.wikipathways.org/wp#Translocation |
| http://xmlns.com/foaf/0.1/Person |
curl -o rdfType-2.rq https://raw.githubusercontent.com/BiGCAT-UM/PRA3006-SPARQL/master/sparql/rdfType-2.rq
curl -H "Accept: text/tab-separated-values" -G https://sparql.wikipathways.org/sparql --data-urlencode query@rdfType-2.rq
This SPARQL query is available under CCZero.