Skip to main content

Table 3 SeRQL http://www.openrdf.org/doc/SeRQLmanual.html CONSTRUCT statement connecting the identifiers FTN IDs, IMG Gene IDs and NCBI Protein IDs. The query uses two path expressions in the FROM clause. The connection between Protein IDs and Gene IDs is made through the FTN identifier.

From: Francisella tularensis novicida proteomic and transcriptomic data integration and annotation based on semantic web technologies

CONSTRUCT {proteinid} nwrce:hasGeneID {geneid} FROM

{proteinid} G:locus_tag {ftn},

{geneid} G:locus_tag {ftn}

WHERE protein LIKE "http://www.ncbi.nlm.nih.gov*"

AND geneid LIKE "http://img.jgi.doe.gov*"

USING namespace G = <http://img.jgi.doe.gov/schema#>,

nwrce = <https://wwamirce.gs.washington.edu/fnu112/schema#>