The links out are mostly to various data sets of Bio2RDF. SPARQL helps me count the number of links to other LOD nodes. A typical query looks like:
SELECT count(DISTINCT ?value)
WHERE {
?resource ?p ?value .
FILTER (regex(str(?value),"bio2rdf.org/pubmed"))
}
The str() function is used to allow regex() on URIs.
Right now, the data links out to four data sets, all via Bio2RDF:
- 517261 links to bio2rdf-chebi
- 661 links to bio2rdf-kegg-enzyme (yeah, not all Linked Open Data is truly Open)
- 30039 links to bio2rdf-pubmed
- 4356 links to bio2rdf-uniprot
Now it is waiting to see if this is enough to make the next LOD cloud.

No comments:
Post a Comment