Skip to content

Commit

Permalink
Add schema:target to note on which SPARQL endpoints the query should …
Browse files Browse the repository at this point in the history
…work conversion with 'sed -i '/^.*sh:prefixes.*/a \ \ \ \ schema:target <https://hamap.expasy.org/sparql/> ;' *.ttl

'
  • Loading branch information
JervenBolleman committed May 17, 2024
1 parent f450d11 commit b946791
Show file tree
Hide file tree
Showing 124 changed files with 124 additions and 0 deletions.
1 change: 1 addition & 0 deletions bgee/1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:1 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the species present in Bgee?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> , <https://sparql.uniprot.org/sparql/> ;
sh:select """
SELECT ?species WHERE {
?species a up:Taxon .
Expand Down
1 change: 1 addition & 0 deletions bgee/10.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:10 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities including cell types, if any, where the human gene APOC1 is expressed at the post-juvenile stage along with its expression score independently of the strain and sex?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?cellType ?anatName ?cellTypeName ?score ?stage WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/11-a.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:11-a a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What is the post-juvenile stage link and description?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?stage ?stageName ?stageDescription WHERE {
?stage a efo:EFO_0000399 ;
Expand Down
1 change: 1 addition & 0 deletions bgee/11.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:11 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the developmental stages present in Bgee?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?stage ?stageName ?stageDescription WHERE {
?stage a efo:EFO_0000399 ;
Expand Down
1 change: 1 addition & 0 deletions bgee/12-a.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:12-a a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the eel gene apoc1 is expressed along with its expression score independently of the strain, sex, and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?stageIRI ?score WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/12.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:12 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the eel gene apoc1 is expressed along with its expression score independently of the strain, sex, and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?stageIRI ?score WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/13.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:13 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the P02654 gene is expressed? Note that P02654 is a UniProtKB identifier of the APOC1 human gene." ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/14.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:14 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What is all the metadata related to the ENSG00000130208 gene, where ENSG00000130208 is the identifier of the APOC1 human gene." ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?symbol ?description ?id
?links ?organism ?uniprot ?ensembl ?ncbi WHERE {
Expand Down
1 change: 1 addition & 0 deletions bgee/15.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:15 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the APOC1 Homo sapiens gene is not expressed, that is where is APOC1 absent?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:2 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the species present in Bgee and their scientific and common names?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT ?species ?sci_name ?common_name WHERE {
?species a up:Taxon ;
Expand Down
1 change: 1 addition & 0 deletions bgee/3.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:3 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the APOC1 gene is expressed?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/4.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:4 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the APOC1 Homo sapiens gene is expressed?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/5.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:5 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the APOC1 gene is expressed independently of the developmental stage, sex, strain and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/6.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:6 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the human gene APOC1 is expressed in the post-juvenile stage?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?stage WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/7.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:7 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the human gene APOC1 is expressed in the post-juvenile stage?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?stage WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/8-a.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:8-a a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the human gene APOC1 is expressed at the post-juvenile stage along with its expression score independently of the strain, sex, and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?score WHERE {
?seq a orth:Gene .
Expand Down
1 change: 1 addition & 0 deletions bgee/8-b.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:8-b a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the human gene APOC1 is expressed at the post-juvenile stage along with its expression score independently of the strain, sex, and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?score {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/8.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:8 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities where the human gene APOC1 is expressed in the post-juvenile stage along with its expression score independently of the strain, sex, and cell type?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?anatName ?score ?stage WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions bgee/9.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ex:9 a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "What are the anatomical entities including cell types, if any, where the human gene APOC1 is expressed at the post-juvenile stage along with its expression score independently of the strain and sex?" ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://www.bgee.org/sparql/> ;
sh:select """
SELECT DISTINCT ?anat ?cellType ?anatName ?cellTypeName ?score ?stage WHERE {
?seq a orth:Gene ;
Expand Down
1 change: 1 addition & 0 deletions hamap/1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:1
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://hamap.expasy.org/sparql/> ;
rdfs:comment """Select all hamap rules"""^^rdf:HTML ;
sh:select """SELECT ?rule
WHERE
Expand Down
1 change: 1 addition & 0 deletions hamap/2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:2
a sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://hamap.expasy.org/sparql/> ;
rdfs:comment """Show the triples about <a href="https://hamap.expasy.org/rule/">MF_00001</a>"""^^rdf:HTML ;
sh:describe """DESCRIBE <http://purl.uniprot.org/hamap/MF_00001>""" .

Expand Down
1 change: 1 addition & 0 deletions hamap/3.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:3
a sh:SPARQLExecutable, sh:SPARQLSelectExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://hamap.expasy.org/sparql/> ;
rdfs:comment """Select all hamap rules that deal with Catalytic Activity"""^^rdf:HTML ;
sh:select """
SELECT ?rule ?query
Expand Down
1 change: 1 addition & 0 deletions hamap/4.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:4
a sh:SPARQLExecutable, sh:SPARQLSelectExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://hamap.expasy.org/sparql/> ;
rdfs:comment """Select all hamap rules that annotate a Rhea reaction with an EC enzyme class""" ;
sh:select """
SELECT ?rule ?enzymeClass
Expand Down
1 change: 1 addition & 0 deletions swisslipids/1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:1
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:comment """Select the SwissLipids categories and their labels."""^^rdf:HTML ;
sh:select """# Example 1
SELECT ?category ?label
Expand Down
1 change: 1 addition & 0 deletions swisslipids/10.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:10
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping SwissLipids to HMDB" ;
rdfs:comment """Retrieve mapping between SwissLipids lipid identifiers and their corresponding HMDB identifiers.
Output should include SwissLipids identifier and name plus the HMDB identifier.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/11.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:11
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping HMDB to SwissLipids" ;
rdfs:comment """For a given list of HMDB identifiers return the list of corresponding SwissLipids identifiers.
Output should include SwissLipids identifier and name plus the HMDB identifier.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/12.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:12
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping SwissLipids to ChEBI" ;
rdfs:comment """Retrieve mapping between SwissLipids lipid identifiers and their corresponding ChEBI identifiers.
Output should include SwissLipids identifier and name plus the ChEBI identifier.""" ;
Expand Down
1 change: 1 addition & 0 deletions swisslipids/13.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:13
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping ChEBI to SwissLipids" ;
rdfs:comment """For a given list of ChEBI identifiers return the list of corresponding SwissLipids identifiers.
Output should include SwissLipids identifier and name plus the HMDB identifier.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/14.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:14
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LIPID MAPS lipids to ChEBI via SwissLipids" ;
rdfs:comment """For a given list of LIPID MAPS identifiers return the list of corresponding ChEBI IDs.
Output should include LIPID MAPS ID, the corresponding SwissLipids ID and name, plus the ChEBI ID.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/15.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:15
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LipidX lipids to published structures" ;
rdfs:comment """For a given list of LipidX lipid identifiers return the list of published Isomeric subspecies.
Output should include the LipidX ID and the corresponding SwissLipids ID(s) and name(s) plus PubMed ID(s).
Expand Down
1 change: 1 addition & 0 deletions swisslipids/16.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:16
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LipidX lipids to LIPID MAPS " ;
rdfs:comment """For a given list of LipidX lipid identifiers return the list of corresponding LIPID MAPS IDs.
Output should include LipidX ID, the corresponding SwissLipids ID and name, plus the LIPID MAPS ID.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/17.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:17
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LipidX lipids to HMDB " ;
rdfs:comment """For a given list of LipidX lipid identifiers return the list of corresponding HMDB IDs.
Output should include LipidX ID, the corresponding SwissLipids ID and name, plus the HMDB ID.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/18.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:18
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LipidX lipids to ChEBI" ;
rdfs:comment """For a given list of LipidX lipid identifiers return the list of corresponding ChEBI IDs.
Output should include LipidX ID, the corresponding SwissLipids ID and name, plus the HMDB ID.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/19.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:19
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Mapping LipidX lipids to possible enzymes" ;
rdfs:comment """For a given list of LipidX lipid identifiers return the list of possible structures and relevant enzymes.
Output should include the LipidX ID, the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the proteins.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/2.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:2
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Potential lipid structures for lipid analytes" ;
rdfs:comment """For a given (list of) lipid Species identifier(s) (e.g. SWISSLIPID:000056420 (Phosphatidylcholine (20:2)) SWISSLIPID:000308470 (Triacylglycerol (64:6))), return a list of the corresponding Molecular subspecies (if any), Structural subspecies (if any), and Isomeric subspecies.
The query should return the lipid recommended names as well as identifiers.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/20.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:20
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Lipid analyte composition of tissues" ;
rdfs:comment """Returns the list of lipid analytes identified in a list of tissues (UBERON lipid identifiers).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the tissues.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/21.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:21
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Possible lipid structure composition of tissues" ;
rdfs:comment """Returns the list of possible lipid structures for a list of tissues (UBERON lipid identifiers).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the tissues.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/22.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:22
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Possible lipid structure composition of tissues – limited to published lipid structures" ;
rdfs:comment """Returns the list of possible lipid structures for a list of tissues (UBERON lipid identifiers), but considers only those lipids associated with one or more publications.
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the tissues.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/23.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:23
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Lipid analyte composition of cellular compartments" ;
rdfs:comment """Returns the list of lipid analytes associated with a list of one or more subcellular locations (GO cellular components).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the cellular components. """^^rdf:HTML ;
Expand Down
1 change: 1 addition & 0 deletions swisslipids/24.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:24
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Possible lipid structure composition of cellular compartments" ;
rdfs:comment """Returns the list of possible lipid structures associated with a list of one or more subcellular locations (GO cellular components).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the cellular components.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/25.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:25
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Possible lipid structure composition of cellular compartments – limited to published lipid structures" ;
rdfs:comment """Returns the list of possible lipid structures associated with a list of one or more subcellular locations (GO cellular components), but considers only those lipids associated with one or more publications.
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the cellular components.
Expand Down
1 change: 1 addition & 0 deletions swisslipids/26.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:26
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Lipid analyte composition of organisms" ;
rdfs:comment """Returns the list of lipid analytes associated with a list of one or more organisms (NCBI taxonomic IDs).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the organisms."""^^rdf:HTML ;
Expand Down
1 change: 1 addition & 0 deletions swisslipids/27.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ prefix rdfs:<http://www.w3.org/2000/01/rdf-schema#>
ex:27
a sh:SPARQLSelectExecutable, sh:SPARQLExecutable ;
sh:prefixes _:sparql_examples_prefixes ;
schema:target <https://sparql.swisslipids.org/sparql/> ;
rdfs:label "Possible lipid structure composition of organisms" ;
rdfs:comment """Returns the list of possible lipid structures associated with a list of one or more organisms (NCBI taxonomic IDs).
Output should include the corresponding SwissLipids ID(s) and name(s), and the name(s) and ID(s) of the organisms.
Expand Down
Loading

0 comments on commit b946791

Please sign in to comment.