Skip to content

synbioks/SPARQL-queries-ACS-Synbio

Repository files navigation

SPARQL Queries ACS Synthetic Biology

This is a repository with a set of sparql queries to answer questions posed in an ACS Synthetic Biology Paper titled: The Synthetic Biology Knowledge System Queries should be run in the sparql interface of synbioks.org.

Each query comes as a template where variables are indicated as and as an example query (fully functional). The different queries are described bellow.

SPARQL Basics

Any line starting with # in SPARQL is a comment meaning it will not do anything but describes the code or can be removed to add an additional feature. Any urls must be surrounded by < and > e.g. <https://synbioks.org/public/MoClo_Yeast_Toolkit_Dueber_Lab/KanR/1> For more information on SPARQL see the SPARQL 1.1 W3 Overview.

Papers by Keyword

Example queries:

  • What are some papers about metabolic engineering?
  • What are some papers about yeast?
  • What are some papers about S. cerevisiae?

The example file and the template file. Remember to copy the PREFIX section too and to remove the prefilled PREFIX lines in the synbioks sparql interface.

Papers by Part Use

Example query:

  • Which papers use the KanR kanamycin resistance sequence?

The example file and the template file. Remember to copy the PREFIX section too and to remove the prefilled PREFIX lines in the synbioks sparql interface.

Papers with Multiple Filters

Example query:

  • Which papers have keyword yeast or S. cerevisiae?
  • Which papers about metabollic engineering use S. cerevisiae?
  • Which papers using KanR kanamycin resistance also use S. cerevisiae?

The example file and the template file. Remember to copy the PREFIX section too and to remove the prefilled PREFIX lines in the synbioks sparql interface.

Parts used in a Paper

Example query:

The example file and the template file. Remember to copy the PREFIX section too and to remove the prefilled PREFIX lines in the synbioks sparql interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors