Version 4 (modified by fbelleau, 14 years ago)

--

We will build a Taverna worflow to consume PDBj, KEGG and

The SPARQL endpoints we are using :

Cool queries to discover your dataset

Number of triples :

select count(*)
where { 
?s ?p ?o . 
}

List of predicates :

select ?p count(*)
where {
   ?s ?p ?o . 
}

List of types :

select ?t count(*)
where {
   ?s a ?t . 
}