Skip to content

Commit fb7cb49

Browse files
UniProt: Fix keywords, and plazi example rendering
1 parent 55acde2 commit fb7cb49

10 files changed

Lines changed: 10 additions & 10 deletions

examples/UniProt/109_uniprot_transporter_in_liver.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WHERE
3939
?organism obo:RO_0002162 taxon:9606 .
4040
}
4141
}""" ;
42-
schema:keywords "federated query" , "Bgee" , "UBERON" , "tissue specificity" , "transport reaction" , "Rhea" ;
42+
schema:keywords "federated query" , "Bgee" , "UBERON" , "tissue specificity" , "transport" , "transport reaction" , "Rhea" ;
4343
schema:target <https://sparql.uniprot.org/sparql/> ;
4444
spex:federatesWith <https://www.bgee.org/sparql/> .
4545

examples/UniProt/10_human_variant_leading_to_transposition_of_tyrosine_to_phenylalanine.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ WHERE
2929
BIND (substr(?value, ?begin, 1) as ?original) .
3030
FILTER(?original = 'Y' && ?substitution = 'F') .
3131
}""" ;
32-
schema:keywords "variant annotation" , "search within sequence" ;
32+
schema:keywords "variant" , "search within sequence" ;
3333
schema:target <https://sparql.uniprot.org/sparql/> .
3434

examples/UniProt/11_entries_with_transmem_on_cannonical_sequence.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ WHERE
2020
?range faldo:begin/faldo:position ?begin .
2121
?range faldo:end/faldo:position ?end
2222
}""" ;
23-
schema:keywords "transmembrane annotation" , "search within sequence" ;
23+
schema:keywords "transmembrane" , "search within sequence" ;
2424
schema:target <https://sparql.uniprot.org/sparql/> .
2525

examples/UniProt/135_plazi_proteome.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@prefix spex: <https://purl.expasy.org/sparql-examples/ontology#> .
77

88
ex:135_plazi_proteome a sh:SPARQLExecutable, sh:SPARQLSelectExecutable;
9-
rdfs:comment "Connect a taxonomic treatment collected by [Plazi](https://plazi.org/) in their [synospecies](https://synospecies.plazi.org/) system. We connect by what is called the dwc:id-ENA property which is encoded as a xsd:string which is the naked identifier of an NCBI taxon concept. Which in UniProt is encoded as an IRI starting with `http://purl.uniprot.org/taxonomy/'. After converting the taxon identifier we can query for Proteomes in UniProt for that taxon."^^rdf:HTML;
9+
rdfs:comment """Connect a taxonomic treatment collected by <a href="https://plazi.org/">Plazi</a> in their <a href="https://synospecies.plazi.org/">synospecies</a> system. We connect by what is called the dwc:id-ENA property which is encoded as a xsd:string which is the naked identifier of an NCBI taxon concept. Which in UniProt is encoded as an IRI starting with `http://purl.uniprot.org/taxonomy/'. After converting the taxon identifier we can query for Proteomes in UniProt for that taxon."""^^rdf:HTML;
1010
sh:prefixes _:sparql_examples_prefixes;
1111
sh:select """PREFIX up: <http://purl.uniprot.org/core/>
1212
PREFIX trt: <http://plazi.org/vocab/treatment#>

examples/UniProt/19_natural_variants_associated_with_pubmed_id.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ WHERE
2727
BIND(IF(CONTAINS(STR(?annotation), "#SIP"), SUBSTR(STR(?annotation),33), SUBSTR(STR(?annotation),36))AS?annotation_acc)
2828
BIND(SUBSTR(STR(?source),35) AS ?pubmed)
2929
}""" ;
30-
schema:keywords "variant annotation" , "evidence tag" , "PubMed" ;
30+
schema:keywords "variant" , "evidence tag" , "PubMed" ;
3131
schema:target <https://sparql.uniprot.org/sparql/> .
3232

examples/UniProt/33_longest_variant_comment.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ WHERE {
1717
rdfs:comment ?comment .
1818
}
1919
ORDER BY DESC(STRLEN(?comment))""" ;
20-
schema:keywords "variant annotation" , "count" ;
20+
schema:keywords "variant" , "count" ;
2121
schema:target <https://sparql.uniprot.org/sparql/> .
2222

examples/UniProt/38_find_gene_region_in_wikidata_for_known_entry.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WHERE {
3939
FILTER(lang(?assembly) = "en")
4040
}
4141
}""" ;
42-
schema:keywords "chromosome location" , "gene" , "Wikidata" , "federated query" ;
42+
schema:keywords "chromosome location" , "chromosome", "gene" , "Wikidata" , "federated query" ;
4343
schema:target <https://sparql.uniprot.org/sparql/> ;
4444
spex:federatesWith <https://query.wikidata.org/sparql> .
4545

examples/UniProt/54_binding_sites_for_ligands_similar_to_heme_sachem.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ WHERE {
3838
up:ligand/rdfs:subClassOf ?ligand .
3939
}
4040
ORDER BY DESC(?ligandSimilarityScore)""" ;
41-
schema:keywords "binding site" , "chemical similarity" , "idms" , "sachem" , "federated query" ;
41+
schema:keywords "binding site" , "chemical similarity" , "idsm" , "sachem" , "federated query" ;
4242
schema:target <https://sparql.uniprot.org/sparql/> ;
4343
spex:federatesWith <https://idsm.elixir-czech.cz/sparql/endpoint/chebi> .
4444

examples/UniProt/75_enzymes_with_at_least_two_transmembrane_domains_PDB_xray.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WHERE {
2525
up:method up:X-Ray_Crystallography .
2626
?transmembrane_annotation a up:Transmembrane_Annotation .
2727
} GROUP BY ?protein HAVING(COUNT(DISTINCT ?transmembrane_annotation ) >= 2)""" ;
28-
schema:keywords "3D",
28+
schema:keywords "3D structure",
2929
"PDB",
3030
"enzyme",
3131
"membrane" ;

examples/UniProt/9_human_variant_loss_of_function.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WHERE
2121
?annotation rdfs:comment ?text .
2222
FILTER (CONTAINS(?text, 'loss of function'))
2323
}""" ;
24-
schema:keywords "variant" , "variant annotation" ;
24+
schema:keywords "variant" , "taxonomy" ;
2525
schema:potentialAction [ schema:description "UniProtKB rest search with sparql" ;
2626
schema:target <https://www.uniprot.org/sparql/> ] ;
2727
schema:target <https://sparql.uniprot.org/sparql/> .

0 commit comments

Comments
 (0)