-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathspecification.scs
42 lines (37 loc) · 2.04 KB
/
specification.scs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ostis_standard_specification
<- concept_reusable_component_specification;;
ostis_standard_specification = [*
-> rrel_key_sc_element : ostis_standard
(*
<- concept_reusable_component;;
<- concept_nonatomic_reusable_component;;
<- concept_independent_reusable_component;;
<- concept_reusable_kb_component;;
<- concept_reusable_dynamically_installed_component;;
<- concept_reusable_source_code_component;;
=> nrel_decomposition:
{
part_1_introduction_to_next_generation_intelligent_computer_systems;
part_2_semantic_representation_and_ontological_systematization_of_knowledge_in_intelligent_computer_systems_of_the_new_generation;
part_3_multiagent_problem_solvers_of_intelligent_computer_systems_of_the_new_generation;
part_4_ontological_models_of_interfaces_of_intelligent_computer_systems_of_the_new_generation;
part_5_intelligent_computer_systems_new_generation_implementation_platforms;
part_6_methods_and_tools_of_reengineering_and_use_of_intelligent_computer_systems_new_generation;
part_7_ecosystem_of_intelligent_computer_systems_of_the_new_generation_and_their_users
};;
=> nrel_main_idtf: [Стандарт OSTIS](* <- lang_ru;; *);;
=> nrel_authors:
{
Golenkov;
Guliakina;
Shunkevich
};;
=> nrel_note: [Компонент содержит Стандарт OSTIS.] (* <- lang_ru;; *);;
//Agent specification contains an agent procedure that finds an intersection of sets specification.
=> nrel_explanation: [Компонент предоставляет предметные области и онтологии Стандарта OSTIS.] (*<- lang_ru;; *);;
//Component provides an agent that finds an intersection of sets specification
=> nrel_component_dependencies: ... (* <- empty_set;; *);;
=> nrel_component_address: [https://github.com/ostis-ai/ostis-standard] (* <- concept_github_url;; *);;
=> nrel_installation_method: ... (* <- concept_component_dynamically_installed_method;; *);;
*);;
*];;