| Steps | Presentation |
|---|---|
| 1. Download the zip file of Apache Jena Fuseki on the website Apache Jena | ![]() |
| 2. After unpacking, the server can be executed for the first time by running (double-clicking) the "fuseki-server.bat". | ![]() |
| 3. The server offers a web interface that can be reached in the browser under localhost:3030. Here, so-called datasets, i.e. independent ontologies (e.g. for different projects) can be created or existing datasets can be edited. Files can also be uploaded. | ![]() |
- SPARQL que
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Простая конфигурация Vim для пользователей с русско-английской клавиатурой | |
| " Как правило, русскоязычных (duh) | |
| " Минималистичная, минимум плагинов, но с развёрнутым описанием каждой функции, настройки и команды | |
| " Работает для Vim 8.*, скомпилированного по максимуму. | |
| " Чистый конфиг, без использования менеджеров плагинов. | |
| " Цветовые схемы вручную копировал в папку ~/.vim/ | |
| " Также, ручками добавил | |
| " lightline и NERDTree в ~/.vim/pack/plugins/start, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.io.FileDescriptor; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.io.OutputStream; | |
| import java.io.PrintStream; | |
| public class HelloWorld{ | |
| private static HelloWorld instance; | |
| public static void main(String[] args){ | |
| instantiateHelloWorldMainClassAndRun(); |


