Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update uniprot_affected_by_metabolic_diseases_using_MeSH.ttl #130

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

ex:uniprot_affected_by_metabolic_diseases_using_MeSH a sh:SPARQLExecutable,
sh:SPARQLSelectExecutable ;
rdfs:comment "Proteins annotated in UniProtKB to be affected by metabolic diseases. Using the MeSH concept as a root to find metabolic diseases in UniProt."@en ;
rdfs:comment "Proteins involved in metabolic diseases in UniProtKB. Using the MeSH concept as a root to find metabolic diseases in UniProt."@en ;
sh:prefixes _:sparql_examples_prefixes ;
sh:select """PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX up: <http://purl.uniprot.org/core/>
Expand All @@ -30,6 +30,7 @@ WHERE {
?protein up:annotation/up:disease ?disease .
}
}""" ;
schema:keywords "enzyme" , "disease" , "MeSH" ;
schema:target <https://sparql.uniprot.org/sparql/> ;
spex:federatesWith <https://id.nlm.nih.gov/mesh/sparql> .