bio-tools/biotoolsRdf

Name: biotoolsRdf

Owner: bio.tools

Description: RDF data and SPARQL queries for producing/consuming Bio.Tools as Linked Data

Created: 2017-11-30 15:12:01.0

Updated: 2017-11-30 15:12:01.0

Pushed: 2018-01-15 15:10:33.0

Homepage: null

Size: 3345

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

biotoolsRdf

RDF data and SPARQL queries for producing/consuming Bio.Tools as Linked Data. RDF datasets have been produced through the biotoolsShim/json2rdf tool.

Sample SPARL query

Here is a sample query run on this dataset. It connects persons with “share the same interest” relation when the tools they are associated to are annoated with the same EDAM topic.

TRUCT {
?a1 <share_same_interests_with> ?a2
HERE {
?s1 a <https://bio.tools/ontology/Resource>
?s1 <http://purl.org/dc/terms/publisher> ?a1
?s1 <http://edamontology.org/has_topic> ?t1

?s2 a <https://bio.tools/ontology/Resource>
?s2 <http://purl.org/dc/terms/publisher> ?a2
?s2 <http://edamontology.org/has_topic> ?t1
MIT 2000

It results in the following graph:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.