survey: uniprot.txt

ファイル uniprot.txt, 3.5 KB (登録者: wu, 12 年 前)
行番号 
1^[case1]
2PREFIX :<http://purl.uniprot.org/core/> SELECT ?x  WHERE { ?x a :Taxon . } limit 300 offset 100000
3^[case2]
4PREFIX :<http://purl.uniprot.org/core/> SELECT ?x  WHERE { ?x a :Taxon . } limit 300 offset 200000
5^[case3]
6PREFIX :<http://purl.uniprot.org/core/> SELECT ?x WHERE { ?x a :Taxon . } limit 300 offset 300000
7^[case4]
8PREFIX :<http://purl.uniprot.org/core/> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?x ?y WHERE  { ?x a :Taxon . ?x :scientificName ?y . ?x rdfs:subClassOf <http://purl.uniprot.org/taxo
9nomy/2> }
10^[case5]
11PREFIX :<http://purl.uniprot.org/core/> SELECT ?protein WHERE { ?protein a :Protein . ?protein :mnemonic "A4_HUMAN" }
12^[case6]
13PREFIX :<http://purl.uniprot.org/core/>  PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX db:<http://purl.uniprot.org/database/> SELECT ?protein  WHERE { ?protein a :Protein . ?protein rdfs:
14seeAlso ?db . ?db :database db:PDB }
15^[case7]
16PREFIX :<http://purl.uniprot.org/core/> PREFIX skos:<http://www.w3.org/2004/02/skos/core#> SELECT ?protein ?name WHERE { ?protein a :Protein . ?protein :recommendedName ?nameH . ?nameH :fullName ?name
17 . ?protein :encodedBy ?gene . ?gene skos:prefLabel ?text . FILTER REGEX(?text, "DNA") }
18^[case8]
19PREFIX :<http://purl.uniprot.org/core/> SELECT ?protein ?begin ?end WHERE { ?protein a :Protein . ?protein :annotation ?annotation . ?annotation a :Transmembrane_Annotation . ?annotation :range ?range
20 . ?range :begin ?begin . ?range :end ?end } limit 200 offset 20000
21^[case9]
22PREFIX :<http://purl.uniprot.org/core/> SELECT ?protein ?begin ?end WHERE { ?protein a :Protein . ?protein :annotation ?annotation . ?annotation a :Transmembrane_Annotation . ?annotation :range ?range
23 . ?range :begin ?begin . ?range :end ?end } limit 200 offset 30000
24^[case10]
25PREFIX : <http://purl.uniprot.org/core/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?related WHERE { ?protein a :Protein . ?protein :classifiedWith <http://purl.uniprot.org/keywords/3
26> . ?protein rdfs:seeAlso ?related }
27^[case11]
28PREFIX :<http://purl.uniprot.org/core/> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX skos:<http://www.w3.org/2004/02/skos/core#> SELECT ?name ?text WHERE { ?protein a :Protein . ?protein
29 :encodedBy ?gene . ?gene skos:prefLabel ?name . ?protein :organism <http://purl.uniprot.org/taxonomy/9606> . ?protein :annotation ?annotation . ?annotation a :Disease_Annotation . ?annotation rdfs:co
30mment ?text } limit 300
31^[case12]
32PREFIX :<http://purl.uniprot.org/core/> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> SELECT ?protein ?aa WHERE { ?protein a :Protein . ?
33protein :organism ?organism. ?organism rdfs:subClassOf <http://purl.uniprot.org/taxonomy/2> . ?protein :sequence ?s . ?s rdf:value ?aa . } limit 200
34^[case13]
35PREFIX :<http://purl.uniprot.org/core/> SELECT ?protein ?x WHERE { ?protein a :Protein . ?protein :modified "2011-11-16". } limit 200
36^[case14]
37 PREFIX :<http://purl.uniprot.org/core/> ASK WHERE { ?protein a :Protein . ?protein :modified "2011-11-16". }
38^[case15]
39PREFIX :<http://purl.uniprot.org/core/> PREFIX taxon:<http://purl.uniprot.org/taxonomy/> CONSTRUCT {?protein a :HumanProtein .} WHERE { ?protein a :Protein . ?protein :organism taxon:9606 . }
40^[case16]
41PREFIX :<http://purl.uniprot.org/core/> CONSTRUCT {?x a :Concept . } WHERE { ?x a :Taxon . }
42^[case17]
43   DESCRIBE <http://purl.uniprot.org/embl-cds/AAO89367.1>
44^[case18]
45  PREFIX taxon:<http://purl.uniprot.org/taxonomy/> DESCRIBE taxon:9606 FROM <http://purl.uniprot.org/taxonomy/>