courses:semint:lab_beyond

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
courses:semint:lab_beyond [2023/01/23 12:16] – [Lab instructions] kktcourses:semint:lab_beyond [2026/01/26 10:34] (current) kkt
Line 1: Line 1:
 ===== Beyond the Semantic Web ===== ===== Beyond the Semantic Web =====
  
-  * Last verification: **20230111**+  * Last verification: **20260126**
   * Tools required for this lab:   * Tools required for this lab:
     * [[https://sandbox.neo4j.com/|Neo4j Sandbox]] (for playing with Cypher)     * [[https://sandbox.neo4j.com/|Neo4j Sandbox]] (for playing with Cypher)
Line 36: Line 36:
  
   * Play with the Countries dataset in [[https://countries.trevorblades.com/|the playground]] using GraphQL   * Play with the Countries dataset in [[https://countries.trevorblades.com/|the playground]] using GraphQL
-  - First of all, run the default query (loaded when the playground starts)+  - First of all, run the query from the lecture: <code>
 +  country(code: "PL"
 +    name 
 +    native 
 +    capital 
 +    currency 
 +    languages { 
 +      code 
 +      name 
 +    } 
 +  } 
 +}</code>
     * Do you understand it?     * Do you understand it?
     * Do you know how to get the data about Germany instead of Poland?     * Do you know how to get the data about Germany instead of Poland?
  • courses/semint/lab_beyond.1674476174.txt.gz
  • Last modified: 3 years ago
  • by kkt