User Tools

Site Tools


docs:tour

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:tour [2022/03/23 16:59]
127.0.0.1 external edit
docs:tour [2023/03/15 18:19] (current)
kkutt
Line 1: Line 1:
 ====== 1.5h Tour through our tools ====== ====== 1.5h Tour through our tools ======
  
-These instructions may be done in **[[http://loki.ia.agh.edu.pl/demo/|Loki demo]]**((... or any other Loki installation if you have your own :-) )). Feel free to register using ''Register'' option at the top right corner of the page.+These instructions may be done in **[[https://loki.re/demo/|Loki demo]]**((... or any other Loki installation if you have your own :-) )). Feel free to register using ''Register'' option at the top right corner of the page.
  
 All links and examples here will assume that you are using our Loki demo. All links and examples here will assume that you are using our Loki demo.
Line 11: Line 11:
 First of all, let's create a simple wiki page. First of all, let's create a simple wiki page.
  
-To create it, you have to enter it's address in web browser by hand, e.g. to create the page ''foo:bar'' (page ''bar'' in namespace ''foo'') simply open the address ''http://loki.ia.agh.edu.pl/demo/doku.php/foo:bar'' and select "Create this page" option from page menu on the right hand side.+To create it, you have to enter it's address in web browser by hand, e.g. to create the page ''foo:bar'' (page ''bar'' in namespace ''foo'') simply open the address ''https://loki.re/demo/doku.php/foo:bar'' and select "Create this page" option from page menu on the right hand side.
  
 To get familiar with wiki editor and text formatting options, **create two new pages in a wiki**: To get familiar with wiki editor and text formatting options, **create two new pages in a wiki**:
Line 27: Line 27:
     * possible attributes and their values' types (e.g. xsd:string, xsd:integer or [[https://www.w3.org/TR/xmlschema11-2/#built-in-primitive-datatypes|other xsd types]])     * possible attributes and their values' types (e.g. xsd:string, xsd:integer or [[https://www.w3.org/TR/xmlschema11-2/#built-in-primitive-datatypes|other xsd types]])
     * relations between properties (e.g. subPropertyOf)     * relations between properties (e.g. subPropertyOf)
-  * The default ontology is always available on the ''default'' page, e.g. in demo: http://loki.ia.agh.edu.pl/demo/doku.php/special:ontology:default+  * The default ontology is always available on the ''default'' page, e.g. in demo: https://loki.re/demo/doku.php/special:ontology:default
  
 As we are describing movies and people, the default ontology represents these concepts. As we are describing movies and people, the default ontology represents these concepts.
Line 38: Line 38:
 Let's do some semantic magic! Let's annotate pages created in the [[#simple_wiki_page|1. Simple wiki page]] section! Let's do some semantic magic! Let's annotate pages created in the [[#simple_wiki_page|1. Simple wiki page]] section!
  
-  - In Loki the subject (the first element in the triple) is the page that you are editing. So, if you are putting an annotation on ''<nowiki>http://loki.ia.agh.edu.pl/demo/doku.php/persons:quentin_tarantino</nowiki>'' page, this will the URI of the subject for all triples.+  - In Loki the subject (the first element in the triple) is the page that you are editing. So, if you are putting an annotation on ''<nowiki>https://loki.re/demo/doku.php/persons:quentin_tarantino</nowiki>'' page, this will the URI of the subject for all triples.
   - Firstly we can state the classes (categories) of the pages:   - Firstly we can state the classes (categories) of the pages:
-    - In RDF it looks like that: <code>http://loki.ia.agh.edu.pl/demo/doku.php/persons:quentin_tarantino   rdf:type   <actor>.</code>+    - In RDF it looks like that: <code>https://loki.re/demo/doku.php/persons:quentin_tarantino   rdf:type   <actor>.</code>
     - The equivalent in the Loki is ''actor'' **category**.     - The equivalent in the Loki is ''actor'' **category**.
-    - **Based on the [[http://loki.ia.agh.edu.pl/wiki/docs:loki-tutorial#defining_categories|Defining categories section from Tutorial]], annotate your pages with the proper categories.** +    - **Based on the [[https://loki.re/wiki/docs:loki-tutorial#defining_categories|Defining categories section from Tutorial]], annotate your pages with the proper categories.** 
-    - How do I find out what the correct category name is? Here ontology prepared in the previous section is useful - simply open the ontology at [[http://loki.ia.agh.edu.pl/demo/doku.php/special:ontology:default]] and search for ID of proper class, e.g. to annotate the Horror Movie you can use the ''horrorMovie'' category name.+    - How do I find out what the correct category name is? Here ontology prepared in the previous section is useful - simply open the ontology at [[https://loki.re/demo/doku.php/special:ontology:default]] and search for ID of proper class, e.g. to annotate the Horror Movie you can use the ''horrorMovie'' category name.
       * This functionality is under heavy development now - the editor will offer the code completion capabilities in near future (so it will help you not to make errors with annotations :-) )       * This functionality is under heavy development now - the editor will offer the code completion capabilities in near future (so it will help you not to make errors with annotations :-) )
   - In the same way we can annotate the wiki pages with object properties (relations to other wiki pages, e.g. movie is related to its director) and data properties (literal attributes, e.g. the name of the movie)   - In the same way we can annotate the wiki pages with object properties (relations to other wiki pages, e.g. movie is related to its director) and data properties (literal attributes, e.g. the name of the movie)
     - **Now annotate your pages with object and data properties!**     - **Now annotate your pages with object and data properties!**
-    - [[http://loki.ia.agh.edu.pl/wiki/docs:loki-tutorial#defining_relations|Defining relations (object properties)]] and [[http://loki.ia.agh.edu.pl/wiki/docs:loki-tutorial#defining_attributes|Defining attributes (data properties)]] sections from Loki tutorial may be useful. +    - [[https://loki.re/wiki/docs:loki-tutorial#defining_relations|Defining relations (object properties)]] and [[https://loki.re/wiki/docs:loki-tutorial#defining_attributes|Defining attributes (data properties)]] sections from Loki tutorial may be useful. 
-    - Also, do not forget that the names of properties are defined in the ontology: [[http://loki.ia.agh.edu.pl/demo/doku.php/special:ontology:default]]+    - Also, do not forget that the names of properties are defined in the ontology: [[https://loki.re/demo/doku.php/special:ontology:default]]
  
 ==== 4. Conflicts? Discuss and rate ==== ==== 4. Conflicts? Discuss and rate ====
Line 58: Line 58:
 Both are created per wiki page, so there is a separate place for discussion for every wiki page, i.e. every movie, actor and so on. Both are created per wiki page, so there is a separate place for discussion for every wiki page, i.e. every movie, actor and so on.
  
-  - To enable the discussion and rater mechanisms for your page follow the steps described in [[http://loki.ia.agh.edu.pl/wiki/docs:revisionsrater#give_it_more_power|Give it more power!]] section of revisionsrater plugin description. +  - To enable the discussion and rater mechanisms for your page follow the steps described in [[https://loki.re/wiki/docs:revisionsrater#give_it_more_power|Give it more power!]] section of revisionsrater plugin description. 
-  - Now, discuss the [[http://loki.ia.agh.edu.pl/demo/doku.php/persons:steven_spielberg|Steven Spielberg page]] at [[http://loki.ia.agh.edu.pl/demo/doku.php/talk:persons:steven_spielberg|talk page]]+  - Now, discuss the [[https://loki.re/demo/doku.php/persons:steven_spielberg|Steven Spielberg page]] at [[https://loki.re/demo/doku.php/talk:persons:steven_spielberg|talk page]]
  
 ==== 5. Query the wiki ==== ==== 5. Query the wiki ====
Line 69: Line 69:
 Let's now try this functionality: Let's now try this functionality:
   - Observe the sample ASK queries on [[tests:loki-queries:ask]] page   - Observe the sample ASK queries on [[tests:loki-queries:ask]] page
-    * If you want to know more, read the manual section on [[http://loki.ia.agh.edu.pl/wiki/docs:userman#searching_interfaces|ASK queries]].+    * If you want to know more, read the manual section on [[https://loki.re/wiki/docs:userman#searching_interfaces|ASK queries]].
   - **Create some query on your page**. E.g. try to list all movies in the wiki or think about some more sophisticated examples. Within the Demo instance there is a set of Loki use cases ([[cases:start#loki|see description]]), so you can also prepare queries using they.   - **Create some query on your page**. E.g. try to list all movies in the wiki or think about some more sophisticated examples. Within the Demo instance there is a set of Loki use cases ([[cases:start#loki|see description]]), so you can also prepare queries using they.
   - Also observe the sample SPARQL queries on [[tests:loki-queries:sparql]] page and **prepare your own SPARQL query**.   - Also observe the sample SPARQL queries on [[tests:loki-queries:sparql]] page and **prepare your own SPARQL query**.
Line 76: Line 76:
  
 SPARQL queries can be also asked through a special service called SPARQL endpoint. SPARQL queries can be also asked through a special service called SPARQL endpoint.
-It is available at ''WIKI_ADDRESS/sparql/'' address, i.e. for demo try: http://loki.ia.agh.edu.pl/demo/sparql/+It is available at ''WIKI_ADDRESS/sparql/'' address, i.e. for demo try: https://loki.re/demo/sparql/
  
   * The same SPARQL queries may be executed in SPARQL Endpoint as on the wiki pages. **Try it now!**   * The same SPARQL queries may be executed in SPARQL Endpoint as on the wiki pages. **Try it now!**
Line 114: Line 114:
  
 As a final point, try our visual RDF editor! :-) As a final point, try our visual RDF editor! :-)
-  * It is available here: [[http://loki.ia.agh.edu.pl/RDFeditor/]]+  * It is available here: [[https://loki.re/RDFeditor/]]
   * Documentation is available here: [[docs:rdfeditor]]   * Documentation is available here: [[docs:rdfeditor]]
   * You can load one of the sample files placed in [[docs:rdfeditor#how_to_use|Parsers section]] or use the RDF/XML file generated by the Loki after pressing "RDF/XML Export" button on a page that contains some semantics.   * You can load one of the sample files placed in [[docs:rdfeditor#how_to_use|Parsers section]] or use the RDF/XML file generated by the Loki after pressing "RDF/XML Export" button on a page that contains some semantics.
  
  
docs/tour.txt · Last modified: 2023/03/15 18:19 by kkutt